Home
last modified time | relevance | path

Searched refs:size (Results 151 – 175 of 592) sorted by relevance

12345678910>>...24

/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_basic.phpt60 size is %d
74 size is %d
86 size is %d
/PHP-5.5/ext/standard/tests/file/
H A D007_variation11-win32.phpt40 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
48 …( filesize($file) ); //Check for size of existing data file before opening the file in "wt" mode …
51 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wt"…
H A D007_variation19.phpt35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
43 …( filesize($file) ); //Check for size of existing data file before opening the file in "wb" mode …
46 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wb"…
H A D007_variation3.phpt35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
43 …( filesize($file) ); //Check for size of existing data file before opening the file in "w" mode a…
46 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w" …
H A D007_variation4.phpt35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
43 …( filesize($file) ); //Check for size of existing data file before opening the file in "w+" mode …
46 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+"…
H A D007_variation11.phpt40 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
48 …( filesize($file) ); //Check for size of existing data file before opening the file in "wt" mode …
51 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wt"…
H A D007_variation12-win32.phpt40 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
48 … filesize($file) ); //Check for size of existing data file before opening the file in "w+t" mode …
51 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+t…
H A D007_variation12.phpt40 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
48 … filesize($file) ); //Check for size of existing data file before opening the file in "w+t" mode …
51 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+t…
H A D007_variation20.phpt35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
43 … filesize($file) ); //Check for size of existing data file before opening the file in "w+b" mode …
46 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+b…
/PHP-5.5/ext/exif/
H A Dexif.c1493 size_t size; member
1505 size_t size; member
1512 size_t size; member
1619 if (!size) { in exif_file_sections_add()
1626 ImageInfo->file.list[count].size = size; in exif_file_sections_add()
1647 ImageInfo->file.list[section_index].size = size; in exif_file_sections_realloc()
2714 &xp_field->size, in exif_process_unicode()
2722 return xp_field->size; in exif_process_unicode()
3208 && ImageInfo->Thumbnail.size in exif_process_IFD_in_JPEG()
3408 if (got != size) { in exif_scan_JPEG_header()
[all …]
/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c103 ac_uint2 size; member
122 ac_uint2 size; member
256 if (rlp->used == rlp->size) { in add_range()
257 if (rlp->size == 0) in add_range()
264 rlp->size += 8; in add_range()
364 if (rlp->used == rlp->size) { in ordered_range_insert()
365 if (rlp->size == 0) in ordered_range_insert()
372 rlp->size += 8; in ordered_range_insert()
450 ac_uint4 i, j, size; in add_decomp() local
505 if ((*pdecomps)[i].size < size) { in add_decomp()
[all …]
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c63 blacklist->size = ZEND_BLACKLIST_BLOCK_SIZE; in zend_accel_blacklist_init()
69 …blacklist->entries = (zend_blacklist_entry *) calloc(sizeof(zend_blacklist_entry), blacklist->size in zend_accel_blacklist_init()
234 if (blacklist->pos == blacklist->size) { in zend_accel_blacklist_allocate()
235 blacklist->size += ZEND_BLACKLIST_BLOCK_SIZE; in zend_accel_blacklist_allocate()
236 …(zend_blacklist_entry *) realloc(blacklist->entries, sizeof(zend_blacklist_entry)*blacklist->size); in zend_accel_blacklist_allocate()
/PHP-5.5/main/
H A Dphp.h110 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
114 if (src_size >= size) \
115 php_str_len = size - 1; \
280 PHPAPI int php_write(void *buf, uint size TSRMLS_DC);
334 PHPAPI int php_mergesort(void *base, size_t nmemb, register size_t size, int (*cmp)(const void *, c…
/PHP-5.5/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.5/ext/gd/libgd/
H A Dgd.h369 gdImagePtr gdImageCreateFromJpegPtr (int size, void *data);
370 gdImagePtr gdImageCreateFromJpegPtrEx (int size, void *data, int ignore_warning);
373 gdImagePtr gdImageCreateFromWebpPtr (int size, void *data);
605 void *gdImageWBMPPtr(gdImagePtr im, int *size, int fg);
615 void *gdImageJpegPtr(gdImagePtr im, int *size, int quality);
637 void* gdImagePngPtr(gdImagePtr im, int *size);
640 void* gdImageGdPtr(gdImagePtr im, int *size);
641 void *gdImagePngPtrEx(gdImagePtr im, int *size, int level, int basefilter);
644 void* gdImageGd2Ptr(gdImagePtr im, int cs, int fmt, int *size);
753 gdIOCtx *gdNewDynamicCtxEx(int size, void *data, int freeFlag);
[all …]
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()
/PHP-5.5/Zend/
H A Dzend_execute.h225 static zend_always_inline void *zend_vm_stack_alloc(size_t size TSRMLS_DC) in zend_vm_stack_alloc()
229 size = (size + (sizeof(void*) - 1)) / sizeof(void*); in zend_vm_stack_alloc()
235 if (UNEXPECTED(size + extra + ZEND_MM_ALIGNED_SIZE(sizeof(void*)) / sizeof(void*) > in zend_vm_stack_alloc()
237 zend_vm_stack_extend(size TSRMLS_CC); in zend_vm_stack_alloc()
247 ZEND_VM_STACK_GROW_IF_NEEDED((int)size); in zend_vm_stack_alloc()
250 EG(argument_stack)->top += size; in zend_vm_stack_alloc()
H A Dzend_string.c43 size_t size = 1024 * 1024; in zend_interned_strings_init() local
46 CG(interned_strings_start) = valloc(size); in zend_interned_strings_init()
48 CG(interned_strings_start) = malloc(size); in zend_interned_strings_init()
53 CG(interned_strings_end) = CG(interned_strings_start) + size; in zend_interned_strings_init()
/PHP-5.5/ext/zip/lib/
H A Dzip_source_deflate.c46 zip_uint64_t size; member
147 ctx->size = ctx->zstr.total_in; in compress_read()
293 st->comp_size = ctx->size; in deflate_compress()
362 if (st->comp_size > 0 && st->size > 0) in deflate_decompress()
363 st->comp_size = st->size; in deflate_decompress()
/PHP-5.5/win32/
H A Dwinutil.h23 PHPAPI php_win32_get_random_bytes(unsigned char *buf, size_t size);
/PHP-5.5/ext/standard/tests/strings/
H A Dbug64879.phpt2 Bug #64879: quoted_printable_encode() wrong size calculation (CVE-2013-2110)
/PHP-5.5/ext/spl/tests/
H A Dfixedarray_021.phpt67 string(35) "array size cannot be less than zero"
68 string(35) "array size cannot be less than zero"
/PHP-5.5/ext/curl/tests/
H A Dbug69316.phpt12 …// cause an allocation of approx the same size as a FILE structure, size varies a bit depending on…
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h206 #define SLJIT_MALLOC(size, allocator_data) malloc(size) argument
532 SLJIT_API_FUNC_ATTRIBUTE void* sljit_malloc_exec(sljit_uw size);
535 #define SLJIT_MALLOC_EXEC(size) sljit_malloc_exec(size) argument
/PHP-5.5/ext/standard/
H A Dimage.c151 int size; in php_handle_bmp() local
159size = (((unsigned int)dim[ 3]) << 24) + (((unsigned int)dim[ 2]) << 16) + (((unsigned int)dim[ … in php_handle_bmp()
160 if (size == 12) { in php_handle_bmp()
165 } else if (size > 12 && (size <= 64 || size == 108 || size == 124)) { in php_handle_bmp()
888 int size; in php_handle_iff() local
904 size = php_ifd_get32s(a+4, 1); in php_handle_iff()
905 if (size < 0) { in php_handle_iff()
908 if ((size & 1) == 1) { in php_handle_iff()
909 size++; in php_handle_iff()
912 if (size < 9 || php_stream_read(stream, a, 9) != 9) { in php_handle_iff()
[all …]

Completed in 85 milliseconds

12345678910>>...24