Searched defs:ldapEntry (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c637 LDAPMessage *ldapEntry = NULL; local
673 ldapEntry = ldap_first_entry(ld, ldapMsg);
674 if (ldapEntry != NULL)
682 ldap_get_dn(ld, ldapEntry);
727 LDAPMessage *ldapEntry; local
740 ldapEntry = ldap_first_entry(ld, ldapMsg);
741 if (ldapEntry != NULL)
788 LDAPMessage *ldapEntry = NULL; local
811 ldapEntry = ldap_first_entry(ld, ldapMsg);
812 if (ldapEntry !
2096 LDAPMessage *ldapEntry = NULL; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c489 static asndefT ldapEntry = {"Entry", PRINTABLE, -1, 0, {0}}; variable
612 {0, &ldapEntry, -1},
622 {0, &ldapEntry, -1}}};
631 {0, &ldapEntry, -1},
647 {0, &ldapEntry, -1},

Completed in 55 milliseconds