Home
last modified time | relevance | path

Searched refs:remain (Results 1 – 14 of 14) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_stream.c164 size_t size = 0, remain = 4*1024; in zend_stream_fixup() local
166 *buf = emalloc(remain); in zend_stream_fixup()
168 while ((read = zend_stream_read(file_handle, *buf + size, remain)) > 0) { in zend_stream_fixup()
170 remain -= read; in zend_stream_fixup()
172 if (remain == 0) { in zend_stream_fixup()
174 remain = size; in zend_stream_fixup()
183 if (size && remain < ZEND_MMAP_AHEAD) { in zend_stream_fixup()
/PHP-7.4/ext/gd/libgd/
H A Dgd_io_dp.c232 int rlen, remain; in dynamicGetbuf() local
239 remain = dp->logicalSize - dp->pos; in dynamicGetbuf()
240 if (remain >= len) { in dynamicGetbuf()
243 if (remain <= 0) { in dynamicGetbuf()
246 rlen = remain; in dynamicGetbuf()
/PHP-7.4/ext/bz2/
H A Dbz2.c143 size_t remain = count - ret; in php_bz2iop_read() local
144 int to_read = (int)(remain <= INT_MAX ? remain : INT_MAX); in php_bz2iop_read()
173 size_t remain = count - wrote; in php_bz2iop_write() local
174 int to_write = (int)(remain <= INT_MAX ? remain : INT_MAX); in php_bz2iop_write()
/PHP-7.4/ext/intl/tests/
H A Dregression_sort_and_cow.phpt31 // The second copy should remain unsorted.
H A Dregression_sortwsk_and_cow.phpt32 // The second copy should remain unsorted.
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c140 int remain; in sapi_lsapi_ub_write() local
148 remain = str_length; in sapi_lsapi_ub_write()
149 while( remain > 0 ) { in sapi_lsapi_ub_write()
150 ret = write( 1, str, remain ); in sapi_lsapi_ub_write()
153 return str_length - remain; in sapi_lsapi_ub_write()
156 remain -= ret; in sapi_lsapi_ub_write()
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt33 expected: reference count of $global_var should remain the same as
/PHP-7.4/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt45 of this License, Derivative Works shall not include works that remain
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE355 terminated so long as such parties remain in full compliance.
/PHP-7.4/
H A DREADME.REDIST.BINS661 to copyright in this Software shall at all times remain with copyright
H A DUPGRADING100 compatibility impact, the default for SIGALARM will remain false however.
H A Dphp.ini-development296 ; are decoded with unserialize, the data will remain the same.
H A Dphp.ini-production296 ; are decoded with unserialize, the data will remain the same.
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE358 terminated so long as such parties remain in full compliance.

Completed in 41 milliseconds