HomeSort by relevance Sort by last modified time
    Searched full:dbm_file (Results 1 - 1 of 1) sorted by null

  /external/avahi/avahi-utils/
stdb.c 41 static DBM *dbm_file = NULL; variable
56 if (dbm_file)
59 if (!(dbm_file = dbm_open((char*) DATABASE_FILE, O_RDONLY, 0)))
86 data = dbm_fetch(dbm_file, key);
102 data = dbm_fetch(dbm_file, key);
116 data = dbm_fetch(dbm_file, key);
130 data = dbm_fetch(dbm_file, key);
156 if (dbm_file)
157 dbm_close(dbm_file);
159 dbm_file = NULL
    [all...]

Completed in 88 milliseconds