Lines Matching refs:service

61 ns_scan_hash(ns_hashtype_t type, const char *service,  in ns_scan_hash()  argument
66 strcasecmp(service, idx->h_map->service) == 0 && in ns_scan_hash()
81 ns_hashtype_t type, const char *service, const char *str) in ns_get_hash() argument
86 if (config == NULL || service == NULL || str == NULL) in ns_get_hash()
91 hashp = ns_scan_hash(type, service, str, idx); in ns_get_hash()
107 if (mapp->service) { in ns_free_map()
108 free(mapp->service); in ns_free_map()
109 mapp->service = NULL; in ns_free_map()
183 ns_scan_hash(type, map->service, map->orig, idx) != NULL) { in __s_api_add_map2hash()
327 __s_api_parseASearchDesc(const char *service, in __s_api_parseASearchDesc() argument
590 rc = __s_api_getDNs(&dns, service, &error); in __s_api_parseASearchDesc()
652 const char *service, in __ns_ldap_getSearchDescriptors() argument
699 rc = __s_api_get_search_DNs_v1(&sdl, service, errorp); in __ns_ldap_getSearchDescriptors()
750 if (sdl == NULL || service == NULL) { in __ns_ldap_getSearchDescriptors()
756 slen = strlen(service); in __ns_ldap_getSearchDescriptors()
761 if (strncasecmp(service, srv, slen) != 0) in __ns_ldap_getSearchDescriptors()
769 rc = __s_api_parseASearchDesc(service, &srv, &ret); in __ns_ldap_getSearchDescriptors()
829 const char *service, in __ns_ldap_getAttributeMaps() argument
866 const char *service, in __ns_ldap_getMappedAttributes() argument
876 hp = ns_get_hash(ptr, NS_HASH_AMAP, service, origAttribute); in __ns_ldap_getMappedAttributes()
887 const char *service, in __ns_ldap_getOrigAttribute() argument
897 hp = ns_get_hash(ptr, NS_HASH_RAMAP, service, mappedAttribute); in __ns_ldap_getOrigAttribute()
912 const char *service, in __ns_ldap_getObjectClassMaps() argument
946 const char *service, in __ns_ldap_getMappedObjectClass() argument
956 hp = ns_get_hash(ptr, NS_HASH_OMAP, service, origObjectClass); in __ns_ldap_getMappedObjectClass()
967 const char *service, in __ns_ldap_getOrigObjectClass() argument
977 hp = ns_get_hash(ptr, NS_HASH_ROMAP, service, mappedObjectClass); in __ns_ldap_getOrigObjectClass()
988 const char *service, in __ns_ldap_mapAttributeList() argument
1007 npp = __ns_ldap_getMappedAttributes(service, *opp); in __ns_ldap_mapAttributeList()
1029 const char *service, in __ns_ldap_mapAttribute() argument
1038 npp = __ns_ldap_getMappedAttributes(service, origAttr); in __ns_ldap_mapAttribute()