Searched refs:DB_CURRENT (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/db/db/ |
H A D | db_iface.c | 87 case DB_CURRENT: 125 * The cursor must be initialized for DB_CURRENT, return -1 for an 128 return (isvalid || flags != DB_CURRENT ? 0 : EINVAL); 165 case DB_CURRENT: 167 * If there is a comparison function, doing a DB_CURRENT
|
H A D | db_join.c | 190 &jc->j_key, key, jc->j_init ? DB_CURRENT : DB_NEXT_DUP);
|
/osnet-11/usr/src/cmd/sendmail/db/log/ |
H A D | log_get.c | 44 if (flags != DB_CHECKPOINT && flags != DB_CURRENT && 50 if (flags == DB_NEXT || flags == DB_PREV || flags == DB_CURRENT) 142 case DB_CURRENT: /* Current log record. */
|
/osnet-11/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_put.c | 116 /* Remove the current item if it's a DB_CURRENT op. */ 117 if (op == DB_CURRENT) { 174 if (op == DB_CURRENT) { 285 case DB_CURRENT: 355 (op != DB_CURRENT &&
|
H A D | bt_cursor.c | 399 case DB_CURRENT: 854 case DB_CURRENT: 871 (flags != DB_CURRENT || F_ISSET(cp, C_DELETED))) { 892 * we return an error if DB_CURRENT was specified and the 896 if (flags == DB_CURRENT && dbp->dup_compare != NULL) 962 iiop = DB_CURRENT; 990 if (iiop == DB_CURRENT) {
|
H A D | bt_recno.c | 569 case DB_CURRENT: 1319 &h, &indx, NULL, data, exact ? DB_CURRENT : DB_BEFORE, bi_flags)) { 1331 * record (there's no adjustment made for the DB_CURRENT flag
|
/osnet-11/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_dup.c | 107 if (flags == DB_CURRENT && hcp->dpgno == PGNO_INVALID) 174 case DB_CURRENT: 239 case DB_CURRENT:
|
H A D | hash.c | 582 case DB_CURRENT: 756 case DB_CURRENT: 762 if ((flags == DB_CURRENT && !F_ISSET(hcp, H_ISDUP)) ||
|
/osnet-11/usr/src/cmd/sendmail/db/ |
H A D | db.h | 354 #define DB_CURRENT 6 /* c_get(), c_put(), log_get() */ macro
|
Completed in 41 milliseconds