Searched refs:notypes (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getdn.c | 198 ldap_explode( const char *dn, const int notypes, const int nametype ) argument 275 if ( notypes ) { 338 ldap_explode_dn( const char *dn, const int notypes ) 340 return( ldap_explode( dn, notypes, LDAP_DN ) ); 345 ldap_explode_rdn( const char *rdn, const int notypes ) 347 return( ldap_explode( rdn, notypes, LDAP_RDN ) );
|
H A D | llib-lldap | 152 char **ldap_explode_dn( const char *dn, const int notypes ); 153 char ** ldap_explode_rdn( const char *rdn, const int notypes );
|
/illumos-gate/usr/src/head/ |
H A D | ldap.h | 543 const int notypes); 545 const int notypes);
|
Completed in 64 milliseconds