Lines Matching refs:DB_NOTFOUND
424 * DB_NOTFOUND otherwise.
458 ret = DB_NOTFOUND;
469 * valid and next entry is found; DB_NOTFOUND otherwise. Sets 'where' to
480 ret = DB_NOTFOUND;
484 ret = DB_NOTFOUND;
532 return (DB_NOTFOUND);
543 * Returns DB_SUCCESS if search was successful; DB_NOTFOUND otherwise.
560 ret = DB_NOTFOUND;
566 ret = DB_NOTFOUND;
579 * valid and next entry is found; DB_NOTFOUND otherwise. Sets 'where' to
591 ret = DB_NOTFOUND;
597 ret = DB_NOTFOUND;
602 ret = DB_NOTFOUND;
620 * returns DB_NOTFOUND if none is found.
634 return (DB_NOTFOUND);
648 * returns DB_NOTFOUND if none is found.
660 return (DB_NOTFOUND);
694 READUNLOCK(this, DB_NOTFOUND, "ru db_mindex::all");
695 return (DB_NOTFOUND);
823 * Returns DB_NOTFOUND if no entry is found.
853 WRITEUNLOCK2(table, this, DB_NOTFOUND, DB_NOTFOUND,
856 return (DB_NOTFOUND);
869 WRITEUNLOCK2(table, this, DB_NOTFOUND, DB_NOTFOUND,
871 return (DB_NOTFOUND);
916 * Returns DB_NOTFOUND if query is not well-formed.