Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_setup.h169 # ifndef CURL_DISABLE_RTSP
170 # define CURL_DISABLE_RTSP macro
193 #if defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_RTSP)
194 # define CURL_DISABLE_RTSP macro
Drtsp.h24 #ifndef CURL_DISABLE_RTSP
Dcurl_config.h56 #define CURL_DISABLE_RTSP 1 macro
Dversion.c270 #ifndef CURL_DISABLE_RTSP
Drtsp.c25 #ifndef CURL_DISABLE_RTSP
Dhttp.c2828 #ifndef CURL_DISABLE_RTSP
2862 #ifndef CURL_DISABLE_RTSP in checkprotoprefix()
3242 #ifndef CURL_DISABLE_RTSP in Curl_http_readwrite_headers()
Dcurl_config.h.in55 #undef CURL_DISABLE_RTSP
Dcurl_config.h.cmake52 #cmakedefine CURL_DISABLE_RTSP 1
Durl.c231 #ifndef CURL_DISABLE_RTSP
/external/curl/
DCMakeLists.txt155 option(CURL_DISABLE_RTSP "to disable RTSP" OFF) option
156 mark_as_advanced(CURL_DISABLE_RTSP)
176 set(CURL_DISABLE_RTSP ON) variable
1224 _add_if("RTSP" NOT CURL_DISABLE_RTSP)
Dconfigure.ac377 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP]) definition
378 AC_SUBST(CURL_DISABLE_RTSP, [1]) subst
470 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP]) definition
471 AC_SUBST(CURL_DISABLE_RTSP, [1]) subst
4108 if test "x$CURL_DISABLE_RTSP" != "x1"; then
Dconfigure19255 CURL_DISABLE_RTSP=1
19409 CURL_DISABLE_RTSP=1
41376 if test "x$CURL_DISABLE_RTSP" != "x1"; then