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

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPControlSet.h87 static void freeLDAPControlArray(LDAPControl **ctrl);
H A DLDAPDeleteRequest.cpp48 LDAPControlSet::freeLDAPControlArray(tmpSrvCtrls);
49 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);
H A DLDAPAddRequest.cpp52 LDAPControlSet::freeLDAPControlArray(tmpSrvCtrls);
53 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);
H A DLDAPCompareRequest.cpp54 LDAPControlSet::freeLDAPControlArray(tmpSrvCtrls);
55 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);
H A DLDAPExtRequest.cpp55 LDAPControlSet::freeLDAPControlArray(tmpSrvCtrls);
56 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);
H A DLDAPModDNRequest.cpp61 LDAPControlSet::freeLDAPControlArray(tmpSrvCtrls);
62 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);
H A DLDAPModifyRequest.cpp53 LDAPControlSet::freeLDAPControlArray(tmpSrvCtrls);
54 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);
H A DLDAPBindRequest.cpp68 LDAPControlSet::freeLDAPControlArray(tmpSrvCtrls);
69 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);
100 LDAPControlSet::freeLDAPControlArray(tmpSrvCtrls);
101 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);
H A DLDAPControlSet.cpp76 void LDAPControlSet::freeLDAPControlArray(LDAPControl **ctrl){ function in class:LDAPControlSet
77 DEBUG(LDAP_DEBUG_TRACE, "LDAPControlSet::freeLDAPControlArray()" << endl);
H A DLDAPSearchRequest.cpp75 LDAPControlSet::freeLDAPControlArray(tmpSrvCtrl);
76 LDAPControlSet::freeLDAPControlArray(tmpClCtrl);
H A DLDAPAsynConnection.cpp270 LDAPControlSet::freeLDAPControlArray(tmpSrvCtrls);
271 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);

Completed in 106 milliseconds