Lines Matching refs:contextpp
1020 nss_getent_t *contextpp) in nss_setent() argument
1022 if (contextpp == 0) in nss_setent()
1024 nss_setent_u(rootp, initf, contextpp); in nss_setent()
1028 nss_getent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, in nss_getent() argument
1033 if (contextpp == 0) { in nss_getent()
1036 status = nss_getent_u(rootp, initf, contextpp, args); in nss_getent()
1042 nss_getent_t *contextpp) in nss_endent() argument
1044 if (contextpp == 0) in nss_endent()
1046 nss_endent_u(rootp, initf, contextpp); in nss_endent()
1074 nss_getent_t *contextpp) in nss_setent_u() argument
1087 rootp, initf, contextpp); in nss_setent_u()
1109 if ((contextp = (nscd_getent_context_t *)contextpp->ctx) == 0) { in nss_setent_u()
1110 if ((_nscd_get_getent_ctx(contextpp, ¶ms)) != in nss_setent_u()
1114 contextp = (nscd_getent_context_t *)contextpp->ctx; in nss_setent_u()
1154 nss_endent_u(rootp, initf, contextpp); in nss_setent_u()
1175 nss_endent_u(rootp, initf, contextpp); in nss_setent_u()
1191 nss_getent_t *contextpp, void *args) in nss_getent_u() argument
1201 rootp, initf, contextpp, args); in nss_getent_u()
1203 if ((contextp = (nscd_getent_context_t *)contextpp->ctx) == 0) { in nss_getent_u()
1204 nss_setent_u(rootp, initf, contextpp); in nss_getent_u()
1205 if ((contextp = (nscd_getent_context_t *)contextpp->ctx) == 0) { in nss_getent_u()
1269 nss_endent_u(rootp, initf, contextpp); in nss_getent_u()
1285 nss_getent_t *contextpp) in nss_endent_u() argument
1292 rootp, initf, contextpp); in nss_endent_u()
1294 if ((contextp = (nscd_getent_context_t *)contextpp->ctx) == 0) { in nss_endent_u()
1302 contextpp->ctx = NULL; in nss_endent_u()