Searched defs:qin (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_scheme.c | 41 schemeQuery2Query(db_query *qin, db_scheme *s) { argument 46 q = cloneQuery(qin, 0);
|
H A D | db_mindex3.cc | 54 db_query *qin; member in struct:__anon80 89 * Retrieve container entries from LDAP per 't' and 'qin'/'q'. 94 * (qin == NULL), the retrieval is performed in a detached 100 db_mindex::entriesFromLDAP(__nis_table_mapping_t *t, db_query *qin, db_query *q, argument 117 arg->qin = qin; 185 if (doAsynch && qin == 0) { 204 if (doAsynch && qin == 0) { 335 db_query *q, *qin; local 356 qin [all...] |
H A D | db_mindex2.cc | 248 selectMapping(db_table *table, nis_object *obj, db_query *qin, argument 310 * for entries per 'qin'. 312 * directory Use 'qin' and table->mapping.objName 315 * 'qin' == NULL means reading/writing the 350 if (qin == 0) { 361 nqc = qin->size(); 362 if (nqc != 1 || (qc = qin->queryloc()) == 0 || 718 * Query LDAP per the supplied (scheme-) query 'qin'. If 'doAsynch' is 719 * set, and the query is an enumeration (qin == 0), the query will be 727 db_mindex::queryLDAP(db_query *qin, cha argument 1086 removeLDAP(db_query *qin, nis_object *obj) argument 1283 storeLDAP(db_query *qin, entry_object *obj, nis_object *o, entry_obj *oldObj, char *dbId) argument [all...] |
H A D | ldap_nisdbquery.c | 621 filterQuery(__nis_table_mapping_t *t, db_query **q, db_query *qin, argument 628 if ((t == 0 && qin == 0) || q == 0 || 656 if (retain && qin != 0) 657 retain = verifyQueryMatch(q[i], qin); 688 db_query *qin, __nis_obj_attr_t ***objAttr, 1030 query = filterQuery(t, query, qin, &attr, &nq); 1031 else if (qin != 0) 1032 query = filterQuery(0, query, qin, &attr, &nq); 1055 db_query *qin, __nis_obj_attr_t ***objAttr, int *numQueries) { 1086 qp[nqp] = createNisPlusEntry(t, &rv[i], qin, 687 createNisPlusEntry(__nis_table_mapping_t *t, __nis_rule_value_t *rv, db_query *qin, __nis_obj_attr_t ***objAttr, int *numQueries) argument 1054 ruleValue2Query(__nis_table_mapping_t *t, __nis_rule_value_t *rv, db_query *qin, __nis_obj_attr_t ***objAttr, int *numQueries) argument [all...] |
H A D | ldap_map.c | 186 * If 'qin' is NULL, enumeration is desired. 195 mapFromLDAP(__nis_table_mapping_t *t, db_query *qin, int *numQueries, argument 215 tp = selectTableMapping(t, qin, 0, 0, dbId, &numMatches); 235 if (qin != 0) { 236 rv = buildNisPlusRuleValue(t, qin, 0); 273 nqt = (ls->isDN || qin != 0) ? 0 : -1; 277 * If qin != 0, then we need to make sure that the 279 * are compatible with 'qin' are retained. This will 281 * case, no need to filter on 'qin'). 283 if (ls->isDN || qin [all...] |
Completed in 62 milliseconds