new_size 2446 ext/exif/exif.c size_t new_size, new_move, new_value; new_size 2470 ext/exif/exif.c new_size = 8 + 2 + info_list->count * 12 + 4; new_size 2472 ext/exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: size of signature + directory(%d): 0x%02X", info_list->count, new_size); new_size 2474 ext/exif/exif.c new_value= new_size; /* offset for ifd values outside ifd directory */ new_size 2479 ext/exif/exif.c new_size += byte_count; new_size 2482 ext/exif/exif.c new_move = new_size; new_size 2483 ext/exif/exif.c new_data = safe_erealloc(ImageInfo->Thumbnail.data, 1, ImageInfo->Thumbnail.size, new_size); new_size 2486 ext/exif/exif.c ImageInfo->Thumbnail.size += new_size; new_size 339 ext/gmp/gmp.c return erealloc(ptr, new_size); new_size 847 ext/mbstring/oniguruma/regenc.c size = sizeof(OnigCodePoint*) * new_size; new_size 858 ext/mbstring/oniguruma/regenc.c *psize = new_size; new_size 873 ext/mbstring/oniguruma/regenc.c int new_size = (*psize == 0 ? PROP_INIT_SIZE : *psize * 2); new_size 874 ext/mbstring/oniguruma/regenc.c r = resize_property_list(new_size, plist, psize); new_size 155 ext/mbstring/oniguruma/st.c size = new_size(size); /* round up to prime number */ new_size 321 ext/mbstring/oniguruma/st.c new_num_bins = new_size(old_num_bins+1); new_size 259 ext/mysqlnd/mysqlnd_alloc.c TRACE_ALLOC_INF_FMT("ptr=%p old_size=%lu, new_size=%lu", ptr, old_size, new_size); new_size 265 ext/mysqlnd/mysqlnd_alloc.c ret = _erealloc(REAL_PTR(ptr), REAL_SIZE(new_size), 0 ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC); new_size 275 ext/mysqlnd/mysqlnd_alloc.c *(size_t *) ret = new_size; new_size 276 ext/mysqlnd/mysqlnd_alloc.c MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(STAT_MEM_EREALLOC_COUNT, 1, STAT_MEM_EREALLOC_AMOUNT, new_size); new_size 300 ext/mysqlnd/mysqlnd_alloc.c TRACE_ALLOC_INF_FMT("ptr=%p old_size=%lu new_size=%lu persistent=%u", ptr, old_size, new_size, persistent); new_size 306 ext/mysqlnd/mysqlnd_alloc.c ret = perealloc(REAL_PTR(ptr), REAL_SIZE(new_size), persistent); new_size 319 ext/mysqlnd/mysqlnd_alloc.c *(size_t *) ret = new_size; new_size 320 ext/mysqlnd/mysqlnd_alloc.c MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(s1, 1, s2, new_size); new_size 484 ext/mysqlnd/mysqlnd_alloc.c TRACE_ALLOC_INF_FMT("ptr=%p new_size=%lu ", new_size, ptr); new_size 491 ext/mysqlnd/mysqlnd_alloc.c ret = realloc(REAL_PTR(ptr), REAL_SIZE(new_size)); new_size 502 ext/mysqlnd/mysqlnd_alloc.c *(size_t *) ret = new_size; new_size 503 ext/mysqlnd/mysqlnd_alloc.c MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(STAT_MEM_REALLOC_COUNT, 1, STAT_MEM_REALLOC_AMOUNT, new_size); new_size 681 ext/mysqlnd/mysqlnd_alloc.c return erealloc(ptr, new_size); new_size 689 ext/mysqlnd/mysqlnd_alloc.c return perealloc(ptr, new_size, persistent); new_size 729 ext/mysqlnd/mysqlnd_alloc.c return realloc(ptr, new_size); new_size 38 ext/mysqlnd/mysqlnd_alloc.h void * (*m_erealloc)(void *ptr, size_t new_size MYSQLND_MEM_D); new_size 39 ext/mysqlnd/mysqlnd_alloc.h void * (*m_perealloc)(void *ptr, size_t new_size, zend_bool persistent MYSQLND_MEM_D); new_size 44 ext/mysqlnd/mysqlnd_alloc.h void * (*m_realloc)(void *ptr, size_t new_size MYSQLND_MEM_D); new_size 77 ext/mysqlnd/mysqlnd_alloc.h #define mnd_erealloc(ptr, new_size) mysqlnd_allocator.m_erealloc((ptr), (new_size) MYSQLND_MEM_C) new_size 78 ext/mysqlnd/mysqlnd_alloc.h #define mnd_perealloc(ptr, new_size, p) mysqlnd_allocator.m_perealloc((ptr), (new_size), (p) MYSQLND_MEM_C) new_size 83 ext/mysqlnd/mysqlnd_alloc.h #define mnd_realloc(ptr, new_size) mysqlnd_allocator.m_realloc((ptr), (new_size) MYSQLND_MEM_C) new_size 21808 ext/sqlite3/libsqlite/sqlite3.c if( new_size*sizeof(struct _ht)>SQLITE_MALLOC_SOFT_LIMIT ){ new_size 21809 ext/sqlite3/libsqlite/sqlite3.c new_size = SQLITE_MALLOC_SOFT_LIMIT/sizeof(struct _ht); new_size 21811 ext/sqlite3/libsqlite/sqlite3.c if( new_size==pH->htsize ) return 0; new_size 21819 ext/sqlite3/libsqlite/sqlite3.c new_ht = (struct _ht *)sqlite3Malloc( new_size*sizeof(struct _ht) ); new_size 21825 ext/sqlite3/libsqlite/sqlite3.c pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht); new_size 21826 ext/sqlite3/libsqlite/sqlite3.c memset(new_ht, 0, new_size*sizeof(struct _ht)); new_size 21828 ext/sqlite3/libsqlite/sqlite3.c unsigned int h = strHash(elem->pKey, elem->nKey) % new_size; new_size 118073 ext/sqlite3/libsqlite/sqlite3.c assert( (new_size & (new_size-1))==0 ); new_size 118074 ext/sqlite3/libsqlite/sqlite3.c new_ht = (struct _fts3ht *)fts3HashMalloc( new_size*sizeof(struct _fts3ht) ); new_size 118078 ext/sqlite3/libsqlite/sqlite3.c pH->htsize = new_size; new_size 118081 ext/sqlite3/libsqlite/sqlite3.c int h = (*xHash)(elem->pKey, elem->nKey) & (new_size-1); new_size 1092 ext/standard/html.c size_t new_size = TRAVERSE_FOR_ENTITIES_EXPAND_SIZE(oldlen); new_size 1102 ext/standard/html.c if (oldlen > new_size) { new_size 1108 ext/standard/html.c ret = emalloc(new_size); new_size 791 main/streams/plain_wrapper.c ptrdiff_t new_size = *(ptrdiff_t*)ptrparam; new_size 792 main/streams/plain_wrapper.c if (new_size < 0) { new_size 795 main/streams/plain_wrapper.c return ftruncate(fd, new_size) == 0 ? PHP_STREAM_OPTION_RETURN_OK : PHP_STREAM_OPTION_RETURN_ERR; new_size 1039 main/streams/userspace.c ptrdiff_t new_size = *(ptrdiff_t*) ptrparam; new_size 1040 main/streams/userspace.c if (new_size >= 0 && new_size <= (ptrdiff_t)LONG_MAX) { new_size 1042 main/streams/userspace.c ZVAL_LONG(zvalue, (long)new_size);