Lines Matching defs:stat

615 	int		stat;
645 stat = objFromLDAP(t, &o, 0, 0);
648 *statP = stat;
659 db_status stat = DB_SUCCESS;
663 o = dbFindObject(name, &stat);
666 if (stat != DB_NOTFOUND)
669 myself, stat, NIL(name));
683 *statP = stat;
697 db_status stat;
717 o = dbFindObject(objName, &stat);
719 if (stat == DB_NOTFOUND)
722 return (stat);
776 db_status stat;
881 db_status stat;
901 curObj = dbFindObject(objName, &stat);
902 if (curObj == 0 && stat != DB_NOTFOUND) {
904 return (stat);
980 stat = DB_SUCCESS;
982 stat = DB_INTERNAL_ERROR;
1078 stat = DB_MEMORY_LIMIT;
1080 stat = dbres->status;
1087 if (stat == DB_SUCCESS) {
1123 stat = DB_INTERNAL_ERROR;
1134 if (stat == DB_SUCCESS &&(isDir || isTable)) {
1136 stat = db_create_table(objTable,
1139 stat = dbCreateTable(objTable, o);
1147 return (stat);
1279 int stat = LDAP_SUCCESS;
1312 dstat = dbCreateFromLDAP(t->objPath, &stat);
1317 ldap_err2string(stat));
1323 else if (stat == LDAP_SUCCESS)
1324 stat = LDAP_OPERATIONS_ERROR;
1326 return (stat);
1364 stat = mindex->queryLDAP(0, t->dbId, 0);
1366 if (stat != LDAP_SUCCESS) {
1370 ldap_err2string(stat));
1376 return (stat);
1475 stat = mindex->storeLDAP(0, 0, obj, 0, t->dbId);
1497 stat = mindex->storeLDAP(q, 0, obj, 0, t->dbId);
1507 if (stat != LDAP_SUCCESS) {
1511 ldap_err2string(stat));
1519 return (stat);
1552 stat = mindex->storeLDAP(0, 0, obj, 0, t->dbId);
1554 if (stat != LDAP_SUCCESS) {
1559 ldap_err2string(stat));
1567 return (stat);
1577 return (stat);
1865 db_status stat;
1867 stat = InUseDictionary->defer(table_name);
1868 return (stat);
1877 db_status stat;
1879 stat = InUseDictionary->commit(table_name);
1880 return (stat);
1888 db_status stat;
1890 stat = InUseDictionary->rollback(table_name);
1891 return (stat);
1896 db_status stat;
1910 stat = DB_SUCCESS;
1912 stat = DB_INTERNAL_ERROR;
1914 return (stat);