Home
last modified time | relevance | path

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

/dports/www/ffproxy/ffproxy-1.6/
H A Dhttp.c237 char o_url[sizeof(r->url)]; in http_rel() local
238 (void) strncpy(o_url, r->url, sizeof(o_url) - 1); in http_rel()
239 o_url[sizeof(o_url) - 1] = '\0'; in http_rel()
241 (void) snprintf(r->url, sizeof(r->url), "http://%s%s", r->host, o_url); in http_rel()
243 (void) snprintf(r->url, sizeof(r->url), "http://%s:%d%s", r->host, r->port, o_url); in http_rel()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/nth/
H A Dhttp-server.c96 char *o_url = NULL, *o_body = NULL; in main() local
128 if (!(o_url = s)) in main()
161 (url_string_t *)o_url, in main()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/nth/
H A Dhttp-server.c96 char *o_url = NULL, *o_body = NULL; in main() local
128 if (!(o_url = s)) in main()
161 (url_string_t *)o_url, in main()
/dports/net/py-python-keystoneclient/python-keystoneclient-4.3.0/keystoneclient/v3/contrib/oauth1/
H A Dauth.py47 o_url, o_headers, o_body = oauth_client.sign(auth.token_url,
/dports/devel/py-keystoneauth1/keystoneauth1-4.4.0/keystoneauth1/extras/oauth1/
H A Dv3.py58 o_url, o_headers, o_body = oauth_client.sign(auth.token_url,
/dports/deskutils/griffith/griffith-a593201179695efe93829d9c9a70962ef29dd109/lib/plugins/movie/unmaintained/
H A DPluginMovieIMDB-it.py41 self.o_url = "http://www.imdb.com/title/tt%s" % self.movie_id
46 self.o_page = self.open_page(url=self.o_url)
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCCoreInteraction.m305 NSURL *o_url;
306 o_url = [NSURL URLWithString:toNSStr(psz_uri)];
310 return o_url;
344 NSURL * o_url = [NSURL URLWithString:toNSStr(psz_uri)];
348 if ([o_url isFileURL])
349 o_name = [[NSFileManager defaultManager] displayNameAtPath:[o_url path]];
351 o_name = [o_url absoluteString];
H A DVLCMainWindow.m552 NSURL * o_url = [NSURL URLWithString:toNSStr(uri)];
553 if ([o_url isFileURL]) {
554 [self setRepresentedURL: o_url];
556 [o_window setRepresentedURL:o_url];
567 if ([o_url isFileURL])
568 aString = [[NSFileManager defaultManager] displayNameAtPath: [o_url path]];
570 aString = [o_url absoluteString];
/dports/www/mod_auth_openidc/mod_auth_openidc-2.4.7/src/
H A Dmod_auth_openidc.c1857 const char *s_state = NULL, *o_url = NULL; in oidc_handle_browser_back() local
1862 o_url = oidc_session_get_original_url(r, session); in oidc_handle_browser_back()
1870 o_url); in oidc_handle_browser_back()
1873 oidc_util_hdr_out_location_set(r, o_url); in oidc_handle_browser_back()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpSM.cc4797 URL *o_url, *s_url; in do_cache_prepare_action() local
4803 o_url = &(t_state.redirect_info.original_url); in do_cache_prepare_action()
4804 ink_assert(o_url->valid()); in do_cache_prepare_action()
4806 s_url = o_url; in do_cache_prepare_action()
4808 o_url = &(t_state.cache_info.original_url); in do_cache_prepare_action()
4809 if (o_url->valid()) { in do_cache_prepare_action()
4810 s_url = o_url; in do_cache_prepare_action()
H A DHttpTransact.cc7661 URL *o_url = &s->cache_info.original_url; in build_request() local
7663 if (o_url->valid()) { in build_request()
7664 base_request->url_get()->copy(o_url); in build_request()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Ddash_client.c2213 GF_MPD_BaseURL *o_url = gf_list_get(rep->base_URLs, k); in gf_dash_update_manifest() local
2214 if (o_url->URL && !strcmp(o_url->URL, n_url->URL)) { in gf_dash_update_manifest()
2215 n_url->redirection = o_url->redirection; in gf_dash_update_manifest()
2216 o_url->redirection = NULL; in gf_dash_update_manifest()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Ddash_client.c2213 GF_MPD_BaseURL *o_url = gf_list_get(rep->base_URLs, k); in gf_dash_update_manifest() local
2214 if (o_url->URL && !strcmp(o_url->URL, n_url->URL)) { in gf_dash_update_manifest()
2215 n_url->redirection = o_url->redirection; in gf_dash_update_manifest()
2216 o_url->redirection = NULL; in gf_dash_update_manifest()