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

/sssd/src/sss_client/
H A Dnss_mc_group.c41 void *cookie; local
79 cookie = NULL;
80 ret = sss_nss_str_ptr_from_buffer(&result->gr_name, &cookie,
85 ret = sss_nss_str_ptr_from_buffer(&result->gr_passwd, &cookie,
92 ret = sss_nss_str_ptr_from_buffer(&result->gr_mem[i], &cookie,
98 if (cookie != NULL) {
H A Dnss_mc_passwd.c40 void *cookie; local
65 cookie = NULL;
66 ret = sss_nss_str_ptr_from_buffer(&result->pw_name, &cookie,
71 ret = sss_nss_str_ptr_from_buffer(&result->pw_passwd, &cookie,
76 ret = sss_nss_str_ptr_from_buffer(&result->pw_gecos, &cookie,
81 ret = sss_nss_str_ptr_from_buffer(&result->pw_dir, &cookie,
86 ret = sss_nss_str_ptr_from_buffer(&result->pw_shell, &cookie,
91 if (cookie != NULL) {
H A Dnss_mc_common.c330 * Call first time with *cookie set to null, then call again
331 * with the returned cookie.
332 * On the last string the cookie will be reset to null and
336 errno_t sss_nss_str_ptr_from_buffer(char **str, void **cookie, argument
343 if (*cookie == NULL) {
346 p = *((char **)cookie);
362 *cookie = NULL;
364 *cookie = p;
/sssd/src/providers/ldap/
H A Dsdap_async.c1167 struct berval cookie; member in struct:sdap_get_generic_ext_state
1235 state->cookie.bv_len = 0;
1236 state->cookie.bv_val = NULL;
1354 state->cookie.bv_val ?
1355 &state->cookie :
1466 struct berval cookie; local
1584 &total_count, &cookie);
1593 if (cookie.bv_val != NULL && cookie.bv_len > 0) {
1597 talloc_zfree(state->cookie
[all...]

Completed in 736 milliseconds