Lines Matching refs:stat

610 	int		stat;
640 stat = objFromLDAP(t, &o, 0, 0);
643 *statP = stat;
654 db_status stat = DB_SUCCESS;
658 o = dbFindObject(name, &stat);
661 if (stat != DB_NOTFOUND)
664 myself, stat, NIL(name));
678 *statP = stat;
692 db_status stat;
712 o = dbFindObject(objName, &stat);
714 if (stat == DB_NOTFOUND)
717 return (stat);
771 db_status stat;
876 db_status stat;
896 curObj = dbFindObject(objName, &stat);
897 if (curObj == 0 && stat != DB_NOTFOUND) {
899 return (stat);
975 stat = DB_SUCCESS;
977 stat = DB_INTERNAL_ERROR;
1073 stat = DB_MEMORY_LIMIT;
1075 stat = dbres->status;
1082 if (stat == DB_SUCCESS) {
1118 stat = DB_INTERNAL_ERROR;
1129 if (stat == DB_SUCCESS &&(isDir || isTable)) {
1131 stat = db_create_table(objTable,
1134 stat = dbCreateTable(objTable, o);
1142 return (stat);
1274 int stat = LDAP_SUCCESS;
1307 dstat = dbCreateFromLDAP(t->objPath, &stat);
1312 ldap_err2string(stat));
1318 else if (stat == LDAP_SUCCESS)
1319 stat = LDAP_OPERATIONS_ERROR;
1321 return (stat);
1359 stat = mindex->queryLDAP(0, t->dbId, 0);
1361 if (stat != LDAP_SUCCESS) {
1365 ldap_err2string(stat));
1371 return (stat);
1469 stat = mindex->storeLDAP(0, 0, obj, 0, t->dbId);
1491 stat = mindex->storeLDAP(q, 0, obj, 0, t->dbId);
1501 if (stat != LDAP_SUCCESS) {
1505 ldap_err2string(stat));
1513 return (stat);
1546 stat = mindex->storeLDAP(0, 0, obj, 0, t->dbId);
1548 if (stat != LDAP_SUCCESS) {
1553 ldap_err2string(stat));
1561 return (stat);
1571 return (stat);
1859 db_status stat;
1861 stat = InUseDictionary->defer(table_name);
1862 return (stat);
1871 db_status stat;
1873 stat = InUseDictionary->commit(table_name);
1874 return (stat);
1882 db_status stat;
1884 stat = InUseDictionary->rollback(table_name);
1885 return (stat);
1890 db_status stat;
1904 stat = DB_SUCCESS;
1906 stat = DB_INTERNAL_ERROR;
1908 return (stat);