Searched defs:add_to_reply (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/ldap/
H A Dsdap_async.c1041 static errno_t add_to_reply(TALLOC_CTX *mem_ctx, function
1779 ret = add_to_reply(state, &state->sreply, attrs);
1782 DEBUG(SSSDBG_CRIT_FAILURE, "add_to_reply failed.\n");
1786 /* add_to_reply steals attrs, no need to free them here */
2255 ret = add_to_reply(state, &state->sreply, attrs);
2258 DEBUG(SSSDBG_CRIT_FAILURE, "add_to_reply failed.\n");
2262 /* add_to_reply steals attrs, no need to free them here */

Completed in 36 milliseconds