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

/freebsd-10.3-release/contrib/apr-util/include/private/
H A Dapr_dbm_private.h113 APU_MODULE_DECLARE_DATA extern const apr_dbm_type_t apr_dbm_type_gdbm;
/freebsd-10.3-release/contrib/apr-util/dbm/
H A Dapr_dbm.c48 #define DBM_VTABLE apr_dbm_type_gdbm
91 if (*type == 'G' || *type == 'g') *vtable = &apr_dbm_type_gdbm;
H A Dapr_dbm_gdbm.c115 (*pdb)->type = &apr_dbm_type_gdbm;
241 APU_MODULE_DECLARE_DATA const apr_dbm_type_t apr_dbm_type_gdbm = { variable

Completed in 55 milliseconds