Searched refs:remain (Results 1 – 17 of 17) sorted by relevance
/PHP-5.5/ext/zip/lib/ |
H A D | zip_source_filep.c | 52 zip_int64_t remain; /* bytes remaining to be copied */ member 150 z->remain = z->len; in read_file() 155 if (z->remain != -1) in read_file() 156 n = len > z->remain ? z->remain : len; in read_file() 162 if (fseeko(z->f, (off_t)(z->off + z->len-z->remain), in read_file() 176 if (z->remain != -1) in read_file() 177 z->remain -= i; in read_file()
|
/PHP-5.5/ext/gd/libgd/ |
H A D | gd_io_dp.c | 229 int rlen, remain; in dynamicGetbuf() local 236 remain = dp->logicalSize - dp->pos; in dynamicGetbuf() 237 if (remain >= len) { in dynamicGetbuf() 240 if (remain == 0) { in dynamicGetbuf() 243 rlen = remain; in dynamicGetbuf()
|
/PHP-5.5/Zend/ |
H A D | zend_stream.c | 258 size_t read, remain = 4*1024; local 259 *buf = emalloc(remain); 262 while ((read = zend_stream_read(file_handle, *buf + size, remain TSRMLS_CC)) > 0) { 264 remain -= read; 266 if (remain == 0) { 268 remain = size; 273 if (size && remain < ZEND_MMAP_AHEAD) {
|
/PHP-5.5/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-5.5/sapi/litespeed/ |
H A D | lsapi_main.c | 132 int remain; in sapi_lsapi_ub_write() local 140 remain = str_length; in sapi_lsapi_ub_write() 141 while( remain > 0 ) { in sapi_lsapi_ub_write() 142 ret = write( 1, str, remain ); in sapi_lsapi_ub_write() 145 return str_length - remain; in sapi_lsapi_ub_write() 148 remain -= ret; in sapi_lsapi_ub_write()
|
/PHP-5.5/ext/mbstring/ucgendat/ |
H A D | OPENLDAP_LICENSE | 40 to copyright in this Software shall at all times remain with copyright
|
/PHP-5.5/ext/mysql/tests/ |
H A D | mysql_max_links.phpt | 41 // free some links but let index 1 remain
|
H A D | mysql_max_persistent.phpt | 63 // free some links but let index 1 remain
|
/PHP-5.5/ext/standard/tests/general_functions/ |
H A D | debug_zval_dump_v.phpt | 33 expected: reference count of $global_var should remain the same as
|
/PHP-5.5/ |
H A D | UPGRADING | 130 placeholders will remain unsubstituted.
|
H A D | php.ini-development | 291 ; are decoded with unserialize, the data will remain the same.
|
H A D | php.ini-production | 291 ; are decoded with unserialize, the data will remain the same.
|
H A D | NEWS | 2019 remain unsubstituted. (Gustavo)
|
/PHP-5.5/ext/mbstring/libmbfl/ |
H A D | LICENSE | 355 terminated so long as such parties remain in full compliance.
|
/PHP-5.5/win32/ |
H A D | install.txt | 395 remain in the PHP directory without cluttering up the Windows
|
/PHP-5.5/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 8260 PCRE recognizes as digits, spaces, or word characters remain the same
|
Completed in 123 milliseconds