Searched refs:apr_sdbm_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/apr-util/include/
H A Dapr_sdbm.h44 typedef struct apr_sdbm_t apr_sdbm_t; typedef in typeref:struct:apr_sdbm_t
86 APU_DECLARE(apr_status_t) apr_sdbm_open(apr_sdbm_t **db, const char *name,
94 APU_DECLARE(apr_status_t) apr_sdbm_close(apr_sdbm_t *db);
111 APU_DECLARE(apr_status_t) apr_sdbm_lock(apr_sdbm_t *db, int type);
117 APU_DECLARE(apr_status_t) apr_sdbm_unlock(apr_sdbm_t *db);
125 APU_DECLARE(apr_status_t) apr_sdbm_fetch(apr_sdbm_t *db,
140 APU_DECLARE(apr_status_t) apr_sdbm_store(apr_sdbm_t *db, apr_sdbm_datum_t key,
149 APU_DECLARE(apr_status_t) apr_sdbm_delete(apr_sdbm_t *db,
161 APU_DECLARE(apr_status_t) apr_sdbm_firstkey(apr_sdbm_t *d
[all...]
/freebsd-10.0-release/contrib/apr-util/dbm/sdbm/
H A Dsdbm.c41 static int getdbit (apr_sdbm_t *, long);
42 static apr_status_t setdbit(apr_sdbm_t *, long);
43 static apr_status_t getpage(apr_sdbm_t *db, long);
44 static apr_status_t getnext(apr_sdbm_datum_t *key, apr_sdbm_t *db);
45 static apr_status_t makroom(apr_sdbm_t *, long, int);
71 apr_sdbm_t *db = data;
86 static apr_status_t prep(apr_sdbm_t **pdb, const char *dirname, const char *pagname,
89 apr_sdbm_t *db;
170 APU_DECLARE(apr_status_t) apr_sdbm_open(apr_sdbm_t **db, const char *file,
180 APU_DECLARE(apr_status_t) apr_sdbm_close(apr_sdbm_t *d
[all...]
H A Dsdbm_lock.c25 APU_DECLARE(apr_status_t) apr_sdbm_lock(apr_sdbm_t *db, int type)
71 APU_DECLARE(apr_status_t) apr_sdbm_unlock(apr_sdbm_t *db)
H A Dsdbm_private.h32 /* if the block/page size is increased, it breaks perl apr_sdbm_t compatibility */
43 /* for apr_sdbm_t.flags */
49 struct apr_sdbm_t { struct
/freebsd-10.0-release/contrib/apr-util/dbm/
H A Dapr_dbm_sdbm.c58 apr_sdbm_t *file;

Completed in 113 milliseconds