Searched refs:contextp (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/lib/lwres/
H A Dcontext.c24 lwres_context_t is returned through contextp, a pointer to a
39 using lwres_conf_init() and returned via *contextp.
42 socket. contextp is a pointer to a pointer to the context that is to
151 lwres_context_create(lwres_context_t **contextp, void *arg, argument
158 REQUIRE(contextp != NULL && *contextp == NULL);
202 *contextp = ctx;
208 contextp is a pointer to a pointer to the context that is
213 lwres_context_destroy(lwres_context_t **contextp) { argument
216 REQUIRE(contextp !
[all...]
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dcontext.h71 lwres_context_create(lwres_context_t **contextp, void *arg,
87 *\pre contextp != NULL && contextp == NULL.
93 lwres_context_destroy(lwres_context_t **contextp);
97 *\pre contextp != NULL && contextp == NULL.
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c201 * Chew up the match portion of the regular expression and update *contextp.
205 aname_do_match(char *string, char **contextp) argument
221 if (**contextp == '(') {
223 startp = (*contextp) + 1;
267 *contextp = endp;
382 aname_replacer(char *string, char **contextp, char **result) argument
410 for (cp = *contextp; *cp; ) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c1249 * Initialize db_root, initf, dbop, contextp and arg from a packed buffer
1255 nss_db_initf_t *initf, nss_getent_t **contextp,
1254 nss_packed_context_init(void *buffer, size_t length, nss_db_root_t *db_root, nss_db_initf_t *initf, nss_getent_t **contextp, nss_XbyY_args_t *arg) argument
H A Dnss_common.c101 struct nss_getent_context *contextp);
1339 end_iter_u(nss_db_root_t *rootp, struct nss_getent_context *contextp) argument
1345 s = contextp->s;
1346 n_src = contextp->n_src;
1347 be = contextp->be;
1354 contextp->be = 0; /* Should be unnecessary, but hey */
1357 contextp->s = 0;
1367 struct nss_getent_context *contextp; local
1372 if ((contextp = contextpp->ctx) == 0) {
1373 if ((contextp
1452 struct nss_getent_context *contextp; local
1535 struct nss_getent_context *contextp; local
1764 struct nss_getent_context *contextp = contextpp->ctx; local
1940 struct nss_getent_context *contextp = contextpp->ctx; local
2086 struct nss_getent_context *contextp = contextpp->ctx; local
2163 struct nss_getent_context *contextp = contextpp->ctx; local
2230 struct nss_getent_context *contextp = contextpp->ctx; local
[all...]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.c1051 end_iter_u(nss_db_root_t *rootp, struct nss_getent_context *contextp) argument
1058 ctx = (nscd_getent_context_t *)contextp;
1078 nscd_getent_context_t *contextp; local
1109 if ((contextp = (nscd_getent_context_t *)contextpp->ctx) == 0) {
1114 contextp = (nscd_getent_context_t *)contextpp->ctx;
1116 s = contextp->nsw_state;
1124 contextp->nsw_state = s;
1127 s = contextp->nsw_state;
1128 n_src = contextp->n_src;
1129 be = contextp
1195 nscd_getent_context_t *contextp; local
1288 nscd_getent_context_t *contextp; local
1439 nscd_map_contextp(void *buffer, nss_getent_t *contextp, nssuint_t **cookie_num_p, nssuint_t **seqnum_p, int setent) argument
1524 nss_getent_t *contextp = &context; local
1608 delayed_setent(nss_pheader_t *pbuf, nss_db_initf_t initf, nss_getent_t *contextp, nssuint_t *cookie_num_p, nssuint_t *seqnum_p, pid_t pid) argument
1670 nss_getent_t *contextp = &context; local
1762 nss_getent_t *contextp = &context; local
[all...]

Completed in 71 milliseconds