Home
last modified time | relevance | path

Searched refs:just_read (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/bz2/
H A Dbz2.c142 int just_read; in php_bz2iop_read() local
146 just_read = BZ2_bzread(self->bz_file, buf, to_read); in php_bz2iop_read()
148 if (just_read < 1) { in php_bz2iop_read()
151 if (just_read < 0) { in php_bz2iop_read()
157 ret += just_read; in php_bz2iop_read()
/PHP-7.3/main/streams/
H A Dstreams.c1010 size_t just_read, in php_stream_get_record() local
1017 just_read = STREAM_BUFFERED_AMOUNT(stream) - buffered_len; in php_stream_get_record()
1020 if (just_read == 0) { in php_stream_get_record()
1042 buffered_len += just_read; in php_stream_get_record()

Completed in 17 milliseconds