Searched defs:file_ctx_st (Results 1 – 1 of 1) sorted by relevance
65 struct file_ctx_st { struct66 void *provctx;67 char *uri; /* The URI we currently try to load */68 enum {71 } type;73 union {109 static void free_file_ctx(struct file_ctx_st *ctx) in free_file_ctx() argument
Completed in 11 milliseconds