Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_setup.h172 # ifndef CURL_DISABLE_RTSP
173 # define CURL_DISABLE_RTSP macro
184 # ifndef CURL_DISABLE_RTSP
185 # define CURL_DISABLE_RTSP macro
202 #if defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_RTSP)
203 # define CURL_DISABLE_RTSP macro
Drtsp.h24 #ifndef CURL_DISABLE_RTSP
Dversion.c208 #ifndef CURL_DISABLE_RTSP
Drtsp.c25 #ifndef CURL_DISABLE_RTSP
Dhttp.c2801 #ifndef CURL_DISABLE_RTSP
2834 #ifndef CURL_DISABLE_RTSP in checkprotoprefix()
Durl.c235 #ifndef CURL_DISABLE_RTSP
/external/curl/
DCMakeLists.txt150 option(CURL_DISABLE_RTSP "to disable RTSP" OFF) option
151 mark_as_advanced(CURL_DISABLE_RTSP)
171 set(CURL_DISABLE_RTSP ON) variable
1095 _add_if("RTSP" NOT CURL_DISABLE_RTSP)
Dconfigure.ac362 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP]) definition
363 AC_SUBST(CURL_DISABLE_RTSP, [1]) subst
455 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP]) definition
456 AC_SUBST(CURL_DISABLE_RTSP, [1]) subst
3584 if test "x$CURL_DISABLE_RTSP" != "x1"; then