Home
last modified time | relevance | path

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

123

/PHP-8.1/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.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c51 device->buffer = erealloc(device->buffer, initsz); in mbfl_memory_device_realloc()
101 device->buffer = erealloc(device->buffer, newlen); in mbfl_memory_device_output()
126 device->buffer = erealloc(device->buffer, newlen); in mbfl_memory_device_strncat()
178 device->buffer = erealloc(device->buffer, newlen * sizeof(int)); in mbfl_wchar_device_output()
/PHP-8.1/ext/intl/
H A Dintl_common.h35 # define eurealloc(ptr, size) (UChar*)erealloc((ptr), size * sizeof(UChar))
/PHP-8.1/ext/gd/libgd/
H A Dgdhelpers.h17 #define gdRealloc(ptr, size) erealloc(ptr, size)
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat_data.c92 npattern = erealloc(npattern, sizeof(UChar)*(npattern_len+1)); in msgformat_fix_quotes()
/PHP-8.1/ext/date/
H A Dconfig.w3214 tl_config.WriteLine("#define timelib_realloc erealloc");
H A Dconfig0.m431 #define timelib_realloc erealloc
/PHP-8.1/ext/posix/
H A Dposix.c813 buf = erealloc(buf, buflen); in PHP_FUNCTION()
870 grbuf = erealloc(grbuf, grbuflen); in PHP_FUNCTION()
943 buf = erealloc(buf, buflen); in PHP_FUNCTION()
998 pwbuf = erealloc(pwbuf, pwbuflen); in PHP_FUNCTION()
/PHP-8.1/ext/intl/collator/
H A Dcollator_sort.c438 sortKeyBuf = erealloc( sortKeyBuf, sortKeyBufSize ); in PHP_FUNCTION()
450 sortKeyIndxBuf = erealloc( sortKeyIndxBuf, sortKeyIndxBufSize ); in PHP_FUNCTION()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_list.c267 dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint32_t) * line); in phpdbg_compile_file()
345 dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint32_t) * line); in phpdbg_compile_string()
H A Dphpdbg_prompt.c820 argv = erealloc(argv, (argc * 2 + 1) * sizeof(char *)); in PHPDBG_COMMAND()
848 argv[++argc] = erealloc(buf, q - buf); in PHPDBG_COMMAND()
861 SG(request_info).argv = erealloc(argv, ++argc * sizeof(char *)); in PHPDBG_COMMAND()
H A Dphpdbg_cmd.c632 …list = erealloc(list, (pos + matched[it]->name_len) + 1 + (it + 1 < matches ? sizeof(", ") - 1 : 0… in phpdbg_stack_resolve()
/PHP-8.1/Zend/
H A Dzend_objects_API.c136 …EG(objects_store).object_buckets = (zend_object **) erealloc(EG(objects_store).object_buckets, new… in zend_objects_store_put_cold()
H A Dzend_opcode.c689 op_array->live_range = erealloc(op_array->live_range, in emit_live_range_raw()
1017 …op_array->vars = (zend_string**) erealloc(op_array->vars, sizeof(zend_string*)*op_array->last_var); in pass_two()
1023 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, sizeof(zend_op)*op_array->last); in pass_two()
1027 op_array->literals = (zval*)erealloc(op_array->literals, sizeof(zval) * op_array->last_literal); in pass_two()
1031 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, in pass_two()
H A Dzend_stream.c201 *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)…
H A Dzend_enum.c175 ce->interface_names = erealloc(ce->interface_names, sizeof(zend_class_name) * ce->num_interfaces); in zend_enum_add_interfaces()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dfuncs.c560 if ((pbuf = CAST(char *, erealloc(ms->o.pbuf, psize))) == NULL) { in file_getbuffer()
625 erealloc(ms->c.li, len)); in file_check_mem()
/PHP-8.1/ext/standard/
H A Dexec.c154 buf = erealloc(buf, buflen); in php_exec()
H A Dscanf.c502 nassign = (void *)erealloc((void *)nassign, nspace * sizeof(int)); in ValidateFormat()
H A Dimage.c238 buf = erealloc(buf, szlength); in php_handle_swc()
825 ifd_data = erealloc(ifd_data,ifd_size); in php_handle_tiff()
/PHP-8.1/ext/intl/locale/
H A Dlocale_methods.c524 disp_name = erealloc( disp_name , buflen * sizeof(UChar) ); in get_icu_disp_value_src_php()
1373 cur_arr[i*2] = erealloc(cur_arr[i*2], lang_tag->len+1); in lookup_loc_range()
/PHP-8.1/Zend/Optimizer/
H A Dzend_optimizer.c144 op_array->literals = (zval*)erealloc(op_array->literals, op_array->last_literal * sizeof(zval)); in zend_optimizer_add_literal()
1050 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, in zend_redo_pass_two()
1161 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, in zend_redo_pass_two_ex()
/PHP-8.1/ext/readline/
H A Dreadline_cli.c671 code = erealloc(code, size); in readline_shell_run()
/PHP-8.1/ext/exif/
H A Dexif.c1591 dump = erealloc(dump, len + 4 + 1); in exif_dump_data()
1598 dump = erealloc(dump, len + 6 + 1); in exif_dump_data()
1605 dump = erealloc(dump, len + 6 + 1); in exif_dump_data()
1612 dump = erealloc(dump, len + 13 + 1); in exif_dump_data()
1619 dump = erealloc(dump, len + 2 + 1); in exif_dump_data()
1627 dump = erealloc(dump, len + 1 + 1); in exif_dump_data()

Completed in 1790 milliseconds

123