Home
last modified time | relevance | path

Searched refs:realloc (Results 1 – 25 of 47) sorted by relevance

12

/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_allocators.h38 void *(*realloc)(void *, unsigned int); member
49 #define mbfl_realloc (__mbfl_allocators->realloc)
H A Dmbfl_allocators.c81 return realloc(ptr, sz); in __mbfl__realloc()
/PHP-7.2/ext/zip/lib/
H A Dzip_add_entry.c67 rentries = (zip_entry_t *)realloc(za->entry, sizeof(struct zip_entry) * (size_t)nalloc); in _zip_add_entry()
H A Dzip_source_window.c241 open_source = (zip_source_t **)realloc(za->open_source, n*sizeof(zip_source_t *)); in _zip_register_source()
H A Dzip_source_buffer.c396 fragments = realloc(buffer->fragments, new_capacity * sizeof(*fragments)); in buffer_write()
/PHP-7.2/Zend/tests/
H A Dbug71859.phpt8 //This causes a realloc in zend_objects_store_put
/PHP-7.2/main/streams/
H A Dphp_streams_int.h35 #define perealloc_rel_orig(ptr, size, persistent) ((persistent) ? realloc((ptr), (size)) : erealloc…
/PHP-7.2/main/
H A Dphp_scandir.c91 newv = (struct dirent **) realloc (vector, vector_size * sizeof (struct dirent *)); in php_scandir()
H A Dnetwork.c1292 *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 Ducgendat.c262 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 Dconfig.h.in19 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
91 #undef realloc
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_arrays.h88 void *new_ptr = realloc(a->data, a->sz * new_allocated); in fpm_array_push()
/PHP-7.2/Zend/
H A Dzend_alloc.h210 #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 Dzend_smart_str.c59 str->s = (zend_string *) realloc(str->s, _ZSTR_HEADER_SIZE + str->a + 1); in smart_str_realloc()
H A Dzend_smart_string.h41 #define SMART_STRING_REALLOC(a,b,c) realloc((a),(b))
/PHP-7.2/sapi/cli/
H A Dphp_cli.c1301 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 Dzend_accelerator_blacklist.c222 …blacklist->entries = (zend_blacklist_entry *) realloc(blacklist->entries, sizeof(zend_blacklist_en… in zend_accel_blacklist_allocate()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_alloc.c493 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 DTSRM.c254 …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 Dtsrm_win32.c415 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 Dphpdbg.c1478 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 Dtimelib.h307 # define timelib_realloc realloc
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h119 void *(*realloc)(void*,int); member
434 #define sqlite3_realloc sqlite3_api->realloc
/PHP-7.2/win32/
H A Dioutil.h187 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 Dgen_exp.c44 new_entries = realloc(map->entries, a); in mappings_grow()

Completed in 74 milliseconds

12