Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPMessage.cpp24 m_hasControls=false; in LDAPMsg()
31 m_hasControls=false; in LDAPMsg()
66 return m_hasControls; in hasControls()
H A DLDAPSearchReference.cpp36 m_hasControls = true; in LDAPSearchReference()
39 m_hasControls = false; in LDAPSearchReference()
H A DLDAPSearchResult.cpp30 m_hasControls = true; in LDAPSearchResult()
33 m_hasControls = false; in LDAPSearchResult()
H A DLDAPResult.cpp40 m_hasControls = true; in LDAPResult()
43 m_hasControls = false; in LDAPResult()
H A DLDAPMessage.h123 bool m_hasControls; variable