Home
last modified time | relevance | path

Searched refs:erealloc (Results 1 – 25 of 64) sorted by relevance

123

/PHP-8.0/ext/dba/libflatfile/
H A Dflatfile.c118 buf = erealloc(buf, buf_size); in flatfile_delete()
141 buf = erealloc(buf, buf_size); in flatfile_delete()
168 buf = erealloc(buf, buf_size); in flatfile_findkey()
184 buf = erealloc(buf, buf_size); in flatfile_findkey()
208 buf = erealloc(buf, buf_size); in flatfile_firstkey()
224 buf = erealloc(buf, buf_size); in flatfile_firstkey()
250 buf = erealloc(buf, buf_size); in flatfile_nextkey()
260 buf = erealloc(buf, buf_size); in flatfile_nextkey()
/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c64 device->buffer = erealloc(device->buffer, initsz); in mbfl_memory_device_realloc()
140 device->buffer = erealloc(device->buffer, newlen); in mbfl_memory_device_output()
170 device->buffer = erealloc(device->buffer, newlen); in mbfl_memory_device_strncat()
231 device->buffer = erealloc(device->buffer, newlen*sizeof(int)); in mbfl_wchar_device_output()
/PHP-8.0/ext/intl/
H A Dintl_common.h35 # define eurealloc(ptr, size) (UChar*)erealloc((ptr), size * sizeof(UChar))
/PHP-8.0/ext/gd/libgd/
H A Dgdhelpers.h17 #define gdRealloc(ptr, size) erealloc(ptr, size)
/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat_data.c92 npattern = erealloc(npattern, sizeof(UChar)*(npattern_len+1)); in msgformat_fix_quotes()
/PHP-8.0/ext/date/
H A Dconfig.w3214 tl_config.WriteLine("#define timelib_realloc erealloc");
H A Dconfig0.m431 #define timelib_realloc erealloc
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_eol.c170 *str = erealloc(out, cursor); in phpdbg_eol_convert()
H A Dphpdbg_list.c271 dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint32_t) * line); in phpdbg_compile_file()
352 dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint32_t) * line); in phpdbg_compile_string()
H A Dphpdbg_out.c896 *buf = erealloc(*buf, len + 1); in phpdbg_encode_xml()
925 *buf = erealloc(tmp, len + 1); in phpdbg_encode_ctrl_chars()
H A Dphpdbg_prompt.c822 argv = erealloc(argv, (argc * 2 + 1) * sizeof(char *)); in PHPDBG_COMMAND()
850 argv[++argc] = erealloc(buf, q - buf); in PHPDBG_COMMAND()
863 SG(request_info).argv = erealloc(argv, ++argc * sizeof(char *)); in PHPDBG_COMMAND()
/PHP-8.0/ext/posix/
H A Dposix.c807 buf = erealloc(buf, buflen); in PHP_FUNCTION()
864 grbuf = erealloc(grbuf, grbuflen); in PHP_FUNCTION()
937 buf = erealloc(buf, buflen); in PHP_FUNCTION()
992 pwbuf = erealloc(pwbuf, pwbuflen); in PHP_FUNCTION()
/PHP-8.0/ext/pdo_odbc/
H A Dodbc_stmt.c74 S->convbuf = erealloc(S->convbuf, S->convbufsize); in pdo_odbc_utf82ucs2()
106 S->convbuf = erealloc(S->convbuf, S->convbufsize); in pdo_odbc_ucs22utf8()
709 buf = erealloc(buf, used + 255+1); in odbc_stmt_get_col()
713 buf = erealloc(buf, used + C->fetched_len+1); in odbc_stmt_get_col()
/PHP-8.0/ext/intl/collator/
H A Dcollator_sort.c442 sortKeyBuf = erealloc( sortKeyBuf, sortKeyBufSize ); in PHP_FUNCTION()
454 sortKeyIndxBuf = erealloc( sortKeyIndxBuf, sortKeyIndxBufSize ); in PHP_FUNCTION()
/PHP-8.0/Zend/
H A Dzend_objects_API.c131 …EG(objects_store).object_buckets = (zend_object **) erealloc(EG(objects_store).object_buckets, new… in zend_objects_store_put_cold()
H A Dzend_opcode.c624 op_array->live_range = erealloc(op_array->live_range, in emit_live_range_raw()
952 …op_array->vars = (zend_string**) erealloc(op_array->vars, sizeof(zend_string*)*op_array->last_var); in pass_two()
958 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, sizeof(zend_op)*op_array->last); in pass_two()
962 op_array->literals = (zval*)erealloc(op_array->literals, sizeof(zval) * op_array->last_literal); in pass_two()
966 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, in pass_two()
H A Dzend_stream.c190 *buf = erealloc(*buf, ZEND_MMAP_AHEAD); in zend_stream_fixup()
H A Dzend_alloc.h165 #define erealloc(ptr, size) _erealloc((ptr), (size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) macro
205 #define perealloc(ptr, size, persistent) ((persistent)?__zend_realloc((ptr), (size)):erealloc((ptr)…
/PHP-8.0/ext/fileinfo/libmagic/
H A Dfuncs.c519 if ((pbuf = CAST(char *, erealloc(ms->o.pbuf, psize))) == NULL) { in file_getbuffer()
584 erealloc(ms->c.li, len)); in file_check_mem()
/PHP-8.0/main/streams/
H A Dmemory.c60 tmp = erealloc(ms->data, ms->fpos + count); in php_stream_memory_write()
250 ms->data = erealloc(ms->data, newsize); in php_stream_memory_set_option()
/PHP-8.0/ext/standard/
H A Dexec.c154 buf = erealloc(buf, buflen); in php_exec()
H A Dimage.c237 buf = erealloc(buf, szlength); in php_handle_swc()
810 ifd_data = erealloc(ifd_data,ifd_size); in php_handle_tiff()
/PHP-8.0/ext/intl/locale/
H A Dlocale_methods.c524 disp_name = erealloc( disp_name , buflen * sizeof(UChar) ); in get_icu_disp_value_src_php()
1374 cur_arr[i*2] = erealloc(cur_arr[i*2], lang_tag->len+1); in lookup_loc_range()
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_optimizer.c147 op_array->literals = (zval*)erealloc(op_array->literals, op_array->last_literal * sizeof(zval)); in zend_optimizer_add_literal()
1078 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, in zend_redo_pass_two()
1189 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, in zend_redo_pass_two_ex()
/PHP-8.0/ext/readline/
H A Dreadline_cli.c657 code = erealloc(code, size); in readline_shell_run()

Completed in 69 milliseconds

123