Home
last modified time | relevance | path

Searched refs:contextp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c101 struct nss_getent_context *contextp);
1332 end_iter_u(nss_db_root_t *rootp, struct nss_getent_context *contextp) in end_iter_u() argument
1338 s = contextp->s; in end_iter_u()
1339 n_src = contextp->n_src; in end_iter_u()
1340 be = contextp->be; in end_iter_u()
1347 contextp->be = 0; /* Should be unnecessary, but hey */ in end_iter_u()
1350 contextp->s = 0; in end_iter_u()
1360 struct nss_getent_context *contextp; in nss_setent_u() local
1365 if ((contextp = contextpp->ctx) == 0) { in nss_setent_u()
1366 if ((contextp = libc_malloc(sizeof (*contextp))) == 0) { in nss_setent_u()
[all …]
H A Dnss_dbdefs.c1250 nss_db_initf_t *initf __unused, nss_getent_t **contextp __unused, in nss_packed_context_init()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.c1051 end_iter_u(nss_db_root_t *rootp, struct nss_getent_context *contextp) in end_iter_u() argument
1058 ctx = (nscd_getent_context_t *)contextp; in end_iter_u()
1078 nscd_getent_context_t *contextp; in nss_setent_u() local
1109 if ((contextp = (nscd_getent_context_t *)contextpp->ctx) == 0) { in nss_setent_u()
1114 contextp = (nscd_getent_context_t *)contextpp->ctx; in nss_setent_u()
1116 s = contextp->nsw_state; in nss_setent_u()
1124 contextp->nsw_state = s; in nss_setent_u()
1127 s = contextp->nsw_state; in nss_setent_u()
1128 n_src = contextp->n_src; in nss_setent_u()
1129 be = contextp->be; in nss_setent_u()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c205 aname_do_match(char *string, char **contextp) in aname_do_match() argument
221 if (**contextp == '(') { in aname_do_match()
223 startp = (*contextp) + 1; in aname_do_match()
267 *contextp = endp; in aname_do_match()
382 aname_replacer(char *string, char **contextp, char **result) in aname_replacer() argument
410 for (cp = *contextp; *cp; ) { in aname_replacer()