Lines Matching refs:DB_SUCCESS

182 	return (DB_SUCCESS);
245 if (status != DB_SUCCESS)
248 return (DB_SUCCESS);
360 return (DB_SUCCESS);
465 return (DB_SUCCESS);
471 if (status != DB_SUCCESS)
476 return (DB_SUCCESS);
506 * If successful, return DB_SUCCESS; otherwise DB_NOTUNIQUE if target
529 return (DB_SUCCESS);
537 * already exists. If entry is added, return DB_SUCCESS.
584 return (DB_SUCCESS);
856 WRITEUNLOCK(this, DB_SUCCESS,
858 return (DB_SUCCESS);
862 if ((status = checkpoint()) != DB_SUCCESS) {
900 if (status != DB_SUCCESS) {
908 if (status != DB_SUCCESS) {
919 if (FreeDictionary->dump() != DB_SUCCESS) {
938 return (DB_SUCCESS);
946 db_status dbstat = DB_SUCCESS;
981 if (dbstat != DB_SUCCESS) {
989 if (dbstat != DB_SUCCESS) {
1003 if (dbstat == DB_SUCCESS)
1042 ret = tbl->database->dump(outfile) ? DB_SUCCESS : DB_INTERNAL_ERROR;
1083 if (dbstat != DB_SUCCESS) {
1090 if (tempdict.dump() != DB_SUCCESS) {
1248 return (DB_SUCCESS); /* DB_NOTFOUND? */
1272 return (DB_SUCCESS);
1312 * Returns DB_SUCCESS if checkpoint was successful; error code otherwise
1322 return (DB_SUCCESS);
1344 return (DB_SUCCESS);
1437 return (DB_SUCCESS);
1448 return (DB_SUCCESS);
1516 if (dstat != DB_SUCCESS) {
1646 return (DB_SUCCESS);
1679 if (status != DB_SUCCESS) {
1714 * Returns DB_SUCCESS if dictionary has been updated successfully.
1758 if (status != DB_SUCCESS) {
1788 if (status != DB_SUCCESS) {
1809 * Returns DB_SUCCESS if dictionary has been updated successfully.
1865 return (DB_SUCCESS);
1925 return (DB_SUCCESS);
1937 return (DB_SUCCESS);
2233 db_status ret = DB_SUCCESS;
2264 ret = DB_SUCCESS;
2298 if (stat != DB_SUCCESS) {
2304 ret = DB_SUCCESS;
2332 db_status ret = DB_SUCCESS;
2347 if (ret != DB_SUCCESS) {
2365 if (ret != DB_SUCCESS) {
2383 if (ret != DB_SUCCESS) {
2403 db_status ret = DB_SUCCESS;
2410 return (DB_SUCCESS);
2414 if (ret == DB_SUCCESS)