Home
last modified time | relevance | path

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

/PHP-5.6/ext/zip/lib/
H A Dzip_source_filep.c52 zip_int64_t remain; /* bytes remaining to be copied */ member
151 z->remain = z->len; in read_file()
155 if (z->remain != -1) in read_file()
156 n = len > (zip_uint64_t)z->remain ? (zip_uint64_t)z->remain : len; in read_file()
165 if (fseeko(z->f, (off_t)(z->off + (zip_uint64_t)(z->len-z->remain)), SEEK_SET) < 0) { in read_file()
180 if (z->remain != -1) in read_file()
181 z->remain -= i; in read_file()
/PHP-5.6/ext/gd/libgd/
H A Dgd_io_dp.c229 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.6/Zend/
H A Dzend_stream.c258 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.6/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-5.6/sapi/litespeed/
H A Dlsapi_main.c158 int remain; in sapi_lsapi_ub_write() local
166 remain = str_length; in sapi_lsapi_ub_write()
167 while( remain > 0 ) { in sapi_lsapi_ub_write()
168 ret = write( 1, str, remain ); in sapi_lsapi_ub_write()
171 return str_length - remain; in sapi_lsapi_ub_write()
174 remain -= ret; in sapi_lsapi_ub_write()
/PHP-5.6/ext/mbstring/ucgendat/
H A DOPENLDAP_LICENSE40 to copyright in this Software shall at all times remain with copyright
/PHP-5.6/ext/mysql/tests/
H A Dmysql_max_links.phpt41 // free some links but let index 1 remain
H A Dmysql_max_persistent.phpt63 // free some links but let index 1 remain
/PHP-5.6/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt33 expected: reference count of $global_var should remain the same as
/PHP-5.6/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt45 of this License, Derivative Works shall not include works that remain
/PHP-5.6/ext/mbstring/libmbfl/
H A DLICENSE355 terminated so long as such parties remain in full compliance.
/PHP-5.6/
H A Dphp.ini-development291 ; are decoded with unserialize, the data will remain the same.
H A Dphp.ini-production291 ; are decoded with unserialize, the data will remain the same.
H A DNEWS3597 remain unsubstituted. (Gustavo)
/PHP-5.6/win32/
H A Dinstall.txt386 remain in the PHP directory without cluttering up the Windows
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt8260 PCRE recognizes as digits, spaces, or word characters remain the same

Completed in 105 milliseconds