Home
last modified time | relevance | path

Searched refs:size (Results 551 – 567 of 567) sorted by last modified time

1...<<212223

/PHP-5.4/
H A DREADME.STREAMS274 bufsize is the size of the buffer to use - if 0, then buffering at the stream
355 such as coping with a buffer size too small to hold the data,
H A DNEWS455 string size). (CVE-2014-3478) (Francisco Alonso, Jan Kaluza, Remi)
2027 . Reduced size of temp_variable.
2814 encoding with spaces after chunk size). (Dmitry)
2913 size). (Pierre, os at irj dot ru)
4222 - Fixed bug #47281 ($php_errormsg is limited in size of characters)
5875 - Fixed dl() to limit argument size to MAXPATHLEN (CVE-2007-4887).
6019 - Fixed size calculation in chunk_split(). (Stas)
6553 - Added support for hex numbers of any size. (Matt)
6642 - Fixed ftruncate() with negative size on FreeBSD. (Hannes)
6942 size of memory allocated from system. (Dmitry)
[all …]
H A D.gdbinit607 printf " block size status file:line\n"
628 …if $p->size == sizeof(struct _zval_struct) && ((struct _zval_struct *)$aptr)->type >= 0 && ((struc…
629 printf "ZVAL?(%-2d) ", $p->size
631 printf "%-9d ", $p->size
633 set $total_size = $total_size + $p->size
/PHP-5.4/TSRM/
H A DTSRM.c34 size_t size; member
215 TSRM_API ts_rsrc_id ts_allocate_id(ts_rsrc_id *rsrc_id, size_t size, ts_allocate_ctor ctor, ts_allo… in ts_allocate_id() argument
219 TSRM_ERROR((TSRM_ERROR_LEVEL_CORE, "Obtaining a new resource id, %d bytes", size)); in ts_allocate_id()
238 resource_types_table[TSRM_UNSHUFFLE_RSRC_ID(*rsrc_id)].size = size; in ts_allocate_id()
253 p->storage[j] = (void *) malloc(resource_types_table[j].size); in ts_allocate_id()
292 (*thread_resources_ptr)->storage[i] = (void *) malloc(resource_types_table[i].size); in allocate_new_resource()
758 int size; in tsrm_error() local
762 size = vfprintf(tsrm_error_file, format, args); in tsrm_error()
766 return size; in tsrm_error()
/PHP-5.4/tests/basic/
H A D021.phpt36 ["size"]=>
/PHP-5.4/ext/sqlite3/tests/
H A Dstream_test.inc29 return array('size' => self::$string_length);
/PHP-5.4/ext/spl/tests/
H A Dbug67247.phpt6 echo "size: ".$ar->getSize()."\n";
8 echo "size: ".$ar->getSize()."\n";
11 size: 1
H A DSplFixedArray_setSize_reduce.phpt2 SPL FixedArray can reduce size of array
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt136 printf("stop: packet size - %d\n", $package_size);
/PHP-5.4/ext/gd/libgd/
H A Dgd_gd.c155 gdImagePtr gdImageCreateFromGdPtr (int size, void *data) in gdImageCreateFromGdPtr() argument
158 gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0); in gdImageCreateFromGdPtr()
272 void *gdImageGdPtr (gdImagePtr im, int *size) in gdImageGdPtr() argument
277 rv = gdDPExtractData(out, size); in gdImageGdPtr()
H A Dgd_io_file.c77 static int filePutbuf (gdIOCtx * ctx, const void *buf, int size) in filePutbuf() argument
82 return fwrite(buf, 1, size, fctx->f); in filePutbuf()
86 static int fileGetbuf (gdIOCtx * ctx, void *buf, int size) in fileGetbuf() argument
91 return fread(buf, 1, size, fctx->f); in fileGetbuf()
H A Dgd_io_ss.c45 static int sinkPutbuf (gdIOCtx * ctx, const void *buf, int size);
79 static int sourceGetbuf (gdIOCtx * ctx, void *buf, int size) in sourceGetbuf() argument
86 res = ((lctx->src->source) (lctx->src->context, buf, size)); in sourceGetbuf()
116 static int sinkPutbuf (gdIOCtx * ctx, const void *buf, int size) in sinkPutbuf() argument
123 res = (lctx->snk->sink) (lctx->snk->context, buf, size); in sinkPutbuf()
H A Dgdcache.c58 int size, in gdCacheCreate() argument
67 head->size = size; in gdCacheCreate()
122 if (i < head->size) in gdCacheGet()
/PHP-5.4/ext/fileinfo/libmagic/
H A Dtar.h58 char size[12]; member
/PHP-5.4/Zend/tests/
H A Dbug47596.phpt2 Bug #47596 (Bus error on parsing file, when file size is equal to page size)
H A Dbug54268.phpt35 Fatal error: Allowed memory size of %s bytes exhausted%s(tried to allocate %s bytes) in %s on line …
H A Dbug40770.phpt22 Fatal error: Allowed memory size of 8388608 bytes exhausted%s(tried to allocate %d bytes) in %s on …

Completed in 50 milliseconds

1...<<212223