Lines Matching refs:asObj
252 bool_t doLDAP, asObj; in selectMapping() local
332 asObj = FALSE; in selectMapping()
341 asObj = TRUE; in selectMapping()
357 asObj = TRUE; in selectMapping()
410 asObj = TRUE; in selectMapping()
415 asObj = TRUE; in selectMapping()
423 *asObjP = asObj; in selectMapping()
732 bool_t asObj, doEnum; in queryLDAP() local
750 t = selectMapping(table, 0, qin, FALSE, &asObj, &stat); in queryLDAP()
757 myself, NIL(t->objName), (asObj ? "object" : "entry")); in queryLDAP()
784 sfree(selectTableMapping(t, q, 0, asObj, dbId, &i)); in queryLDAP()
791 if (asObj) { in queryLDAP()
1089 bool_t asObj; in removeLDAP() local
1099 t = selectMapping(table, 0, qin, TRUE, &asObj, &stat); in removeLDAP()
1109 if (asObj) { in removeLDAP()
1118 t = selectMapping(0, obj, 0, TRUE, &asObj, in removeLDAP()
1286 bool_t asObj; in storeLDAP() local
1299 t = selectMapping(table, 0, qin, TRUE, &asObj, &stat); in storeLDAP()
1313 if (asObj) { in storeLDAP()
1316 asObj = FALSE; in storeLDAP()
1320 asObj = FALSE; in storeLDAP()
1324 if (asObj) { in storeLDAP()
1340 t = selectMapping(0, o, 0, TRUE, &asObj, &stat); in storeLDAP()
1419 t = selectMapping(table, 0, 0, TRUE, &asObj, &stat); in storeLDAP()