Lines Matching refs:initf
196 nss_db_initf_t initf, in getparams() argument
209 (*initf)(p); in getparams()
624 nss_search(nss_db_root_t *rootp, nss_db_initf_t initf, int search_fnum, in nss_search() argument
642 "search_args = %p\n", rootp, initf, in nss_search()
650 if (getparams(search_fnum, initf, ¶ms) == in nss_search()
656 if (initf == nscd_initf) { in nss_search()
664 return ((func)(rootp, initf, search_fnum, in nss_search()
673 if (initf == nscd_initf) { in nss_search()
685 if (initf == nscd_initf && try_local(dbi, search_args) == 1) { in nss_search()
818 if (initf == nscd_initf && /* request is from the door */ in nss_search()
1019 nss_setent(nss_db_root_t *rootp, nss_db_initf_t initf, in nss_setent() argument
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
1036 status = nss_getent_u(rootp, initf, contextpp, args); in nss_getent()
1041 nss_endent(nss_db_root_t *rootp, nss_db_initf_t initf, in nss_endent() argument
1046 nss_endent_u(rootp, initf, contextpp); in nss_endent()
1073 nss_setent_u(nss_db_root_t *rootp, nss_db_initf_t initf, in nss_setent_u() argument
1087 rootp, initf, contextpp); in nss_setent_u()
1093 if (getparams(-1, initf, ¶ms) == NSCD_CFG_UNSUPPORTED_SWITCH_DB) in nss_setent_u()
1097 if (initf == nscd_initf) in nss_setent_u()
1154 nss_endent_u(rootp, initf, contextpp); in nss_setent_u()
1171 s->be_version_p[i] == NULL && initf == nscd_initf) || in nss_setent_u()
1175 nss_endent_u(rootp, initf, contextpp); in nss_setent_u()
1190 nss_getent_u(nss_db_root_t *rootp, nss_db_initf_t initf, in nss_getent_u() argument
1201 rootp, initf, contextpp, args); in nss_getent_u()
1204 nss_setent_u(rootp, initf, contextpp); in nss_getent_u()
1269 nss_endent_u(rootp, initf, contextpp); in nss_getent_u()
1284 nss_endent_u(nss_db_root_t *rootp, nss_db_initf_t initf, in nss_endent_u() argument
1292 rootp, initf, contextpp); in nss_endent_u()
1345 nss_db_initf_t initf; in nss_psearch() local
1360 NULL, &initf, &dbop, &arg); in nss_psearch()
1384 initf = nscd_initf; in nss_psearch()
1388 status = nss_search(NULL, initf, dbop, &arg); in nss_psearch()
1608 delayed_setent(nss_pheader_t *pbuf, nss_db_initf_t initf, in delayed_setent() argument
1634 nss_setent(NULL, initf, contextp); in delayed_setent()
1668 nss_db_initf_t initf; in nss_pgetent() local
1699 initf = nscd_initf; in nss_pgetent()
1706 delayed_setent(pbuf, initf, contextp, cookie_num_p, in nss_pgetent()
1715 NULL, &initf, &contextp, &arg); in nss_pgetent()
1725 status = nss_getent(NULL, initf, contextp, &arg); in nss_pgetent()