/PHP-5.4/ext/imap/tests/ |
H A D | imap_fetch_overview_basic.phpt | 60 size is %d 74 size is %d 86 size is %d
|
/PHP-5.4/tests/basic/ |
H A D | rfc1867_anonymous_upload.phpt | 39 [%u|b%"size"]=> 52 [%u|b%"size"]=>
|
/PHP-5.4/ext/exif/ |
H A D | exif.c | 1493 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() 2709 &xp_field->size, in exif_process_unicode() 2717 return xp_field->size; in exif_process_unicode() 3176 && ImageInfo->Thumbnail.size in exif_process_IFD_in_JPEG() 3372 if (got != size) { in exif_scan_JPEG_header() [all …]
|
/PHP-5.4/ext/mbstring/ucgendat/ |
H A D | ucgendat.c | 103 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.4/TSRM/ |
H A D | TSRM.c | 34 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/main/ |
H A D | php.h | 111 #define PHP_STRLCPY(dst, src, size, src_size) \ argument 115 if (src_size >= size) \ 116 php_str_len = size - 1; \ 281 PHPAPI int php_write(void *buf, uint size TSRMLS_DC); 335 PHPAPI int php_mergesort(void *base, size_t nmemb, register size_t size, int (*cmp)(const void *, c…
|
H A D | php_logos.h | 26 …p_register_info_logo(char *logo_string, const char *mimetype, const unsigned char *data, int size);
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gd_gd.c | 155 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 D | gd.h | 254 gdImagePtr gdImageCreateFromWebpPtr (int size, void *data); 486 void *gdImageWBMPPtr(gdImagePtr im, int *size, int fg); 496 void *gdImageJpegPtr(gdImagePtr im, int *size, int quality); 518 void* gdImagePngPtr(gdImagePtr im, int *size); 521 void* gdImageGdPtr(gdImagePtr im, int *size); 522 void *gdImagePngPtrEx(gdImagePtr im, int *size, int level, int basefilter); 525 void* gdImageGd2Ptr(gdImagePtr im, int cs, int fmt, int *size); 633 gdIOCtx *gdNewDynamicCtxEx(int size, void *data, int freeFlag); 635 void* gdDPExtractData(struct gdIOCtx* ctx, int *size);
|
/PHP-5.4/ext/standard/tests/file/ |
H A D | 007_variation11.phpt | 40 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 D | 007_variation12-win32.phpt | 40 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 D | 007_variation12.phpt | 40 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 D | 007_variation20.phpt | 35 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.4/ext/zip/lib/ |
H A D | zip_source_deflate.c | 46 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()
|
H A D | zip_stat_init.c | 48 st->size = 0; in zip_stat_init()
|
/PHP-5.4/win32/ |
H A D | inet.h | 8 PHPAPI const char* inet_ntop(int af, const void* src, char* dst, size_t size);
|
H A D | winutil.h | 23 PHPAPI php_win32_get_random_bytes(unsigned char *buf, size_t size);
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | bug64879.phpt | 2 Bug #64879: quoted_printable_encode() wrong size calculation (CVE-2013-2110)
|
/PHP-5.4/ext/standard/ |
H A D | image.c | 151 int size; in php_handle_bmp() local 159 …size = (((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 …]
|
/PHP-5.4/ext/pcre/pcrelib/sljit/ |
H A D | sljitConfigInternal.h | 206 #define SLJIT_MALLOC(size, allocator_data) malloc(size) argument 527 SLJIT_API_FUNC_ATTRIBUTE void* sljit_malloc_exec(sljit_uw size); 530 #define SLJIT_MALLOC_EXEC(size) sljit_malloc_exec(size) argument
|
/PHP-5.4/Zend/ |
H A D | zend_string.c | 43 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()
|
H A D | zend_dynamic_array.h | 33 …D_API int zend_dynamic_array_init(dynamic_array *da, unsigned int element_size, unsigned int size);
|
/PHP-5.4/ext/spl/tests/ |
H A D | fixedarray_021.phpt | 67 string(35) "array size cannot be less than zero" 68 string(35) "array size cannot be less than zero"
|
/PHP-5.4/ext/curl/tests/ |
H A D | bug69316.phpt | 15 …// cause an allocation of approx the same size as a FILE structure, size varies a bit depending on…
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | tar.h | 58 char size[12]; member
|