Searched refs:ldap_abandon_ext (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dabandon.c48 * ldap_abandon_ext - perform an ldap extended abandon operation.
56 * ldap_abandon_ext returns a LDAP error code.
60 * ldap_abandon_ext( ld, msgid, scntrls, ccntrls );
63 ldap_abandon_ext( function
71 Debug( LDAP_DEBUG_TRACE, "ldap_abandon_ext %d\n", msgid, 0, 0 );
102 return ldap_abandon_ext( ld, msgid, NULL, NULL ) == LDAP_SUCCESS
H A Dapitest.c226 rc = ldap_abandon_ext( ld, 0, NULL, NULL );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPAsynConnection.cpp254 if (ldap_abandon_ext(cur_session, req->getMsgID(), 0, 0)
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dopenldap.c399 ldap_abandon_ext(li->ld, lr->msgid, NULL, NULL);
/macosx-10.10.1/Heimdal-398.1.2/lib/hdb/
H A Dhdb-ldap.c1465 ldap_abandon_ext(HDB2LDAP(db), msgid, NULL, NULL);
1478 ldap_abandon_ext(HDB2LDAP(db), msgid, NULL, NULL);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dbind.c937 rc = ldap_abandon_ext( msc->msc_ld, msgid, NULL, NULL );
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Ddict_ldap.c329 #define dict_ldap_abandon(ld, msg) ldap_abandon_ext((ld), (msg), 0, 0)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dcommon.c1886 rc = ldap_abandon_ext( ld, msgid, NULL, NULL );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap.h1130 ldap_abandon_ext LDAP_P((
1138 ldap_abandon LDAP_P(( /* deprecated, use ldap_abandon_ext */
1140 int msgid )) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_10, __IPHONE_NA, __IPHONE_NA, "use ldap_abandon_ext");
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dbind.c1686 return ldap_abandon_ext( lc->lc_ld, msgid, NULL, NULL );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsyncrepl.c1096 ldap_abandon_ext( si->si_ld, si->si_msgid, NULL, NULL );

Completed in 136 milliseconds