/PHP-7.2/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_allocators.h | 38 void *(*realloc)(void *, unsigned int); member 49 #define mbfl_realloc (__mbfl_allocators->realloc)
|
H A D | mbfl_allocators.c | 81 return realloc(ptr, sz); in __mbfl__realloc()
|
/PHP-7.2/ext/zip/lib/ |
H A D | zip_add_entry.c | 67 rentries = (zip_entry_t *)realloc(za->entry, sizeof(struct zip_entry) * (size_t)nalloc); in _zip_add_entry()
|
H A D | zip_source_window.c | 241 open_source = (zip_source_t **)realloc(za->open_source, n*sizeof(zip_source_t *)); in _zip_register_source()
|
H A D | zip_source_buffer.c | 396 fragments = realloc(buffer->fragments, new_capacity * sizeof(*fragments)); in buffer_write()
|
/PHP-7.2/Zend/tests/ |
H A D | bug71859.phpt | 8 //This causes a realloc in zend_objects_store_put
|
/PHP-7.2/main/streams/ |
H A D | php_streams_int.h | 35 #define perealloc_rel_orig(ptr, size, persistent) ((persistent) ? realloc((ptr), (size)) : erealloc…
|
/PHP-7.2/main/ |
H A D | php_scandir.c | 91 newv = (struct dirent **) realloc (vector, vector_size * sizeof (struct dirent *)); in php_scandir()
|
H A D | network.c | 1292 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen); 1318 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen); 1332 *tmphstbuf = (char *)realloc(*tmphstbuf, *hstbuflen);
|
/PHP-7.2/ext/mbstring/ucgendat/ |
H A D | ucgendat.c | 262 realloc((char *) rlp->ranges, in add_range() 374 realloc((char *) rlp->ranges, in ordered_range_insert() 489 realloc((char *) *pdecomps, in add_decomp() 515 realloc((char *) (*pdecomps)[i].decomp, in add_decomp() 554 title = (_case_t *) realloc((char *) title, in add_title() 601 upper = (_case_t *) realloc((char *) upper, in add_upper() 648 lower = (_case_t *) realloc((char *) lower, in add_lower() 684 realloc((char *) ccl, sizeof(ac_uint4) * (ccl_size + 24)); in ordered_ccl_insert() 764 nums = (_num_t *) realloc((char *) nums, in make_number() 803 realloc((char *) ncodes, sizeof(_codeidx_t) * (ncodes_size + 8)); in add_number()
|
/PHP-7.2/ext/mbstring/libmbfl/ |
H A D | config.h.in | 19 /* Define to 1 if your system has a GNU libc compatible `realloc' function, 91 #undef realloc
|
/PHP-7.2/sapi/fpm/fpm/ |
H A D | fpm_arrays.h | 88 void *new_ptr = realloc(a->data, a->sz * new_allocated); in fpm_array_push()
|
/PHP-7.2/Zend/ |
H A D | zend_alloc.h | 210 #define perealloc_recoverable(ptr, size, persistent) ((persistent)?realloc((ptr), (size)):erealloc_… 211 #define perealloc2_recoverable(ptr, size, persistent) ((persistent)?realloc((ptr), (size)):erealloc… 220 #define perealloc_recoverable_rel(ptr, size, persistent) ((persistent)?realloc((ptr), (size)):ereal… 221 #define perealloc2_recoverable_rel(ptr, size, copy_size, persistent) ((persistent)?realloc((ptr), (…
|
H A D | zend_smart_str.c | 59 str->s = (zend_string *) realloc(str->s, _ZSTR_HEADER_SIZE + str->a + 1); in smart_str_realloc()
|
H A D | zend_smart_string.h | 41 #define SMART_STRING_REALLOC(a,b,c) realloc((a),(b))
|
/PHP-7.2/sapi/cli/ |
H A D | php_cli.c | 1301 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\"\"\n\0")); in WinMain() 1311 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\n\0")); in WinMain() 1317 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("=1\n\0")); in WinMain() 1357 ini_entries = realloc(ini_entries, ini_entries_len + sizeof(HARDCODED_INI)); in WinMain()
|
/PHP-7.2/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 222 …blacklist->entries = (zend_blacklist_entry *) realloc(blacklist->entries, sizeof(zend_blacklist_en… in zend_accel_blacklist_allocate()
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_alloc.c | 493 ret = realloc(REAL_PTR(ptr), REAL_SIZE(new_size)); in _mysqlnd_realloc() 766 return realloc(ptr, new_size); in mysqlnd_zend_mm_realloc()
|
/PHP-7.2/TSRM/ |
H A D | TSRM.c | 254 …resource_types_table = (tsrm_resource_type *) realloc(resource_types_table, sizeof(tsrm_resource_t… in ts_allocate_id() 276 p->storage = (void *) realloc(p->storage, sizeof(void *)*id_count); in ts_allocate_id()
|
H A D | tsrm_win32.c | 415 newptr = (process_pair*)realloc((void*)TWG(process), (TWG(process_size)+1)*sizeof(process_pair)); in process_get() 446 newptr = (shm_pair*)realloc((void*)TWG(shm), (TWG(shm_size)+1)*sizeof(shm_pair)); in shm_get()
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg.c | 1478 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\"\"\n\0")); in main() 1488 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\n\0")); in main() 1494 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("=1\n\0")); in main() 1504 zend_extensions = realloc(zend_extensions, sizeof(char*) * zend_extensions_len); in main() 1629 ini_entries = realloc(ini_entries, ini_entries_len + sizeof(phpdbg_ini_hardcoded)); in main() 1645 ini_entries = realloc( in main()
|
/PHP-7.2/ext/date/lib/ |
H A D | timelib.h | 307 # define timelib_realloc realloc
|
/PHP-7.2/ext/sqlite3/libsqlite/ |
H A D | sqlite3ext.h | 119 void *(*realloc)(void*,int); member 434 #define sqlite3_realloc sqlite3_api->realloc
|
/PHP-7.2/win32/ |
H A D | ioutil.h | 187 wchar_t *tmp = (wchar_t *) realloc(ret, (new_mb_len + 1) * sizeof(wchar_t)); in php_win32_ioutil_conv_any_to_w()
|
/PHP-7.2/ext/mbstring/libmbfl/tests/conv_encoding.tests/ |
H A D | gen_exp.c | 44 new_entries = realloc(map->entries, a); in mappings_grow()
|