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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeflate.c60 need_more, /* block not completed, need more input or more output */ enumerator in enum:__anon10826
400 if (bstate == need_more || bstate == finish_started) {
833 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
869 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more;
921 return need_more;
1016 return need_more;
1095 if (s->strm->avail_out == 0) return need_more;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.c67 need_more, /* block not completed, need more input or more output */ enumerator in enum:__anon1196
795 if (bstate == need_more || bstate == finish_started) {
1378 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
1413 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more;
1464 return need_more;
1571 return need_more;
1656 if (s->strm->avail_out == 0) return need_more;
1701 return need_more;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c67 need_more, /* block not completed, need more input or more output */ enumerator in enum:__anon3052
795 if (bstate == need_more || bstate == finish_started) {
1378 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
1413 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more;
1464 return need_more;
1571 return need_more;
1656 if (s->strm->avail_out == 0) return need_more;
1701 return need_more;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsmp.c407 int nack_busy_id, is_jbus, need_more; local
423 need_more = 0;
453 need_more = 1;
472 if (unlikely(need_more)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c303 goto need_more;
309 goto need_more;
321 goto need_more;
331 need_more:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c606 need_more, /* block not completed, need more input or more output */ enumerator in enum:__anon1489
1056 if (bstate == need_more || bstate == finish_started) {
1554 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
1589 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more;
1640 return need_more;
1734 return need_more;
1813 if (s->strm->avail_out == 0) return need_more;

Completed in 202 milliseconds