Searched refs:len_h (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnetwork.c337 int len_p, len_h; local
346 len_h = strlen(hostname);
347 if (len_p > len_h)
350 if (!strcmp(pattern, &hostname[len_h - len_p])) {
351 if (len_h == len_p)
353 if (hostname[len_h - len_p - 1] == '.')

Completed in 48 milliseconds