Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_setup.h172 # ifndef CURL_DISABLE_RTSP
173 # define CURL_DISABLE_RTSP macro
199 #if defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_RTSP)
200 # define CURL_DISABLE_RTSP macro
Drtsp.h24 #ifndef CURL_DISABLE_RTSP
Dversion.c232 #ifndef CURL_DISABLE_RTSP
Drtsp.c25 #ifndef CURL_DISABLE_RTSP
Dhttp.c2817 #ifndef CURL_DISABLE_RTSP
2850 #ifndef CURL_DISABLE_RTSP in checkprotoprefix()
3205 #ifndef CURL_DISABLE_RTSP in Curl_http_readwrite_headers()
Dcurl_config.h.cmake49 #cmakedefine CURL_DISABLE_RTSP 1
Durl.c236 #ifndef CURL_DISABLE_RTSP
/external/curl/
DCMakeLists.txt138 option(CURL_DISABLE_RTSP "to disable RTSP" OFF) option
139 mark_as_advanced(CURL_DISABLE_RTSP)
159 set(CURL_DISABLE_RTSP ON) variable
1114 _add_if("RTSP" NOT CURL_DISABLE_RTSP)
Dconfigure.ac365 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP]) definition
366 AC_SUBST(CURL_DISABLE_RTSP, [1]) subst
458 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP]) definition
459 AC_SUBST(CURL_DISABLE_RTSP, [1]) subst
3776 if test "x$CURL_DISABLE_RTSP" != "x1"; then