Home
last modified time | relevance | path

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

/NextBSD/contrib/apr-util/misc/
HDapr_reslist.c30 struct apr_res_t { struct
33 APR_RING_ENTRY(apr_res_t) link; argument
35 typedef struct apr_res_t apr_res_t; typedef
40 APR_RING_HEAD(apr_resring_t, apr_res_t);
67 static apr_res_t *pop_resource(apr_reslist_t *reslist) in pop_resource()
69 apr_res_t *res; in pop_resource()
81 static void push_resource(apr_reslist_t *reslist, apr_res_t *resource) in push_resource()
83 APR_RING_INSERT_HEAD(&reslist->avail_list, resource, apr_res_t, link); in push_resource()
91 static apr_res_t *get_container(apr_reslist_t *reslist) in get_container()
93 apr_res_t *res; in get_container()
[all …]