DBOP              221 global/global.c 	DBOP *dbop;
DBOP              971 global/global.c 	DBOP *dbop = dbop_open(NULL, 1, 0600, DBOP_RAW);
DBOP             1382 global/global.c 	DBOP *dbop;
DBOP              325 gtags/gtags.c  		DBOP *dbop = NULL;
DBOP               47 htags/path2url.c 	DBOP *dbop;
DBOP               25 libutil/assoc.h 	DBOP *dbop;
DBOP               77 libutil/dbop.c static void start_sort_process(DBOP *);
DBOP               78 libutil/dbop.c static void terminate_sort_process(DBOP *);
DBOP               88 libutil/dbop.c start_sort_process(DBOP *dbop) {
DBOP               92 libutil/dbop.c terminate_sort_process(DBOP *dbop) {
DBOP              106 libutil/dbop.c start_sort_process(DBOP *dbop) {
DBOP              162 libutil/dbop.c terminate_sort_process(DBOP *dbop) {
DBOP              183 libutil/dbop.c start_sort_process(DBOP *dbop) {
DBOP              235 libutil/dbop.c terminate_sort_process(DBOP *dbop) {
DBOP              254 libutil/dbop.c DBOP *
DBOP              259 libutil/dbop.c 	DBOP *dbop;
DBOP              301 libutil/dbop.c 	dbop = (DBOP *)check_calloc(sizeof(DBOP), 1);
DBOP              328 libutil/dbop.c dbop_get(DBOP *dbop, const char *name)
DBOP              358 libutil/dbop.c dbop_put(DBOP *dbop, const char *name, const char *data)
DBOP              402 libutil/dbop.c dbop_put_withlen(DBOP *dbop, const char *name, const char *data, int length)
DBOP              434 libutil/dbop.c dbop_delete(DBOP *dbop, const char *path)
DBOP              457 libutil/dbop.c dbop_update(DBOP *dbop, const char *key, const char *dat)
DBOP              475 libutil/dbop.c dbop_first(DBOP *dbop, const char *name, regex_t *preg, int flags)
DBOP              551 libutil/dbop.c dbop_next(DBOP *dbop)
DBOP              605 libutil/dbop.c dbop_unread(DBOP *dbop)
DBOP              617 libutil/dbop.c dbop_lastdat(DBOP *dbop, int *size)
DBOP              627 libutil/dbop.c dbop_getflag(DBOP *dbop)
DBOP              648 libutil/dbop.c dbop_getoption(DBOP *dbop, const char *key)
DBOP              666 libutil/dbop.c dbop_putoption(DBOP *dbop, const char *key, const char *string)
DBOP              680 libutil/dbop.c dbop_getversion(DBOP *dbop)
DBOP              693 libutil/dbop.c dbop_putversion(DBOP *dbop, int version)
DBOP              706 libutil/dbop.c dbop_close(DBOP *dbop)
DBOP              105 libutil/dbop.h DBOP *dbop_open(const char *, int, int, int);
DBOP              106 libutil/dbop.h const char *dbop_get(DBOP *, const char *);
DBOP              107 libutil/dbop.h void dbop_put(DBOP *, const char *, const char *);
DBOP              108 libutil/dbop.h void dbop_put_withlen(DBOP *, const char *, const char *, int);
DBOP              109 libutil/dbop.h void dbop_delete(DBOP *, const char *);
DBOP              110 libutil/dbop.h void dbop_update(DBOP *, const char *, const char *);
DBOP              111 libutil/dbop.h const char *dbop_first(DBOP *, const char *, regex_t *, int);
DBOP              112 libutil/dbop.h const char *dbop_next(DBOP *);
DBOP              113 libutil/dbop.h void dbop_unread(DBOP *);
DBOP              114 libutil/dbop.h const char *dbop_lastdat(DBOP *, int *);
DBOP              115 libutil/dbop.h const char *dbop_getflag(DBOP *);
DBOP              116 libutil/dbop.h const char *dbop_getoption(DBOP *, const char *);
DBOP              117 libutil/dbop.h void dbop_putoption(DBOP *, const char *, const char *);
DBOP              118 libutil/dbop.h int dbop_getversion(DBOP *);
DBOP              119 libutil/dbop.h void dbop_putversion(DBOP *, int);
DBOP              120 libutil/dbop.h void dbop_close(DBOP *);
DBOP               33 libutil/defined.c static DBOP *dbop = NULL;
DBOP               43 libutil/gpathop.c static DBOP *dbop;
DBOP               41 libutil/gpathop.h 	DBOP *dbop;
DBOP              100 libutil/gtagsop.h 	DBOP *dbop;			/**< descripter of #DBOP */
DBOP              101 libutil/gtagsop.h 	DBOP *gtags;			/**< descripter of #GTAGS */