Searched defs:parse_err (Results 1 - 3 of 3) sorted by relevance
| /osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/ |
| H A D | ldappr-io.c | 383 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 D | os-ip.c | 542 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 D | ldapsinit.c | 260 int parse_err; local
|
Completed in 47 milliseconds