Searched refs:cdomain (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.c547 char *param, *next_param, *cdomain = NULL, *cpath = NULL, *cvalue = NULL; local
559 av_free(cdomain);
560 cdomain = av_strdup(&param[7+leading_dot]);
571 if (!cdomain)
572 cdomain = av_strdup(domain);
575 if (!cdomain || !cpath || !cvalue) {
586 domain_offset = strlen(domain) - strlen(cdomain);
591 if (av_strcasecmp(&domain[domain_offset], cdomain))
612 av_free(cdomain);

Completed in 60 milliseconds