Searched refs:ldap_abandon_ext (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | abandon.c | 61 if ( ldap_abandon_ext( ld, msgid, NULL, NULL ) == LDAP_SUCCESS ) { in ldap_abandon() 75 ldap_abandon_ext( LDAP *ld, int msgid, LDAPControl **serverctrls, in ldap_abandon_ext() function
|
H A D | llib-lldap | 20 int ldap_abandon_ext(LDAP *ld, int msgid, LDAPControl **serverctrls, LDAPControl ** clientctrls);
|
/titanic_41/usr/src/lib/libldap5/ |
H A D | mapfile-vers | 70 ldap_abandon_ext;
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_wrapper.c | 49 return (ldap_abandon_ext(ld, msgid, serverctrls, clientctrls)); in _ns_ldap_abandon_ext()
|
H A D | ns_reads.c | 2224 (void) ldap_abandon_ext(cookie->conn->ld, cookie->msgId, in clear_results()
|
/titanic_41/usr/src/head/ |
H A D | ldap.h | 573 int LDAP_CALL ldap_abandon_ext(LDAP *ld, int msgid,
|