Home
last modified time | relevance | path

Searched refs:getMsgID (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPRequest.h48 int getMsgID() const;
H A DLDAPMessage.cpp60 int LDAPMsg::getMsgID(){ in getMsgID() function in LDAPMsg
H A DLDAPMessage.h94 int getMsgID();
H A DLDAPRequest.cpp96 int LDAPRequest::getMsgID() const { in getMsgID() function in LDAPRequest
H A DLDAPAsynConnection.cpp261 if (ldap_abandon_ext(cur_session, req->getMsgID(), 0, 0) in abandon()