/PHP-7.1/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.1/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()
|
/PHP-7.1/Zend/tests/ |
H A D | bug71859.phpt | 8 //This causes a realloc in zend_objects_store_put
|
/PHP-7.1/main/streams/ |
H A D | php_streams_int.h | 35 #define perealloc_rel_orig(ptr, size, persistent) ((persistent) ? realloc((ptr), (size)) : erealloc…
|
/PHP-7.1/ext/xmlrpc/libxmlrpc/ |
H A D | encodings.c | 88 outbuf = (char*)realloc(outbuf, outlen + 1); in convert()
|
H A D | simplestring.c | 222 target->str = (char*)realloc(target->str, newsize); in simplestring_addn()
|
H A D | base64.c | 42 b->data = realloc(b->data, b->length); in buffer_add()
|
/PHP-7.1/main/ |
H A D | php_scandir.c | 93 newv = (struct dirent **) realloc (vector, vector_size * sizeof (struct dirent *)); in php_scandir()
|
H A D | network.c | 1302 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen); 1328 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen); 1342 *tmphstbuf = (char *)realloc(*tmphstbuf, *hstbuflen);
|
/PHP-7.1/ext/mbstring/ucgendat/ |
H A D | ucgendat.c | 262 realloc((char *) rlp->ranges, in add_range() 370 realloc((char *) rlp->ranges, in ordered_range_insert() 485 realloc((char *) *pdecomps, in add_decomp() 511 realloc((char *) (*pdecomps)[i].decomp, in add_decomp() 546 title = (_case_t *) realloc((char *) title, in add_title() 593 upper = (_case_t *) realloc((char *) upper, in add_upper() 640 lower = (_case_t *) realloc((char *) lower, in add_lower() 676 realloc((char *) ccl, sizeof(ac_uint4) * (ccl_size + 24)); in ordered_ccl_insert() 756 nums = (_num_t *) realloc((char *) nums, in make_number() 795 realloc((char *) ncodes, sizeof(_codeidx_t) * (ncodes_size + 8)); in add_number()
|
/PHP-7.1/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.1/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.1/Zend/ |
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_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), (…
|
/PHP-7.1/ext/standard/ |
H A D | php_smart_string.h | 47 #define SMART_STRING_REALLOC(a,b,c) realloc((a),(b))
|
/PHP-7.1/sapi/cli/ |
H A D | php_cli.c | 1279 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\"\"\n\0")); in WinMain() 1289 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\n\0")); in WinMain() 1295 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("=1\n\0")); in WinMain() 1335 ini_entries = realloc(ini_entries, ini_entries_len + sizeof(HARDCODED_INI)); in WinMain()
|
/PHP-7.1/ext/date/lib/ |
H A D | timelib.h | 35 # define timelib_realloc realloc
|
/PHP-7.1/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.1/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.1/TSRM/ |
H A D | TSRM.c | 239 …resource_types_table = (tsrm_resource_type *) realloc(resource_types_table, sizeof(tsrm_resource_t… in ts_allocate_id() 261 p->storage = (void *) realloc(p->storage, sizeof(void *)*id_count); in ts_allocate_id()
|
H A D | tsrm_win32.c | 417 newptr = (process_pair*)realloc((void*)TWG(process), (TWG(process_size)+1)*sizeof(process_pair)); in process_get() 448 newptr = (shm_pair*)realloc((void*)TWG(shm), (TWG(shm_size)+1)*sizeof(shm_pair)); in shm_get()
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg.c | 1482 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\"\"\n\0")); in main() 1492 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\n\0")); in main() 1498 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("=1\n\0")); in main() 1508 zend_extensions = realloc(zend_extensions, sizeof(char*) * zend_extensions_len); in main() 1633 ini_entries = realloc(ini_entries, ini_entries_len + sizeof(phpdbg_ini_hardcoded)); in main() 1649 ini_entries = realloc( in main()
|
/PHP-7.1/ext/sqlite3/libsqlite/ |
H A D | sqlite3ext.h | 119 void *(*realloc)(void*,int); member 434 #define sqlite3_realloc sqlite3_api->realloc
|