Lines Matching refs:be
110 _nss_ldap_services2str(ldap_backend_ptr be, nss_XbyY_args_t *argp) in _nss_ldap_services2str() argument
120 be->services_cookie; in _nss_ldap_services2str()
135 result = be->result; in _nss_ldap_services2str()
144 if ((be->buffer = calloc(1, buflen)) == NULL) { in _nss_ldap_services2str()
148 buffer = be->buffer; in _nss_ldap_services2str()
194 } else if (protocol->value_count > 1 && be->setcalled == 0 && in _nss_ldap_services2str()
254 if (be->enumcookie != NULL && cookie == NULL && in _nss_ldap_services2str()
264 be->services_cookie = in _nss_ldap_services2str()
265 (void *)_nss_services_cookie_new(be->result, 1, cname); in _nss_ldap_services2str()
266 if (be->services_cookie == NULL) { in _nss_ldap_services2str()
272 be->result = NULL; in _nss_ldap_services2str()
277 be->buflen = strlen(be->buffer); in _nss_ldap_services2str()
294 (void **)&be->services_cookie); in _nss_ldap_services2str()
301 (void) __ns_ldap_freeResult(&be->result); in _nss_ldap_services2str()
317 getbyname(ldap_backend_ptr be, void *a) in getbyname() argument
356 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyname()
373 getbyport(ldap_backend_ptr be, void *a) in getbyport() argument
415 return ((nss_status_t)_nss_ldap_lookup(be, argp, in getbyport()