Searched refs:got_error (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmss3.c65 int got_error; member in struct:RangeCoder
113 int got_error; member in struct:MSS3Context
287 c->got_error = 0;
298 c->got_error = 1;
573 c->got_error = 1;
730 if (!keyframe && c->got_error)
732 c->got_error = 0;
785 if (c->got_error || acoder->got_error) {
788 c->got_error
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwbinfo.c1443 BOOL got_error = False; local
1448 got_error = True;
1454 got_error = True;
1457 if (got_error)
1462 BOOL got_error = False; local
1485 got_error = True;
1490 if (got_error)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_ssl.c159 static int got_error = 0; variable
231 ++got_error;
341 tt_int_op(got_error, ==, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dhil_mlc.c448 #define IN(to, got, got_error, timed_out) \
449 { HILSE_IN, { .packet = 0 }, to, got, got_error, timed_out },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_iterators.c171 FLAC__bool got_error; member in struct:__anon3815
182 cd.got_error = false;
194 if(FLAC__stream_decoder_init_file(decoder, filename, write_callback_, metadata_callback_, error_callback_, &cd) != FLAC__STREAM_DECODER_INIT_STATUS_OK || cd.got_error) {
200 if(!FLAC__stream_decoder_process_until_end_of_metadata(decoder) || cd.got_error) {
270 if(!cd->got_error && 0 == cd->object) {
272 cd->got_error = true;
282 cd->got_error = true;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddispatch.c2163 dbus_bool_t got_error; local
2212 got_error = message != NULL && dbus_message_get_type (message) == DBUS_MESSAGE_TYPE_ERROR;
2219 if (!got_error)
2227 if (got_error)

Completed in 277 milliseconds