Lines Matching refs:DB_SUCCESS

185 	return (DB_SUCCESS);
248 if (status != DB_SUCCESS)
251 return (DB_SUCCESS);
363 return (DB_SUCCESS);
468 return (DB_SUCCESS);
474 if (status != DB_SUCCESS)
479 return (DB_SUCCESS);
509 * If successful, return DB_SUCCESS; otherwise DB_NOTUNIQUE if target
532 return (DB_SUCCESS);
540 * already exists. If entry is added, return DB_SUCCESS.
587 return (DB_SUCCESS);
859 WRITEUNLOCK(this, DB_SUCCESS,
861 return (DB_SUCCESS);
865 if ((status = checkpoint()) != DB_SUCCESS) {
903 if (status != DB_SUCCESS) {
911 if (status != DB_SUCCESS) {
922 if (FreeDictionary->dump() != DB_SUCCESS) {
941 return (DB_SUCCESS);
949 db_status dbstat = DB_SUCCESS;
984 if (dbstat != DB_SUCCESS) {
992 if (dbstat != DB_SUCCESS) {
1006 if (dbstat == DB_SUCCESS)
1045 ret = tbl->database->dump(outfile) ? DB_SUCCESS : DB_INTERNAL_ERROR;
1086 if (dbstat != DB_SUCCESS) {
1093 if (tempdict.dump() != DB_SUCCESS) {
1251 return (DB_SUCCESS); /* DB_NOTFOUND? */
1275 return (DB_SUCCESS);
1315 * Returns DB_SUCCESS if checkpoint was successful; error code otherwise
1325 return (DB_SUCCESS);
1347 return (DB_SUCCESS);
1440 return (DB_SUCCESS);
1451 return (DB_SUCCESS);
1519 if (dstat != DB_SUCCESS) {
1649 return (DB_SUCCESS);
1682 if (status != DB_SUCCESS) {
1717 * Returns DB_SUCCESS if dictionary has been updated successfully.
1761 if (status != DB_SUCCESS) {
1791 if (status != DB_SUCCESS) {
1812 * Returns DB_SUCCESS if dictionary has been updated successfully.
1868 return (DB_SUCCESS);
1928 return (DB_SUCCESS);
1940 return (DB_SUCCESS);
2236 db_status ret = DB_SUCCESS;
2267 ret = DB_SUCCESS;
2301 if (stat != DB_SUCCESS) {
2307 ret = DB_SUCCESS;
2335 db_status ret = DB_SUCCESS;
2350 if (ret != DB_SUCCESS) {
2368 if (ret != DB_SUCCESS) {
2386 if (ret != DB_SUCCESS) {
2406 db_status ret = DB_SUCCESS;
2413 return (DB_SUCCESS);
2417 if (ret == DB_SUCCESS)