Lines Matching defs:be

187  * determine if an NSS lookup is to be performed
384 * Determine if a request should be done locally in the getXbyY caller's
385 * process. Return none zero if yes, 0 otherwise. This should be called
415 * Determine if a request should be done locally in the getXbyY caller's
416 * process. Return none zero if yes, 0 otherwise. This should be called
595 * data_len in the packed buf header may be changed
617 "may be needed\n");
682 * for door request that should be processed by the client,
747 nss_backend_t *be = NULL;
817 /* stop if the source is one that should be TRYLOCAL */
848 be = s->be[n_src];
849 if (be != NULL)
850 funcp = NSS_LOOKUP_DBOP(be, search_fnum);
852 /* request could be from within nscd so check states again */
853 if (be == NULL || (params.dnsi < 0 && (funcp == NULL ||
861 (me, "unable to look up source %s: be = %p, "
863 NSCD_NSW_SRC_NAME(srci), be, smf_state, funcp);
909 res = (*funcp)(be, search_args);
919 res = (*funcp)(be, search_args);
1055 nss_backend_t *be;
1061 be = ctx->be;
1064 if (n_src < s->max_src && be != 0) {
1065 (void) NSS_INVOKE_DBOP(be, NSS_DBOP_ENDENT, 0);
1066 ctx->be = 0; /* Should be unnecessary, but hey */
1081 nss_backend_t *be;
1129 be = contextp->be;
1130 if (n_src == 0 && be != 0) {
1136 (void) NSS_INVOKE_DBOP(be, NSS_DBOP_SETENT, 0);
1139 if (n_src < s->max_src && be != 0) {
1140 (void) NSS_INVOKE_DBOP(be, NSS_DBOP_ENDENT, 0);
1141 contextp->be = 0; /* Play it safe */
1144 for (n_src = 0, be = 0; n_src < s->max_src &&
1145 (be = s->be[n_src]) == 0; n_src++) {
1150 contextp->be = be;
1152 if (be == 0) {
1164 if (s->be[i] == NULL)
1186 (void) NSS_INVOKE_DBOP(be, NSS_DBOP_SETENT, 0);
1197 nss_backend_t *be;
1217 be = contextp->be;
1238 if (be == 0) {
1249 res = NSS_INVOKE_DBOP(be, NSS_DBOP_GETENT, args);
1259 (void) NSS_INVOKE_DBOP(be, NSS_DBOP_ENDENT, 0);
1263 (be = s->be[n_src]) == 0);
1264 if (be == 0) {
1273 contextp->be = be;
1274 (void) NSS_INVOKE_DBOP(be, NSS_DBOP_SETENT, 0);
1324 * to be freed. So just return.
1461 * pointer pointing to where the cookie number will be stored.
1539 * setent/getent can be done locally in the process of the