Lines Matching refs:db_query
248 selectMapping(db_table *table, nis_object *obj, db_query *qin, in selectMapping()
455 db_query *qi; in updateTableEntry()
648 db_query *qi; in touchEntry()
666 db_mindex::touchEntry(db_query *q) { in touchEntry()
727 db_mindex::queryLDAP(db_query *qin, char *dbId, int doAsynch) { in queryLDAP()
733 db_query *q; in queryLDAP()
1086 db_mindex::removeLDAP(db_query *qin, nis_object *obj) { in removeLDAP()
1088 db_query *q; in removeLDAP()
1283 db_mindex::storeLDAP(db_query *qin, entry_object *obj, nis_object *o, in storeLDAP()
1287 db_query *q, *qo, **qa; in storeLDAP()
1437 db_query qbuf, **qold; in storeLDAP()
1440 qa = (db_query **)am(myself, sizeof (qa[0])); in storeLDAP()
1448 qold = (db_query **)am(myself, sizeof (qold[0])); in storeLDAP()
1513 db_query *qc, **qat, **qoldt; in storeLDAP()
1527 qat = (db_query **)realloc(qa, in storeLDAP()
1530 qoldt = (db_query **)realloc(qold, in storeLDAP()
1614 qa = (db_query **)am(myself, ntab * sizeof (qa[0])); in storeLDAP()