Home
last modified time | relevance | path

Searched refs:fullUrl (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpgw.c88 AVal fullUrl; member
473 if (!req.hostname.av_len && !req.fullUrl.av_len) in processTCPrequest()
480 if (req.playpath.av_len == 0 && !req.fullUrl.av_len) in processTCPrequest()
488 if (req.protocol == RTMP_PROTOCOL_UNDEFINED && !req.fullUrl.av_len) in processTCPrequest()
494 if (req.rtmpport == -1 && !req.fullUrl.av_len) in processTCPrequest()
500 if (req.rtmpport == 0 && !req.fullUrl.av_len) in processTCPrequest()
556 if (!req.fullUrl.av_len) in processTCPrequest()
564 if (RTMP_SetupURL(&rtmp, req.fullUrl.av_val) == FALSE) in processTCPrequest()
566 RTMP_Log(RTMP_LOGERROR, "Couldn't parse URL: %s", req.fullUrl.av_val); in processTCPrequest()
924 STR2AVAL(req->fullUrl, arg); in ParseOption()
H A Drtmpdump.c767 AVal fullUrl = { 0, 0 }; in main() local
1010 STR2AVAL(fullUrl, optarg); in main()
1090 if (!hostname.av_len && !fullUrl.av_len) in main()
1096 if (playpath.av_len == 0 && !fullUrl.av_len) in main()
1103 if (protocol == RTMP_PROTOCOL_UNDEFINED && !fullUrl.av_len) in main()
1109 if (port == -1 && !fullUrl.av_len) in main()
1115 if (port == 0 && !fullUrl.av_len) in main()
1197 if (!fullUrl.av_len) in main()
1205 if (RTMP_SetupURL(&rtmp, fullUrl.av_val) == FALSE) in main()
1207 RTMP_Log(RTMP_LOGERROR, "Couldn't parse URL: %s", fullUrl.av_val); in main()