Searched refs:m_res (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPBindRequest.h58 LDAPResult *m_res; member in class:LDAPSaslInteractiveBind
H A DLDAPBindRequest.cpp121 m_mech(mech), m_flags(flags), m_sih(sih), m_res(0)
159 m_res = new LDAPResult(LDAPMsg::BIND_RESPONSE, res, "");
166 return m_res;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Drequest.c217 * if m_res then also protected by res_mutex
230 int m_res )
254 1, bind, 1, m_res );
445 int connect, LDAPreqinfo *bind, int m_req, int m_res )
525 LDAP_RES_UNLOCK_IF(m_res);
527 LDAP_RES_LOCK_IF(m_res);
567 LDAP_RES_UNLOCK_IF(m_res);
571 LDAP_RES_LOCK_IF(m_res);
600 LDAP_RES_UNLOCK_IF(m_res);
644 LDAP_RES_LOCK_IF(m_res);
[all...]
H A Dldap-int.h720 LDAPConn *lc, LDAPreqinfo *bind, int noconn, int m_res );
722 int use_ldsb, int connect, LDAPreqinfo *bind, int m_req, int m_res );

Completed in 171 milliseconds