Searched refs:fromLDAP (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/lib/libnisdb/ |
H A D | db_mindex.cc | 162 bool_t fromLDAP) { in satisfy_query() argument 181 fromLDAP = (fromLDAP && !noLDAPquery.flag && in satisfy_query() 182 (table->mapping.fromLDAP || in satisfy_query() 189 if (fromLDAP && table->mapping.matchFetch == mat_always) { in satisfy_query() 215 ret = satisfy_query_dbonly(q, count, fromLDAP ? TRUE : FALSE, valid); in satisfy_query() 218 if (ret != NULL || !fromLDAP) { in satisfy_query() 439 if (table->mapping.fromLDAP) { in first() 671 if (table->mapping.fromLDAP) { in all()
|
H A D | db_table.cc | 240 m->fromLDAP = FALSE; in initMappingStruct() 464 mapping.fromLDAP) { in grow() 574 if (!mapping.fromLDAP) { in setEntryExp() 788 while (odn != 0 && (!mapping.fromLDAP || !mapping.toLDAP)) { in configure() 790 mapping.fromLDAP = TRUE; in configure() 830 if ((mapping.expireType != NIS_TABLE_OBJ || mapping.fromLDAP) && in configure() 839 } else if (mapping.expireType == NIS_TABLE_OBJ && !mapping.fromLDAP && in configure()
|
H A D | ldap_op.h | 62 int fromLDAP, int *res,
|
H A D | nis_db.h | 53 int loadAllLDAP(int fromLDAP, void *cookie, db_status *dstatP);
|
H A D | nisdb_ldap.h | 141 bool_t fromLDAP; /* Get data from LDAP ? */ member
|
H A D | db_mindex_c.x | 132 % bool_t fromLDAP = FALSE);
|
H A D | ldap_op.c | 179 __nis_rule_value_t *rv, char **dn, int fromLDAP, in createLdapRequest() argument 200 if (fromLDAP) { in createLdapRequest() 217 mit_ldap, mit_nisplus, rv, !fromLDAP, &stat); in createLdapRequest() 241 fromLDAP ? objectDN->read.base : in createLdapRequest() 251 if (fromLDAP) in createLdapRequest() 276 char *filter = (fromLDAP) ? in createLdapRequest() 292 if (fromLDAP) in createLdapRequest()
|
H A D | ldap_parse.c | 75 ldapDBTableMapping.fromLDAP = FALSE; in parseConfig()
|
H A D | db_mindex2.cc | 331 doLDAP = table->mapping.fromLDAP; in selectMapping() 356 doLDAP = table->mapping.fromLDAP; in selectMapping()
|
H A D | nis_db.cc | 1275 loadAllLDAP(int fromLDAP, void *cookie, db_status *dstatP) { in loadAllLDAP() argument 1306 if (fromLDAP) { in loadAllLDAP()
|