Lines Matching defs:first
78 reset(); /* get rid of data structures first */
422 * Returns the first entry found in the table by setting 'answer' to
427 db_mindex::first(entryp *where, entry_object ** answer)
437 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::first");
438 READLOCK2(table, DB_LOCK_ERROR, "r table db_mindex::first", this);
450 "ru db_mindex::first LDAP",
451 "ru table db_mindex::first LDAP");
462 "ru db_mindex::first", "ru table db_mindex::first");
526 * the results of the first/next query that returned this list.
539 * Finds entry that satisfy the query 'q'. Returns the first answer by
546 db_mindex::first(db_query *q,
549 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::first");
550 READLOCK2(table, DB_LOCK_ERROR, "r table db_mindex::first", this);
571 "ru db_mindex::first", "ru table db_mindex::first");
578 * in previous first search with query. Returns DB_SUCCESS if 'previous' is
712 WARNING("db_mindex::all: null first entry found in all");
912 * The entry (if any) satisfying the query is first deleted, then
944 if (count == 1) { /* found, first delete */
1074 reset_tables(); /* clear table contents first */
1093 * The table is first 'reset', then the attempt to load from the file