Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dsapenc.c147 char *new_url; in sap_write_header() local
165 new_url = av_strdup(url); in sap_write_header()
166 if (!new_url) { in sap_write_header()
170 ff_format_set_url(contexts[i], new_url); in sap_write_header()
H A Dhls.c740 uint8_t *new_url = NULL; in parse_playlist() local
781 if (av_opt_get(in, "location", AV_OPT_SEARCH_CHILDREN, &new_url) >= 0) in parse_playlist()
782 url = new_url; in parse_playlist()
1031 av_free(new_url); in parse_playlist()
H A Drtsp.c1997 char *new_url = av_strdup(reply->location); in ff_rtsp_connect() local
1998 if (!new_url) { in ff_rtsp_connect()
2002 ff_format_set_url(s, new_url); in ff_rtsp_connect()
H A Dhlsenc.c975 char * new_url = av_strdup(vs->current_segment_final_filename_fmt); in sls_flags_filename_process() local
976 if (!new_url) { in sls_flags_filename_process()
979 ff_format_set_url(vs->avf, new_url); in sls_flags_filename_process()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc233 CFURLRef new_url = nullptr; in create_ct_font() local
238 new_url = CFURLCreateFromFSRef (NULL, &fsref); in create_ct_font()
240 new_url = (CFURLRef) CTFontCopyAttribute (new_ct_font, kCTFontURLAttribute); in create_ct_font()
244 if (!original_url || !new_url || CFEqual (original_url, new_url)) { in create_ct_font()
251 if (new_url) in create_ct_font()
252 CFRelease (new_url); in create_ct_font()
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c1106 static int redirection_ok(int n_redir, const char *old_url, const char *new_url) in redirection_ok() argument
1112 if (*new_url == '/') /* redirection to same server => same protocol */ in redirection_ok()
1115 !HAS_PREFIX(new_url, OSSL_HTTPS_NAME":")) { in redirection_ok()
/third_party/openssl/crypto/http/
H A Dhttp_client.c1095 static int redirection_ok(int n_redir, const char *old_url, const char *new_url) in redirection_ok() argument
1101 if (*new_url == '/') /* redirection to same server => same protocol */ in redirection_ok()
1104 !HAS_PREFIX(new_url, OSSL_HTTPS_NAME":")) { in redirection_ok()
/third_party/python/Lib/http/
H A Dserver.py708 new_url = urllib.parse.urlunsplit(new_parts)
709 self.send_header("Location", new_url)
/third_party/backends/tools/
H A Dsane-desc.c541 update_url_list (url_entry * first_url, char *new_url) in update_url_list() argument
548 if (string_compare (url->name, new_url) == 0) in update_url_list()
573 url->name = new_url; in update_url_list()

Completed in 42 milliseconds