Searched refs:CURL_DISABLE_RTSP (Results 1 – 13 of 13) sorted by relevance
27 #define CURL_DISABLE_RTSP 1 macro30 #ifndef CURL_DISABLE_RTSP
251 # ifndef CURL_DISABLE_RTSP252 # define CURL_DISABLE_RTSP macro272 #if defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_RTSP)273 # define CURL_DISABLE_RTSP macro
941 #ifndef CURL_DISABLE_RTSP1269 #ifndef CURL_DISABLE_RTSP1337 #ifndef CURL_DISABLE_RTSP1481 #ifndef CURL_DISABLE_RTSP1714 #ifndef CURL_DISABLE_RTSP
164 #ifndef CURL_DISABLE_RTSP in getinfo_char()309 #ifndef CURL_DISABLE_RTSP in getinfo_long()
379 #ifndef CURL_DISABLE_RTSP
1211 #ifndef CURL_DISABLE_RTSP in setopt_long()2495 #ifndef CURL_DISABLE_RTSP in setopt_cptr()2834 #ifndef CURL_DISABLE_RTSP in setopt_func()
723 #ifndef CURL_DISABLE_RTSP in Curl_retry_request()
27 #if !defined(CURL_DISABLE_RTSP) && !defined(USE_HYPER)
322 #ifndef CURL_DISABLE_RTSP in Curl_close()373 #ifndef CURL_DISABLE_RTSP in Curl_init_userdefined()1523 #ifndef CURL_DISABLE_RTSP in Curl_getn_scheme_handler()
137 #cmakedefine CURL_DISABLE_RTSP 1
2772 #ifndef CURL_DISABLE_RTSP2791 #ifndef CURL_DISABLE_RTSP in checkprotoprefix()
365 option(CURL_DISABLE_RTSP "Disable RTSP" OFF) option368 mark_as_advanced(CURL_DISABLE_RTSP)388 set(CURL_DISABLE_RTSP ON) variable408 set(CURL_DISABLE_RTSP ON) variable1959 _add_if("RTSP" NOT CURL_DISABLE_RTSP)
683 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP])684 AC_SUBST(CURL_DISABLE_RTSP, [1])906 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP]) definition907 AC_SUBST(CURL_DISABLE_RTSP, [1]) subst916 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP])917 AC_SUBST(CURL_DISABLE_RTSP, [1])5414 if test "x$CURL_DISABLE_RTSP" != "x1"; then
Completed in 82 milliseconds