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

/httpd/modules/aaa/
H A Dmod_authz_dbm.c43 static char *get_dbm_entry_as_str(apr_pool_t *pool, apr_dbm_t *f, char *key) function
111 if (!(val = get_dbm_entry_as_str(r->pool, f, key1))) {
112 val = get_dbm_entry_as_str(r->pool, f, key2);

Completed in 1178 milliseconds