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

/freebsd-10.2-release/contrib/apr-util/include/
H A Dapr_reslist.h42 typedef struct apr_reslist_t apr_reslist_t; typedef in typeref:struct:apr_reslist_t
89 APU_DECLARE(apr_status_t) apr_reslist_create(apr_reslist_t **reslist,
108 APU_DECLARE(apr_status_t) apr_reslist_destroy(apr_reslist_t *reslist);
118 APU_DECLARE(apr_status_t) apr_reslist_acquire(apr_reslist_t *reslist,
126 APU_DECLARE(apr_status_t) apr_reslist_release(apr_reslist_t *reslist,
135 APU_DECLARE(void) apr_reslist_timeout_set(apr_reslist_t *reslist,
142 APU_DECLARE(apr_uint32_t) apr_reslist_acquired_count(apr_reslist_t *reslist);
151 APU_DECLARE(apr_status_t) apr_reslist_invalidate(apr_reslist_t *reslist,
159 APU_DECLARE(apr_status_t) apr_reslist_maintain(apr_reslist_t *reslis
[all...]
H A Dapr_memcache.h66 apr_reslist_t *conns; /**< Resource list of actual client connections */
/freebsd-10.2-release/contrib/apr-util/misc/
H A Dapr_reslist.c43 struct apr_reslist_t { struct
67 static apr_res_t *pop_resource(apr_reslist_t *reslist)
81 static void push_resource(apr_reslist_t *reslist, apr_res_t *resource)
91 static apr_res_t *get_container(apr_reslist_t *reslist)
107 static void free_container(apr_reslist_t *reslist, apr_res_t *container)
116 static apr_status_t create_resource(apr_reslist_t *reslist, apr_res_t **ret_res)
133 static apr_status_t destroy_resource(apr_reslist_t *reslist, apr_res_t *res)
141 apr_reslist_t *rl = data_;
176 APU_DECLARE(apr_status_t) apr_reslist_maintain(apr_reslist_t *reslist)
251 APU_DECLARE(apr_status_t) apr_reslist_create(apr_reslist_t **reslis
[all...]
/freebsd-10.2-release/contrib/apr-util/test/
H A Dtestreslist.c97 apr_reslist_t *reslist;
113 apr_reslist_t *rl = thread_info->reslist;
141 static void test_timeout(abts_case *tc, apr_reslist_t *rl)
174 static void test_shrinking(abts_case *tc, apr_reslist_t *rl)
219 apr_reslist_t *rl;

Completed in 63 milliseconds