Searched refs:end_of_stream (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_compression_compress.c108 int end_of_stream; /* EOF status. */ member in struct:private_data
269 if (state->end_of_stream) {
276 while (p < end && !state->end_of_stream) {
282 state->end_of_stream = ret;
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c282 end_of_stream(void) function
379 if (end_of_stream()) {
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dxfrout.c670 isc_boolean_t end_of_stream; /* EOS has been reached */ member in struct:__anon124
1152 xfr->end_of_stream = ISC_FALSE;
1441 xfr->end_of_stream = ISC_TRUE;
1578 } else if (xfr->end_of_stream == ISC_FALSE) {

Completed in 105 milliseconds