Home
last modified time | relevance | path

Searched refs:RTMP_PROTOCOL_UNDEFINED (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpgw.c488 if (req.protocol == RTMP_PROTOCOL_UNDEFINED && !req.fullUrl.av_len) in processTCPrequest()
896 int parsedProtocol = RTMP_PROTOCOL_UNDEFINED; in ParseOption()
914 if (req->protocol == RTMP_PROTOCOL_UNDEFINED) in ParseOption()
1000 defaultRTMPRequest.protocol = RTMP_PROTOCOL_UNDEFINED; in main()
H A Drtmpdump.c756 int protocol = RTMP_PROTOCOL_UNDEFINED; in main()
981 int parsedProtocol = RTMP_PROTOCOL_UNDEFINED; in main()
1000 if (protocol == RTMP_PROTOCOL_UNDEFINED) in main()
1103 if (protocol == RTMP_PROTOCOL_UNDEFINED && !fullUrl.av_len) in main()
H A Drtmpsrv.c1103 defaultRTMPRequest.protocol = RTMP_PROTOCOL_UNDEFINED; in main()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h52 #define RTMP_PROTOCOL_UNDEFINED -1 macro