Lines Matching refs:DB_SUCCESS
421 * point to the a copy of entry_object. Returns DB_SUCCESS if found;
427 db_status ret = DB_SUCCESS;
466 * point to copy of the entry_object. Returns DB_SUCCESS if 'previous' is
473 db_status ret = DB_SUCCESS;
533 return (DB_SUCCESS);
541 * Returns DB_SUCCESS if search was successful; DB_NOTFOUND otherwise.
551 db_status ret = DB_SUCCESS;
576 * in previous first search with query. Returns DB_SUCCESS if 'previous' is
586 db_status ret = DB_SUCCESS;
603 ret = DB_SUCCESS;
617 * Returns DB_SUCCESS if search found at least one answer;
625 db_status stat = DB_SUCCESS;
645 * Returns DB_SUCCESS if search found at least one answer;
727 READUNLOCK(this, DB_SUCCESS, "ru db_mindex::all");
728 return (DB_SUCCESS);
740 db_status res = DB_SUCCESS;
772 if (res == DB_SUCCESS && !doingModify) {
792 if (res == DB_SUCCESS) {
813 WRITEUNLOCK(this, DB_SUCCESS, "wu db_mindex::remove_aux");
822 * Returns DB_SUCCESS if one entry is found; this entry is removed from
846 WRITEUNLOCK2(table, this, DB_SUCCESS, DB_SUCCESS,
849 return (DB_SUCCESS);
894 if (rstat != DB_SUCCESS) {
902 WRITEUNLOCK2(table, this, DB_SUCCESS, DB_SUCCESS,
904 return (DB_SUCCESS);
915 * Returns DB_SUCCESS if entry can be added.
944 if (rstat != DB_SUCCESS) {
1017 rstat = DB_SUCCESS;
1164 (&this->indices.indices_val[i]) != DB_SUCCESS) {