Home
last modified time | relevance | path

Searched refs:CURL_DISABLE_RTSP (Results 1 – 12 of 12) sorted by relevance

/external/curl/lib/
Dcurl_setup.h172 # ifndef CURL_DISABLE_RTSP
173 # define CURL_DISABLE_RTSP macro
196 #if defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_RTSP)
197 # define CURL_DISABLE_RTSP macro
Drtsp.h24 #ifndef CURL_DISABLE_RTSP
Dcurl_config.h62 #define CURL_DISABLE_RTSP 1 macro
Dversion.c274 #ifndef CURL_DISABLE_RTSP
Drtsp.c25 #ifndef CURL_DISABLE_RTSP
Dhttp.c3056 #ifndef CURL_DISABLE_RTSP
3092 #ifndef CURL_DISABLE_RTSP in checkprotoprefix()
3505 #ifndef CURL_DISABLE_RTSP in Curl_http_readwrite_headers()
Dcurl_config.h.in61 #undef CURL_DISABLE_RTSP
Dcurl_config.h.cmake52 #cmakedefine CURL_DISABLE_RTSP 1
Durl.c228 #ifndef CURL_DISABLE_RTSP
/external/curl/
DCMakeLists.txt156 option(CURL_DISABLE_RTSP "to disable RTSP" OFF) option
157 mark_as_advanced(CURL_DISABLE_RTSP)
177 set(CURL_DISABLE_RTSP ON) variable
1240 _add_if("RTSP" NOT CURL_DISABLE_RTSP)
Dconfigure.ac383 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP]) definition
384 AC_SUBST(CURL_DISABLE_RTSP, [1]) subst
476 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP]) definition
477 AC_SUBST(CURL_DISABLE_RTSP, [1]) subst
4336 if test "x$CURL_DISABLE_RTSP" != "x1"; then
Dconfigure19042 CURL_DISABLE_RTSP=1
19196 CURL_DISABLE_RTSP=1
41198 if test "x$CURL_DISABLE_RTSP" != "x1"; then