realloc           233 TSRM/TSRM.c    		resource_types_table = (tsrm_resource_type *) realloc(resource_types_table, sizeof(tsrm_resource_type)*id_count);
realloc           255 TSRM/TSRM.c    				p->storage = (void *) realloc(p->storage, sizeof(void *)*id_count);
realloc           401 TSRM/tsrm_win32.c 	newptr = (process_pair*)realloc((void*)TWG(process), (TWG(process_size)+1)*sizeof(process_pair));
realloc           432 TSRM/tsrm_win32.c 	newptr = (shm_pair*)realloc((void*)TWG(shm), (TWG(shm_size)+1)*sizeof(shm_pair));
realloc           924 Zend/zend.c    	zend_version_info = (char *) realloc(zend_version_info, zend_version_info_length+new_info_length + 1);
realloc          2651 Zend/zend_alloc.c 		alloc_globals->mm_heap->custom_heap.std._realloc = realloc;
realloc          2882 Zend/zend_alloc.c 	p = realloc(p, len);
realloc           203 Zend/zend_alloc.h #define perealloc_recoverable(ptr, size, persistent) ((persistent)?realloc((ptr), (size)):erealloc_recoverable((ptr), (size)))
realloc           204 Zend/zend_alloc.h #define perealloc2_recoverable(ptr, size, persistent) ((persistent)?realloc((ptr), (size)):erealloc2_recoverable((ptr), (size), (copy_size)))
realloc           213 Zend/zend_alloc.h #define perealloc_recoverable_rel(ptr, size, persistent) ((persistent)?realloc((ptr), (size)):erealloc_recoverable_rel((ptr), (size)))
realloc           214 Zend/zend_alloc.h #define perealloc2_recoverable_rel(ptr, size, copy_size, persistent) ((persistent)?realloc((ptr), (size)):erealloc2_recoverable_rel((ptr), (size), (copy_size)))
realloc          1628 Zend/zend_compile.c 			CG(static_members_table) = realloc(CG(static_members_table), (n+1)*sizeof(zval*));
realloc           689 Zend/zend_inheritance.c 		ce->interfaces = (zend_class_entry **) realloc(ce->interfaces, sizeof(zend_class_entry *) * (ce_num + if_num));
realloc           974 Zend/zend_inheritance.c 				ce->interfaces = (zend_class_entry **) realloc(ce->interfaces, sizeof(zend_class_entry *) * (++current_iface_num));
realloc          1018 Zend/zend_inheritance.c 				ce->traits = (zend_class_entry **) realloc(ce->traits, sizeof(zend_class_entry *) * (++current_trait_num));
realloc            59 Zend/zend_smart_str.c 		str->s = (zend_string *) realloc(str->s, _ZSTR_HEADER_SIZE + str->a + 1);
realloc            35 ext/date/lib/timelib.h # define timelib_realloc realloc
realloc           833 ext/fileinfo/libmagic/cdf.c 		    realloc(*info, *maxcount * sizeof(*inp)));
realloc           945 ext/fileinfo/libmagic/cdf.c 				    realloc(*info, *maxcount * sizeof(*inp)));
realloc            81 ext/mbstring/libmbfl/mbfl/mbfl_allocators.c 	return realloc(ptr, sz);
realloc            38 ext/mbstring/libmbfl/mbfl/mbfl_allocators.h 	void *(*realloc)(void *, unsigned int);
realloc            49 ext/mbstring/libmbfl/mbfl/mbfl_allocators.h #define mbfl_realloc (__mbfl_allocators->realloc)
realloc            44 ext/mbstring/libmbfl/tests/conv_encoding.tests/gen_exp.c 		new_entries = realloc(map->entries, a);
realloc           105 ext/mbstring/oniguruma/regint.h #define xrealloc    realloc
realloc           262 ext/mbstring/ucgendat/ucgendat.c                   realloc((char *) rlp->ranges,
realloc           370 ext/mbstring/ucgendat/ucgendat.c               realloc((char *) rlp->ranges,
realloc           485 ext/mbstring/ucgendat/ucgendat.c               realloc((char *) *pdecomps,
realloc           511 ext/mbstring/ucgendat/ucgendat.c               realloc((char *) (*pdecomps)[i].decomp,
realloc           546 ext/mbstring/ucgendat/ucgendat.c           title = (_case_t *) realloc((char *) title,
realloc           593 ext/mbstring/ucgendat/ucgendat.c           upper = (_case_t *) realloc((char *) upper,
realloc           640 ext/mbstring/ucgendat/ucgendat.c           lower = (_case_t *) realloc((char *) lower,
realloc           676 ext/mbstring/ucgendat/ucgendat.c               realloc((char *) ccl, sizeof(ac_uint4) * (ccl_size + 24));
realloc           756 ext/mbstring/ucgendat/ucgendat.c           nums = (_num_t *) realloc((char *) nums,
realloc           795 ext/mbstring/ucgendat/ucgendat.c               realloc((char *) ncodes, sizeof(_codeidx_t) * (ncodes_size + 8));
realloc           491 ext/mysqlnd/mysqlnd_alloc.c 		ret = realloc(REAL_PTR(ptr), REAL_SIZE(new_size));
realloc           729 ext/mysqlnd/mysqlnd_alloc.c 	return realloc(ptr, new_size);
realloc           220 ext/opcache/zend_accelerator_blacklist.c 		blacklist->entries = (zend_blacklist_entry *) realloc(blacklist->entries, sizeof(zend_blacklist_entry)*blacklist->size);
realloc          17087 ext/sqlite3/libsqlite/sqlite3.c #define SQLITE_REALLOC(x,y)          realloc((x),(y))
realloc          101976 ext/sqlite3/libsqlite/sqlite3.c   void *(*realloc)(void*,int);
realloc          102224 ext/sqlite3/libsqlite/sqlite3.c #define sqlite3_realloc                sqlite3_api->realloc
realloc          124568 ext/sqlite3/libsqlite/sqlite3.c   pNew = realloc(p->yystack, newSize*sizeof(pNew[0]));
realloc           121 ext/sqlite3/libsqlite/sqlite3ext.h   void *(*realloc)(void*,int);
realloc           369 ext/sqlite3/libsqlite/sqlite3ext.h #define sqlite3_realloc                sqlite3_api->realloc
realloc           606 ext/standard/crypt_sha256.c 		char *new_buffer = (char *) realloc(buffer, needed);
realloc           653 ext/standard/crypt_sha512.c 		char *new_buffer = (char *) realloc(buffer, needed);
realloc            47 ext/standard/php_smart_string.h #define SMART_STRING_REALLOC(a,b,c) realloc((a),(b))
realloc            38 ext/xmlrpc/libxmlrpc/base64.c     b->data = realloc(b->data, b->length);
realloc            88 ext/xmlrpc/libxmlrpc/encodings.c                      outbuf = (char*)realloc(outbuf, outlen + 1);
realloc           205 ext/xmlrpc/libxmlrpc/simplestring.c          target->str = (char*)realloc(target->str, newsize);
realloc            67 ext/zip/lib/zip_add_entry.c 	rentries = (zip_entry_t *)realloc(za->entry, sizeof(struct zip_entry) * (size_t)nalloc);
realloc           396 ext/zip/lib/zip_source_buffer.c 	    fragments = realloc(buffer->fragments, new_capacity * sizeof(*fragments));
realloc           241 ext/zip/lib/zip_source_window.c         open_source = (zip_source_t **)realloc(za->open_source, n*sizeof(zip_source_t *));
realloc           688 main/php_ini.c 			php_ini_scanned_files = (char *) realloc(php_ini_scanned_files, php_ini_scanned_files_len + total_l + 1);
realloc            93 main/php_scandir.c 			newv = (struct dirent **) realloc (vector, vector_size * sizeof (struct dirent *));
realloc            35 main/streams/php_streams_int.h #define perealloc_rel_orig(ptr, size, persistent)	((persistent) ? realloc((ptr), (size)) : erealloc_rel_orig((ptr), (size)))
realloc          1841 sapi/cgi/cgi_main.c 						cgi_sapi_module.ini_entries = realloc(cgi_sapi_module.ini_entries, ini_entries_len + len + sizeof("\"\"\n\0"));
realloc          1851 sapi/cgi/cgi_main.c 						cgi_sapi_module.ini_entries = realloc(cgi_sapi_module.ini_entries, ini_entries_len + len + sizeof("\n\0"));
realloc          1857 sapi/cgi/cgi_main.c 					cgi_sapi_module.ini_entries = realloc(cgi_sapi_module.ini_entries, ini_entries_len + len + sizeof("=1\n\0"));
realloc          1255 sapi/cli/php_cli.c 						ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\"\"\n\0"));
realloc          1265 sapi/cli/php_cli.c 						ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\n\0"));
realloc          1271 sapi/cli/php_cli.c 					ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("=1\n\0"));
realloc          1311 sapi/cli/php_cli.c 			ini_entries = realloc(ini_entries, ini_entries_len + sizeof(HARDCODED_INI));
realloc            89 sapi/fpm/fpm/fpm_arrays.h 		void *new_ptr = realloc(a->data, a->sz * new_allocated);
realloc          1519 sapi/fpm/fpm/fpm_conf.c 				newbuf = (char*) realloc(buf, sizeof(char) * (bufsize + 2));
realloc          1657 sapi/fpm/fpm/fpm_main.c 						cgi_sapi_module.ini_entries = realloc(cgi_sapi_module.ini_entries, ini_entries_len + len + sizeof("\"\"\n\0"));
realloc          1667 sapi/fpm/fpm/fpm_main.c 						cgi_sapi_module.ini_entries = realloc(cgi_sapi_module.ini_entries, ini_entries_len + len + sizeof("\n\0"));
realloc          1673 sapi/fpm/fpm/fpm_main.c 					cgi_sapi_module.ini_entries = realloc(cgi_sapi_module.ini_entries, ini_entries_len + len + sizeof("=1\n\0"));
realloc            57 sapi/fpm/fpm/fpm_sockets.c 			env_value = realloc(env_value, p + (p ? 1 : 0) + strlen(ls->key) + 1 + strlen(fd) + 1);
realloc           503 sapi/litespeed/lsapi_main.c             CWDG(cwd).cwd = (char *) realloc(CWDG(cwd).cwd, CWDG(cwd).cwd_length+1);
realloc           380 sapi/litespeed/lsapilib.c     char * pBuf = (char *)realloc( pReq->m_pReqBuf, size );
realloc           394 sapi/litespeed/lsapilib.c     struct iovec * p = (struct iovec *)realloc(
realloc           407 sapi/litespeed/lsapilib.c     char * p = (char *)realloc( pReq->m_pRespHeaderBuf, size );
realloc           444 sapi/litespeed/lsapilib.c     pBuf = (struct LSAPI_key_value_pair *)realloc( *pEnvList, newSize *
realloc          1395 sapi/phpdbg/phpdbg.c 					  ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\"\"\n\0"));
realloc          1405 sapi/phpdbg/phpdbg.c 					  ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\n\0"));
realloc          1411 sapi/phpdbg/phpdbg.c 				  ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("=1\n\0"));
realloc          1421 sapi/phpdbg/phpdbg.c 					zend_extensions = realloc(zend_extensions, sizeof(char*) * zend_extensions_len);
realloc          1563 sapi/phpdbg/phpdbg.c 		ini_entries = realloc(ini_entries, ini_entries_len + sizeof(phpdbg_ini_hardcoded));
realloc          1579 sapi/phpdbg/phpdbg.c 			ini_entries = realloc(
realloc           252 sapi/phpdbg/phpdbg_prompt.c 				state->code = realloc(state->code, state->code_len + cmd_len + 1);
realloc           721 win32/glob.c   	pathv = pglob->gl_pathv ? realloc((char *)pglob->gl_pathv, newsize) :