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

/sendmail/libsmdb/
H A Dsmdb1.c57 ** SMDB_TYPE_TO_DB1_TYPE -- Translates smdb database type to db1 type.
85 ** SMDB_PUT_FLAGS_TO_DB1_FLAGS -- Translates smdb put flags to db1 put flags.
91 ** The db1 flags that are equivalent to the smdb flags.
118 ** The db1 flags that are equivalent to the smdb flags.
155 SMDB_DB1_DATABASE *db1; local
157 db1 = (SMDB_DB1_DATABASE *) malloc(sizeof(SMDB_DB1_DATABASE));
159 if (db1 != NULL)
161 db1->smdb1_lock_fd = -1;
162 db1->smdb1_cursor_in_use = false;
165 return db1;
173 SMDB_DB1_DATABASE *db1 = (SMDB_DB1_DATABASE *) database->smdb_impl; local
219 SMDB_DB1_DATABASE *db1 = (SMDB_DB1_DATABASE *) database->smdb_impl; local
312 SMDB_DB1_DATABASE *db1 = db1_cursor->db; local
329 SMDB_DB1_DATABASE *db1 = db1_cursor->db; local
345 SMDB_DB1_DATABASE *db1 = db1_cursor->db; local
373 SMDB_DB1_DATABASE *db1 = db1_cursor->db; local
393 SMDB_DB1_DATABASE *db1 = (SMDB_DB1_DATABASE *) database->smdb_impl; local
465 SMDB_DB1_DATABASE *db1; local
[all...]

Completed in 9 milliseconds