Searched refs:msgid (Results 1 - 5 of 5) sorted by relevance

/sssd/src/providers/ldap/
H A Dsdap_async.c265 int msgid; local
269 msgid = ldap_msgid(msg);
270 if (msgid == -1) {
279 if (op->msgid == msgid) break;
284 "Unmatched msgid, discarding message (type: %0x)\n",
316 /* no more results expected with this msgid */
409 DEBUG(SSSDBG_TRACE_INTERNAL, "Operation %d finished\n", op->msgid);
417 DEBUG(SSSDBG_TRACE_LIBS, "Abandoning operation %d\n", op->msgid);
418 ldap_abandon_ext(op->sh->ldap, op->msgid, NUL
438 sdap_op_add(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_handle *sh, int msgid, sdap_op_callback_t *callback, void *data, int timeout, struct sdap_op **_op) argument
509 int msgid; local
731 int msgid; local
1320 int msgid; local
[all...]
H A Dsdap_async_connection.c42 ber_int_t msgid, void *params);
140 int msgid; local
305 lret = ldap_start_tls(state->sh->ldap, NULL, NULL, &msgid);
327 ret = sdap_op_add(state, state->ev, state->sh, msgid,
374 "ldap_parse_result failed (%d)\n", state->op->msgid);
646 int msgid; local
678 pw, request_controls, NULL, &msgid);
680 if (ret == -1 || msgid == -1) {
694 DEBUG(SSSDBG_TRACE_INTERNAL, "ldap simple bind sent, msgid = %d\n", msgid);
2094 int msgid; local
2174 sdap_rebind_proc(LDAP *ldap, LDAP_CONST char *url, ber_tag_t request, ber_int_t msgid, void *params) argument
[all...]
H A Dsdap_async_private.h60 struct sdap_handle *sh, int msgid,
H A Dsdap.h45 int msgid; member in struct:sdap_op
/sssd/src/providers/ipa/
H A Dipa_s2n_exop.c82 int msgid; local
95 bv, NULL, NULL, &msgid);
96 if (ret == -1 || msgid == -1) {
101 DEBUG(SSSDBG_TRACE_INTERNAL, "ldap_extended_operation sent, msgid = %d\n",
102 msgid);
104 ret = sdap_op_add(state, ev, state->sh, msgid, ipa_s2n_exop_done, req,
143 state->op->msgid);

Completed in 490 milliseconds