Searched refs:domain_offset (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 Dhttp.c546 int domain_offset = 0; local
586 domain_offset = strlen(domain) - strlen(cdomain);
587 if (domain_offset < 0)
591 if (av_strcasecmp(&domain[domain_offset], cdomain))

Completed in 56 milliseconds