Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dnetwork.c529 int len_p, len_h; in match_host_pattern() local
538 len_h = strlen(hostname); in match_host_pattern()
539 if (len_p > len_h) in match_host_pattern()
542 if (!strcmp(pattern, &hostname[len_h - len_p])) { in match_host_pattern()
543 if (len_h == len_p) in match_host_pattern()
545 if (hostname[len_h - len_p - 1] == '.') in match_host_pattern()