Lines Matching refs:service
60 ns_scan_hash(ns_hashtype_t type, const char *service, in ns_scan_hash() argument
65 strcasecmp(service, idx->h_map->service) == 0 && in ns_scan_hash()
80 ns_hashtype_t type, const char *service, const char *str) in ns_get_hash() argument
85 if (config == NULL || service == NULL || str == NULL) in ns_get_hash()
90 hashp = ns_scan_hash(type, service, str, idx); in ns_get_hash()
106 if (mapp->service) { in ns_free_map()
107 free(mapp->service); in ns_free_map()
108 mapp->service = NULL; in ns_free_map()
182 ns_scan_hash(type, map->service, map->orig, idx) != NULL) { in __s_api_add_map2hash()
326 __s_api_parseASearchDesc(const char *service, in __s_api_parseASearchDesc() argument
591 rc = __s_api_getDNs(&dns, service, &error); in __s_api_parseASearchDesc()
653 const char *service, in __ns_ldap_getSearchDescriptors() argument
700 rc = __s_api_get_search_DNs_v1(&sdl, service, errorp); in __ns_ldap_getSearchDescriptors()
751 if (sdl == NULL || service == NULL) { in __ns_ldap_getSearchDescriptors()
757 slen = strlen(service); in __ns_ldap_getSearchDescriptors()
762 if (strncasecmp(service, srv, slen) != 0) in __ns_ldap_getSearchDescriptors()
770 rc = __s_api_parseASearchDesc(service, &srv, &ret); in __ns_ldap_getSearchDescriptors()
830 const char *service, in __ns_ldap_getAttributeMaps() argument
867 const char *service, in __ns_ldap_getMappedAttributes() argument
877 hp = ns_get_hash(ptr, NS_HASH_AMAP, service, origAttribute); in __ns_ldap_getMappedAttributes()
888 const char *service, in __ns_ldap_getOrigAttribute() argument
898 hp = ns_get_hash(ptr, NS_HASH_RAMAP, service, mappedAttribute); in __ns_ldap_getOrigAttribute()
913 const char *service, in __ns_ldap_getObjectClassMaps() argument
947 const char *service, in __ns_ldap_getMappedObjectClass() argument
957 hp = ns_get_hash(ptr, NS_HASH_OMAP, service, origObjectClass); in __ns_ldap_getMappedObjectClass()
968 const char *service, in __ns_ldap_getOrigObjectClass() argument
978 hp = ns_get_hash(ptr, NS_HASH_ROMAP, service, mappedObjectClass); in __ns_ldap_getOrigObjectClass()
989 const char *service, in __ns_ldap_mapAttributeList() argument
1008 npp = __ns_ldap_getMappedAttributes(service, *opp); in __ns_ldap_mapAttributeList()
1030 const char *service, in __ns_ldap_mapAttribute() argument
1039 npp = __ns_ldap_getMappedAttributes(service, origAttr); in __ns_ldap_mapAttribute()