Searched defs:file_ctx_st (Results 1 – 1 of 1) sorted by relevance
68 struct file_ctx_st { struct69 void *provctx;70 char *uri; /* The URI we currently try to load */71 enum {74 } type;76 union {112 static void free_file_ctx(struct file_ctx_st *ctx) in free_file_ctx() argument
Completed in 4 milliseconds