Searched defs:htdbm_t (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dhtdbm.c58 typedef struct htdbm_t htdbm_t; typedef in typeref:struct:htdbm_t
60 struct htdbm_t { struct
89 static void htdbm_terminate(htdbm_t *htdbm)
96 static htdbm_t *h;
105 static apr_status_t htdbm_init(apr_pool_t **pool, htdbm_t **hdbm)
117 (*hdbm) = (htdbm_t *)apr_pcalloc(*pool, sizeof(htdbm_t));
144 static apr_status_t htdbm_open(htdbm_t *htdbm)
155 static apr_status_t htdbm_save(htdbm_t *htdb
[all...]

Completed in 2354 milliseconds