Searched defs:retoid (Results 1 - 1 of 1) sorted by relevance
/sssd/src/providers/ipa/ |
H A D | ipa_s2n_exop.c | 64 char *retoid; member in struct:ipa_s2n_exop_state 88 state->retoid = NULL; 129 char *retoid = NULL; local 164 &retoid, &retdata, 0); 177 state->retoid = talloc_strdup(state, retoid); 178 if (state->retoid == NULL) { 203 ldap_memfree(retoid); 213 char **retoid, struct berval **retdata) 220 *retoid 212 ipa_s2n_exop_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, char **retoid, struct berval **retdata) argument 766 s2n_response_to_attrs(TALLOC_CTX *mem_ctx, struct sss_domain_info *dom, char *retoid, struct berval *retdata, struct resp_attrs **resp_attrs) argument 1161 char *retoid = NULL; local 1601 char *retoid = NULL; local [all...] |
Completed in 2154 milliseconds