Searched refs:notypes (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdn.c198 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 Dllib-lldap152 char **ldap_explode_dn( const char *dn, const int notypes );
153 char ** ldap_explode_rdn( const char *rdn, const int notypes );
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dgetdn.c165 ldap_explode_dn( char *dn, int notypes )
212 if ( notypes ) {
329 ldap_explode_rdn( char *rdn, int notypes )
370 if ( notypes ) {
H A Dllib-lldap150 char **ldap_explode_dn( char *dn, int notypes );
151 char ** ldap_explode_rdn( char *rdn, int notypes );
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dldap.h1068 char **ldap_explode_dn(char *dn, int notypes);
1069 char ** ldap_explode_rdn(char *rdn, int notypes);
/opensolaris-onvv-gate/usr/src/head/
H A Dldap.h544 const int notypes);
546 const int notypes);

Completed in 66 milliseconds