Searched refs:remain (Results 1 – 17 of 17) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_stream.c | 175 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.3/ext/gd/libgd/ |
H A D | gd_io_dp.c | 232 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.3/ext/bz2/ |
H A D | bz2.c | 75 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.3/ |
H A D | SECURITY.md | 10 Vulnerability reports remain private until published. When published, you will
|
H A D | README.REDIST.BINS | 637 to copyright in this Software shall at all times remain with copyright
|
H A D | php.ini-development | 317 ; are decoded with unserialize, the data will remain the same.
|
H A D | php.ini-production | 317 ; are decoded with unserialize, the data will remain the same.
|
/PHP-8.3/ext/intl/tests/ |
H A D | regression_sort_and_cow.phpt | 31 // The second copy should remain unsorted.
|
H A D | regression_sortwsk_and_cow.phpt | 32 // The second copy should remain unsorted.
|
/PHP-8.3/sapi/litespeed/ |
H A D | lsapi_main.c | 138 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.3/ext/standard/tests/general_functions/ |
H A D | debug_zval_dump_v.phpt | 28 expected: reference count of $global_var should remain the same as
|
/PHP-8.3/ext/gd/tests/ |
H A D | Rochester-Regular.otf.LICENSE.txt | 45 of this License, Derivative Works shall not include works that remain
|
/PHP-8.3/docs/ |
H A D | release-process.md | 197 > The API versions between the alpha, beta, and X.Y.0RCn releases may remain 918 There is no rule for how long the call for volunteers must remain open. We
|
/PHP-8.3/ext/mbstring/libmbfl/ |
H A D | LICENSE | 355 terminated so long as such parties remain in full compliance.
|
/PHP-8.3/ext/bcmath/libbcmath/ |
H A D | LICENSE | 358 terminated so long as such parties remain in full compliance.
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 34201 # but data chunks remain proprietary.
|
H A D | magic私はガラスを食べられます | 34201 # but data chunks remain proprietary.
|
Completed in 299 milliseconds