Searched refs:bind_req (Results 1 – 4 of 4) sorted by relevance
197 req->conn->bind_req = req; in send_auth_request()395 ldap_respond(conn->bind_req, rc); in ldap_bind_continue()396 conn->bind_req = NULL; in ldap_bind_continue()414 if (req->conn->bind_req) { in ldap_bind()416 req->conn->bind_req->msgid); in ldap_bind()417 request_free(req->conn->bind_req); in ldap_bind()418 req->conn->bind_req = NULL; in ldap_bind()
533 if (conn->bind_req != NULL && conn->bind_req->msgid == ares->msgid) in ldape_auth_result()
121 if (req->conn->bind_req != NULL && req->type != LDAP_REQ_BIND) { in request_dispatch()
221 struct request *bind_req; /* ongoing bind request */ member