Searched defs:parse_err (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c383 int rc, parse_err, port; local
405 for ( parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port,
407 rc < 0 && LDAP_SUCCESS == parse_err && NULL != host;
408 parse_err = ldap_x_hostlist_next( &host, &port, status )) {
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c542 int parse_err, port; local
556 parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port,
558 while ( !connected && LDAP_SUCCESS == parse_err && host != NULL ) {
717 parse_err = ldap_x_hostlist_next( &host, &port, status );
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c260 int parse_err; local

Completed in 47 milliseconds