Searched defs:file_ctx_st (Results 1 – 1 of 1) sorted by relevance
66 struct file_ctx_st { struct67 void *provctx;68 char *uri; /* The URI we currently try to load */69 enum {72 } type;74 union {110 static void free_file_ctx(struct file_ctx_st *ctx) in free_file_ctx() argument