Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_stream.c175 size_t size = 0, remain = 4*1024; in zend_stream_fixup() local
177 *buf = emalloc(remain); in zend_stream_fixup()
179 while ((read = zend_stream_read(file_handle, *buf + size, remain)) > 0) { in zend_stream_fixup()
181 remain -= read; in zend_stream_fixup()
183 if (remain == 0) { in zend_stream_fixup()
185 remain = size; in zend_stream_fixup()
194 if (size && remain < ZEND_MMAP_AHEAD) { in zend_stream_fixup()
/PHP-8.2/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-8.2/ext/bz2/
H A Dbz2.c75 size_t remain = count - ret; in php_bz2iop_read() local
76 int to_read = (int)(remain <= INT_MAX ? remain : INT_MAX); in php_bz2iop_read()
105 size_t remain = count - wrote; in php_bz2iop_write() local
106 int to_write = (int)(remain <= INT_MAX ? remain : INT_MAX); in php_bz2iop_write()
/PHP-8.2/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-8.2/sapi/litespeed/
H A Dlsapi_main.c138 int remain; in sapi_lsapi_ub_write() local
146 remain = str_length; in sapi_lsapi_ub_write()
147 while( remain > 0 ) { in sapi_lsapi_ub_write()
148 ret = write( 1, str, remain ); in sapi_lsapi_ub_write()
151 return str_length - remain; in sapi_lsapi_ub_write()
154 remain -= ret; in sapi_lsapi_ub_write()
/PHP-8.2/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt28 expected: reference count of $global_var should remain the same as
/PHP-8.2/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt45 of this License, Derivative Works shall not include works that remain
/PHP-8.2/docs/
H A Drelease-process.md197 > The API versions between the alpha, beta, and X.Y.0RCn releases may remain
919 There is no rule for how long the call for volunteers must remain open. We
/PHP-8.2/ext/mbstring/libmbfl/
H A DLICENSE355 terminated so long as such parties remain in full compliance.
/PHP-8.2/ext/bcmath/libbcmath/
H A DLICENSE358 terminated so long as such parties remain in full compliance.
/PHP-8.2/
H A DREADME.REDIST.BINS637 to copyright in this Software shall at all times remain with copyright
H A Dphp.ini-development307 ; are decoded with unserialize, the data will remain the same.
H A Dphp.ini-production307 ; are decoded with unserialize, the data will remain the same.
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic29444 # but data chunks remain proprietary.
H A Dmagic私はガラスを食べられます29444 # but data chunks remain proprietary.

Completed in 186 milliseconds