realloc           229 TSRM/TSRM.c    		resource_types_table = (tsrm_resource_type *) realloc(resource_types_table, sizeof(tsrm_resource_type)*id_count);
realloc           251 TSRM/TSRM.c    				p->storage = (void *) realloc(p->storage, sizeof(void *)*id_count);
realloc           399 TSRM/tsrm_win32.c 	newptr = (process_pair*)realloc((void*)TWG(process), (TWG(process_size)+1)*sizeof(process_pair));
realloc           431 TSRM/tsrm_win32.c 	newptr = (shm_pair*)realloc((void*)TWG(shm), (TWG(shm_size)+1)*sizeof(shm_pair));
realloc           916 Zend/zend.c    	zend_version_info = (char *) realloc(zend_version_info, zend_version_info_length+new_info_length + 1);
realloc           292 Zend/zend_alloc.c 	return (zend_mm_segment*)realloc(ptr, size);
realloc          2731 Zend/zend_alloc.c 		alloc_globals->mm_heap->_realloc = realloc;
realloc           112 Zend/zend_alloc.h 	p = realloc(p, len);
realloc          3707 Zend/zend_compile.c 		ce->interfaces = (zend_class_entry **) realloc(ce->interfaces, sizeof(zend_class_entry *) * (ce_num + if_num));
realloc          3922 Zend/zend_compile.c 				ce->interfaces = (zend_class_entry **) realloc(ce->interfaces, sizeof(zend_class_entry *) * (++current_iface_num));
realloc          3957 Zend/zend_compile.c 				ce->traits = (zend_class_entry **) realloc(ce->traits, sizeof(zend_class_entry *) * (++current_trait_num));
realloc          6960 Zend/zend_compile.c 			CG(static_members_table) = realloc(CG(static_members_table), (n+1)*sizeof(zval**));
realloc           124 Zend/zend_ini_parser.y 	Z_STRVAL_P(result) = (char *) realloc(Z_STRVAL_P(op1), length+1);
realloc            35 ext/date/lib/timelib.h # define timelib_realloc realloc
realloc          1026 ext/ereg/regex/regcomp.c 			p->g->sets = (cset *)realloc((unsigned char *)p->g->sets,
realloc          1031 ext/ereg/regex/regcomp.c 			p->g->setbits = (uch *)realloc((unsigned char *)p->g->setbits,
realloc          1172 ext/ereg/regex/regcomp.c 		cs->multis = realloc(cs->multis, cs->smultis);
realloc          1206 ext/ereg/regex/regcomp.c 	cs->multis = realloc(cs->multis, cs->smultis);
realloc          1473 ext/ereg/regex/regcomp.c 	sp = (sop *)realloc(p->strip, size*sizeof(sop));
realloc          1492 ext/ereg/regex/regcomp.c 	g->strip = (sop *)realloc((unsigned char *)p->strip, p->slen * sizeof(sop));
realloc           799 ext/fileinfo/libmagic/cdf.c 		    realloc(*info, *maxcount * sizeof(*inp)));
realloc           906 ext/fileinfo/libmagic/cdf.c 				    realloc(*info, *maxcount * sizeof(*inp)));
realloc           784 ext/gd/libgd/webpimg.c 		unsigned char* p = (unsigned char*)realloc(*p_out, new_size);
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           236 ext/opcache/zend_accelerator_blacklist.c 		blacklist->entries = (zend_blacklist_entry *) realloc(blacklist->entries, sizeof(zend_blacklist_entry)*blacklist->size);
realloc           268 ext/reflection/php_reflection.c 	class_entry->interfaces = (zend_class_entry **) realloc(class_entry->interfaces, sizeof(zend_class_entry *) * num_interfaces);
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           607 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            46 ext/standard/php_smart_str.h #define SMART_STR_REALLOC(a,b,c) realloc((a),(b))
realloc            38 ext/xmlrpc/libxmlrpc/base64.c     b->data = realloc(b->data, b->length);
realloc            87 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            53 ext/zip/lib/zip_add_entry.c 	rentries = (struct zip_entry *)realloc(za->entry, sizeof(struct zip_entry) * (size_t)nalloc);
realloc            84 ext/zip/lib/zip_dirent.c 		realloc(cd->entry, sizeof(*(cd->entry))*(size_t)nentry))) == NULL) {
realloc            87 ext/zip/lib/zip_fopen_index_encrypted.c 	file = (struct zip_file **)realloc(za->file,
realloc           694 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          1862 sapi/cgi/cgi_main.c 						cgi_sapi_module.ini_entries = realloc(cgi_sapi_module.ini_entries, ini_entries_len + len + sizeof("\"\"\n\0"));
realloc          1872 sapi/cgi/cgi_main.c 						cgi_sapi_module.ini_entries = realloc(cgi_sapi_module.ini_entries, ini_entries_len + len + sizeof("\n\0"));
realloc          1878 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          1289 sapi/cli/php_cli.c 						ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\"\"\n\0"));
realloc          1299 sapi/cli/php_cli.c 						ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\n\0"));
realloc          1305 sapi/cli/php_cli.c 					ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("=1\n\0"));
realloc          1345 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          1677 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          1687 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          1693 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           535 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          1092 sapi/phpdbg/phpdbg.c 					  ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\"\"\n\0"));
realloc          1102 sapi/phpdbg/phpdbg.c 					  ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("\n\0"));
realloc          1108 sapi/phpdbg/phpdbg.c 				  ini_entries = realloc(ini_entries, ini_entries_len + len + sizeof("=1\n\0"));
realloc          1118 sapi/phpdbg/phpdbg.c 					zend_extensions = realloc(zend_extensions, sizeof(char*) * zend_extensions_len);
realloc          1258 sapi/phpdbg/phpdbg.c 		ini_entries = realloc(ini_entries, ini_entries_len + sizeof(phpdbg_ini_hardcoded));
realloc          1274 sapi/phpdbg/phpdbg.c 			ini_entries = realloc(
realloc           638 sapi/phpdbg/phpdbg_cmd.c 					list = realloc(list, 
realloc           235 sapi/phpdbg/phpdbg_prompt.c 						} else code = realloc(code, code_len + cmd_len + 1);
realloc           143 sapi/tux/php_tux.c 			vec = realloc(vec, sizeof(struct iovec) * max_headers);
realloc           727 win32/glob.c   	pathv = pglob->gl_pathv ? realloc((char *)pglob->gl_pathv, newsize) :