Searched refs:just_read (Results 1 – 2 of 2) sorted by relevance
73 int just_read; in php_bz2iop_read() local77 just_read = BZ2_bzread(self->bz_file, buf, to_read); in php_bz2iop_read()79 if (just_read < 1) { in php_bz2iop_read()82 if (just_read < 0) { in php_bz2iop_read()91 ret += just_read; in php_bz2iop_read()
1082 size_t just_read, in php_stream_get_record() local1089 just_read = STREAM_BUFFERED_AMOUNT(stream) - buffered_len; in php_stream_get_record()1092 if (just_read == 0) { in php_stream_get_record()1114 buffered_len += just_read; in php_stream_get_record()
Completed in 28 milliseconds