Lines Matching refs:DB_SUCCESS
423 * point to the a copy of entry_object. Returns DB_SUCCESS if found;
429 db_status ret = DB_SUCCESS;
468 * point to copy of the entry_object. Returns DB_SUCCESS if 'previous' is
475 db_status ret = DB_SUCCESS;
535 return (DB_SUCCESS);
543 * Returns DB_SUCCESS if search was successful; DB_NOTFOUND otherwise.
553 db_status ret = DB_SUCCESS;
578 * in previous first search with query. Returns DB_SUCCESS if 'previous' is
588 db_status ret = DB_SUCCESS;
605 ret = DB_SUCCESS;
619 * Returns DB_SUCCESS if search found at least one answer;
627 db_status stat = DB_SUCCESS;
647 * Returns DB_SUCCESS if search found at least one answer;
729 READUNLOCK(this, DB_SUCCESS, "ru db_mindex::all");
730 return (DB_SUCCESS);
742 db_status res = DB_SUCCESS;
774 if (res == DB_SUCCESS && !doingModify) {
794 if (res == DB_SUCCESS) {
815 WRITEUNLOCK(this, DB_SUCCESS, "wu db_mindex::remove_aux");
824 * Returns DB_SUCCESS if one entry is found; this entry is removed from
848 WRITEUNLOCK2(table, this, DB_SUCCESS, DB_SUCCESS,
851 return (DB_SUCCESS);
896 if (rstat != DB_SUCCESS) {
904 WRITEUNLOCK2(table, this, DB_SUCCESS, DB_SUCCESS,
906 return (DB_SUCCESS);
917 * Returns DB_SUCCESS if entry can be added.
946 if (rstat != DB_SUCCESS) {
1019 rstat = DB_SUCCESS;
1166 (&this->indices.indices_val[i]) != DB_SUCCESS) {