Searched refs:apr_res_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/apr-util/misc/
H A Dapr_reslist.c30 struct apr_res_t { struct
33 APR_RING_ENTRY(apr_res_t) link;
35 typedef struct apr_res_t apr_res_t; typedef in typeref:struct:apr_res_t
40 APR_RING_HEAD(apr_resring_t, apr_res_t);
67 static apr_res_t *pop_resource(apr_reslist_t *reslist)
69 apr_res_t *res;
81 static void push_resource(apr_reslist_t *reslist, apr_res_t *resource)
83 APR_RING_INSERT_HEAD(&reslist->avail_list, resource, apr_res_t, link);
91 static apr_res_t *get_containe
[all...]

Completed in 45 milliseconds