Home
last modified time | relevance | path

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

12

/PHP-7.0/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.0/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()
/PHP-7.0/Zend/tests/
H A Dbug71859.phpt8 //This causes a realloc in zend_objects_store_put
/PHP-7.0/main/streams/
H A Dphp_streams_int.h35 #define perealloc_rel_orig(ptr, size, persistent) ((persistent) ? realloc((ptr), (size)) : erealloc…
/PHP-7.0/Zend/
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_alloc.h203 #define perealloc_recoverable(ptr, size, persistent) ((persistent)?realloc((ptr), (size)):erealloc_…
204 #define perealloc2_recoverable(ptr, size, persistent) ((persistent)?realloc((ptr), (size)):erealloc…
213 #define perealloc_recoverable_rel(ptr, size, persistent) ((persistent)?realloc((ptr), (size)):ereal…
214 #define perealloc2_recoverable_rel(ptr, size, copy_size, persistent) ((persistent)?realloc((ptr), (…
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dencodings.c88 outbuf = (char*)realloc(outbuf, outlen + 1); in convert()
H A Dsimplestring.c222 target->str = (char*)realloc(target->str, newsize); in simplestring_addn()
H A Dbase64.c42 b->data = realloc(b->data, b->length); in buffer_add()
/PHP-7.0/main/
H A Dphp_scandir.c93 newv = (struct dirent **) realloc (vector, vector_size * sizeof (struct dirent *)); in php_scandir()
H A Dnetwork.c1280 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen);
1306 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen);
1320 *tmphstbuf = (char *)realloc(*tmphstbuf, *hstbuflen);
/PHP-7.0/ext/mbstring/ucgendat/
H A Ducgendat.c262 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.0/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.0/sapi/fpm/fpm/
H A Dfpm_arrays.h89 void *new_ptr = realloc(a->data, a->sz * new_allocated); in fpm_array_push()
H A Dfpm_sockets.c57 env_value = realloc(env_value, p + (p ? 1 : 0) + strlen(ls->key) + 1 + strlen(fd) + 1); in fpm_sockets_cleanup()
/PHP-7.0/ext/standard/
H A Dphp_smart_string.h47 #define SMART_STRING_REALLOC(a,b,c) realloc((a),(b))
/PHP-7.0/sapi/cli/
H A Dphp_cli.c1258 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\"\"\n\0")); in WinMain()
1268 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\n\0")); in WinMain()
1274 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("=1\n\0")); in WinMain()
1314 ini_entries = realloc(ini_entries, ini_entries_len + sizeof(HARDCODED_INI)); in WinMain()
/PHP-7.0/ext/date/lib/
H A Dtimelib.h35 # define timelib_realloc realloc
/PHP-7.0/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.0/ext/mysqlnd/
H A Dmysqlnd_alloc.c491 ret = realloc(REAL_PTR(ptr), REAL_SIZE(new_size)); in _mysqlnd_realloc()
729 return realloc(ptr, new_size); in mysqlnd_zend_mm_realloc()
/PHP-7.0/TSRM/
H A DTSRM.c233 …resource_types_table = (tsrm_resource_type *) realloc(resource_types_table, sizeof(tsrm_resource_t… in ts_allocate_id()
255 p->storage = (void *) realloc(p->storage, sizeof(void *)*id_count); in ts_allocate_id()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.c1452 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\"\"\n\0")); in main()
1462 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\n\0")); in main()
1468 ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("=1\n\0")); in main()
1478 zend_extensions = realloc(zend_extensions, sizeof(char*) * zend_extensions_len); in main()
1606 ini_entries = realloc(ini_entries, ini_entries_len + sizeof(phpdbg_ini_hardcoded)); in main()
1622 ini_entries = realloc( in main()
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h119 void *(*realloc)(void*,int); member
394 #define sqlite3_realloc sqlite3_api->realloc

Completed in 76 milliseconds

12