Home
last modified time | relevance | path

Searched refs:parse_err (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c383 int rc, parse_err, port; in prldap_connect() local
405 for ( parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port, in prldap_connect()
407 rc < 0 && LDAP_SUCCESS == parse_err && NULL != host; in prldap_connect()
408 parse_err = ldap_x_hostlist_next( &host, &port, status )) { in prldap_connect()
/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c728 char const *parse_err; in collect_prototype() local
747 if ((parse_err = decl_Parse(tmp_proto, &pp)) != NULL) { in collect_prototype()
748 errlog(FATAL|INPUT, "bad prototype: %s\n\t%s\n", parse_err, p); in collect_prototype()
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c543 int parse_err, port; local
557 parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port,
559 while ( !connected && LDAP_SUCCESS == parse_err && host != NULL ) {
718 parse_err = ldap_x_hostlist_next( &host, &port, status );
/titanic_50/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c263 int parse_err; in do_ldapssl_connect() local