Home
last modified time | relevance | path

Searched refs:DEFAULT_SCHEME (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/
Dgstrtmp2locationhandler.c26 #define DEFAULT_SCHEME GST_RTMP_SCHEME_RTMP macro
54 GST_TYPE_RTMP_SCHEME, DEFAULT_SCHEME, in gst_rtmp_location_handler_default_init()
61 gst_rtmp_scheme_get_default_port (DEFAULT_SCHEME), in gst_rtmp_location_handler_default_init()
277 g_object_set (handler, "scheme", DEFAULT_SCHEME, "host", NULL, in gst_rtmp_location_handler_set_uri()
278 "port", gst_rtmp_scheme_get_default_port (DEFAULT_SCHEME), in gst_rtmp_location_handler_set_uri()
/third_party/curl/lib/
Durlapi.c71 #define DEFAULT_SCHEME "https" macro
897 schemep = DEFAULT_SCHEME; in seturl()
1208 scheme = (char *) DEFAULT_SCHEME; in curl_url_get()