Searched refs:willclose (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttp.c52 int willclose; /**< Set if the server correctly handles Connection: close and will close the connection after feeding us the content. */ member in struct:__anon2155
307 s->willclose = 1;
389 s->willclose = 0;
430 if (!s->willclose && s->filesize >= 0 && s->off >= s->filesize)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c64 int willclose; member in struct:__anon3501
490 s->willclose = 1;
794 s->willclose = 0;
831 if (!s->willclose && s->filesize >= 0 && s->off >= s->filesize)

Completed in 71 milliseconds