Searched refs:just_read (Results 1 – 2 of 2) sorted by relevance
74 int just_read; in php_bz2iop_read() local78 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()
1065 size_t just_read, in php_stream_get_record() local1072 just_read = STREAM_BUFFERED_AMOUNT(stream) - buffered_len; in php_stream_get_record()1075 if (just_read == 0) { in php_stream_get_record()1097 buffered_len += just_read; in php_stream_get_record()
Completed in 13 milliseconds