Home
last modified time | relevance | path

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

/PHP-8.1/ext/bz2/
H A Dbz2.c74 int just_read; in php_bz2iop_read() local
78 just_read = BZ2_bzread(self->bz_file, buf, to_read); in php_bz2iop_read()
80 if (just_read < 1) { in php_bz2iop_read()
83 if (just_read < 0) { in php_bz2iop_read()
92 ret += just_read; in php_bz2iop_read()
/PHP-8.1/main/streams/
H A Dstreams.c1051 size_t just_read, in php_stream_get_record() local
1058 just_read = STREAM_BUFFERED_AMOUNT(stream) - buffered_len; in php_stream_get_record()
1061 if (just_read == 0) { in php_stream_get_record()
1083 buffered_len += just_read; in php_stream_get_record()

Completed in 15 milliseconds