Searched refs:read_result (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmmst.c247 int read_result; local
251 read_result = ffurl_read_complete(mms->mms_hd, mms->in_buffer, 8);
252 if (read_result != 8) {
253 if(read_result < 0) {
256 read_result, strerror(AVUNERROR(read_result)));
271 read_result= ffurl_read_complete(mms->mms_hd, mms->in_buffer+8, 4);
272 if(read_result != 4) {
275 read_result,
276 read_result <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmmst.c240 int read_result; local
244 read_result = ffurl_read_complete(mms->mms_hd, mms->in_buffer, 8);
245 if (read_result != 8) {
246 if(read_result < 0) {
249 read_result, strerror(read_result));
264 read_result= ffurl_read_complete(mms->mms_hd, mms->in_buffer+8, 4);
265 if(read_result != 4) {
268 read_result,
269 read_result <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-nonce.c197 dbus_bool_t read_result; local
212 read_result = _dbus_read_nonce (noncefile, &nonce, error);
213 if (!read_result)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsaa7127.c781 int read_result; local
784 read_result = saa7127_read(sd, SAA7129_REG_FADE_KEY_COL2);
788 read_result);

Completed in 93 milliseconds