Searched refs:_nx_bsd_string_length (Results 1 – 2 of 2) sorted by relevance
173 static ULONG _nx_bsd_string_length(CHAR * string);14407 …if(!memcmp(_nx_bsd_serv_list_ptr[i].service_name, service, _nx_bsd_string_length((CHAR *)service))… in nx_bsd_getaddrinfo()14439 for(i = 0; i < _nx_bsd_string_length((CHAR *)node); i++) in nx_bsd_getaddrinfo()14517 if (_nx_bsd_string_length((CHAR *)node) > NX_DNS_NAME_MAX) in nx_bsd_getaddrinfo()14520 …memcpy(cname_buffer, node, _nx_bsd_string_length((CHAR *)node)); /* Use case of memcpy is verified… in nx_bsd_getaddrinfo()14615 if (_nx_bsd_string_length((CHAR *)node) > NX_DNS_NAME_MAX) in nx_bsd_getaddrinfo()14618 …memcpy(cname_buffer, node, _nx_bsd_string_length((CHAR *)node)); /* Use case of memcpy is verified… in nx_bsd_getaddrinfo()15095 if(_nx_bsd_string_length(_nx_bsd_serv_list_ptr[i].service_name) > servlen) in nx_bsd_getnameinfo()15099 _nx_bsd_string_length(_nx_bsd_serv_list_ptr[i].service_name)); in nx_bsd_getnameinfo()15269 static ULONG _nx_bsd_string_length(CHAR * string) in _nx_bsd_string_length() function
5362 … _nx_bsd_string_length - This function returns the length of string.