Lines Matching defs:location
77 char *location;
167 { "location", "The actual location of the data received", OFFSET(location), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, D | E },
214 path1, sizeof(path1), s->location);
316 re = av_dict_get(s->redirect_cache, s->location, NULL, AV_DICT_MATCH_CASE);
365 av_free(s->location);
366 s->location = av_strdup(cached);
367 if (!s->location) {
429 redirect_cache_set(s, s->location, s->new_location, s->expires);
432 av_free(s->location);
433 s->location = s->new_location;
471 NULL, 0, s->location);
497 av_free(s->location);
498 s->location = av_strdup(uri);
499 if (!s->location)
694 s->location = av_strdup(uri);
695 if (!s->location)
818 s->location, p);
1936 /* if the location changed (redirect), revert to the original uri */
1937 if (strcmp(s->uri, s->location)) {
1942 av_free(s->location);
1943 s->location = new_uri;