Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhashswf.c472 HTTPResult httpres; in RTMP_HashSWF() local
602 httpres = HTTP_get(&http, url, swfcrunch); in RTMP_HashSWF()
606 if (httpres != HTTPRES_OK && httpres != HTTPRES_OK_NOT_MODIFIED) in RTMP_HashSWF()
609 if (httpres == HTTPRES_LOST_CONNECTION) in RTMP_HashSWF()
612 else if (httpres == HTTPRES_NOT_FOUND) in RTMP_HashSWF()