Home
last modified time | relevance | path

Searched refs:_str_null_or_empty (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.5.0/components/mdns/
Dmdns.c104 static inline bool _str_null_or_empty(const char * str){ in _str_null_or_empty() function
153 (_str_null_or_empty(hostname) || !strcasecmp(srv->hostname, hostname)); in _mdns_service_match()
228 if (_mdns_server && !_str_null_or_empty(_mdns_server->instance)) { in _mdns_get_default_instance_name()
232 if (_mdns_server && !_str_null_or_empty(_mdns_server->hostname)) { in _mdns_get_default_instance_name()
244 if (service && !_str_null_or_empty(service->instance)) { in _mdns_get_service_instance_name()
266 …!strcasecmp(srv->proto, proto) && (_str_null_or_empty(hostname) || !strcasecmp(srv->hostname, host… in _mdns_service_match_instance()
811 if (_str_null_or_empty(str[0])) { in _mdns_append_srv_record()
844 if (_str_null_or_empty(str[0])) { in _mdns_append_a_record()
895 if (_str_null_or_empty(str[0])) { in _mdns_append_aaaa_record()
1606 if (!_str_null_or_empty(_mdns_server->hostname)) { in _mdns_append_host_list()
[all …]