Home
last modified time | relevance | path

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

/PHP-7.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-7.2/Zend/
H A Dzend_stream.c248 size_t read, remain = 4*1024; in zend_stream_fixup() local
249 *buf = emalloc(remain); in zend_stream_fixup()
252 while ((read = zend_stream_read(file_handle, *buf + size, remain)) > 0) { in zend_stream_fixup()
254 remain -= read; in zend_stream_fixup()
256 if (remain == 0) { in zend_stream_fixup()
258 remain = size; in zend_stream_fixup()
263 if (size && remain < ZEND_MMAP_AHEAD) { in zend_stream_fixup()
/PHP-7.2/ext/bz2/
H A Dbz2.c145 size_t remain = count - ret; in php_bz2iop_read() local
146 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.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-7.2/sapi/litespeed/
H A Dlsapi_main.c160 int remain; in sapi_lsapi_ub_write() local
168 remain = str_length; in sapi_lsapi_ub_write()
169 while( remain > 0 ) { in sapi_lsapi_ub_write()
170 ret = write( 1, str, remain ); in sapi_lsapi_ub_write()
173 return str_length - remain; in sapi_lsapi_ub_write()
176 remain -= ret; in sapi_lsapi_ub_write()
/PHP-7.2/ext/mbstring/ucgendat/
H A DOPENLDAP_LICENSE40 to copyright in this Software shall at all times remain with copyright
/PHP-7.2/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.2/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt45 of this License, Derivative Works shall not include works that remain
/PHP-7.2/ext/mbstring/libmbfl/
H A DLICENSE355 terminated so long as such parties remain in full compliance.
/PHP-7.2/
H A Dphp.ini-development294 ; are decoded with unserialize, the data will remain the same.
H A Dphp.ini-production294 ; are decoded with unserialize, the data will remain the same.
/PHP-7.2/win32/
H A Dinstall.txt386 remain in the PHP directory without cluttering up the Windows
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt8264 PCRE recognizes as digits, spaces, or word characters remain the same

Completed in 71 milliseconds