Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_rtmp.c227 conn->proto.rtmp = r; in rtmp_setup_connection()
234 RTMP *r = conn->proto.rtmp; in rtmp_connect()
269 RTMP *r = conn->proto.rtmp; in rtmp_do()
298 RTMP *r = conn->proto.rtmp; in rtmp_disconnect()
302 conn->proto.rtmp = NULL; in rtmp_disconnect()
313 RTMP *r = conn->proto.rtmp; in rtmp_recv()
335 RTMP *r = conn->proto.rtmp; in rtmp_send()
H A DMakefile.mk104 ifneq ($(findstring -rtmp,$(CFG)),)
H A Durldata.h948 void *rtmp; member
/curl/.github/scripts/
H A Dspellcheck.words703 rtmp
/curl/.github/workflows/
H A Dmacos.yml107 … --disable-ldap --disable-pop3 --disable-rtmp --disable-rtsp --disable-scp --disable-sftp
H A Dlinux.yml185 --disable-rtmp --disable-rtsp
/curl/
H A DCMakeLists.txt1306 set(_extra_libs "rtmp")
1310 openssl_check_symbol_exists("RTMP_Init" "librtmp/rtmp.h" HAVE_LIBRTMP "${_extra_libs}")
1312 list(APPEND CURL_LIBS "rtmp")
H A Dconfigure.ac2628 AC_CHECK_LIB(rtmp, RTMP_Init,
2630 AC_CHECK_HEADERS(librtmp/rtmp.h,

Completed in 31 milliseconds