Home
last modified time | relevance | path

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

123

/PHP-7.1/ext/dba/libflatfile/
H A Dflatfile.c123 buf = erealloc(buf, buf_size); in flatfile_delete()
146 buf = erealloc(buf, buf_size); in flatfile_delete()
174 buf = erealloc(buf, buf_size); in flatfile_findkey()
190 buf = erealloc(buf, buf_size); in flatfile_findkey()
215 buf = erealloc(buf, buf_size); in flatfile_firstkey()
231 buf = erealloc(buf, buf_size); in flatfile_firstkey()
258 buf = erealloc(buf, buf_size); in flatfile_nextkey()
268 buf = erealloc(buf, buf_size); in flatfile_nextkey()
/PHP-7.1/ext/intl/
H A Dintl_common.h37 # define eurealloc(ptr, size) (UChar*)erealloc((ptr), size * sizeof(UChar))
/PHP-7.1/ext/gd/libgd/
H A Dgdhelpers.h17 #define gdRealloc(ptr, size) erealloc(ptr, size)
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_data.c94 npattern = erealloc(npattern, sizeof(UChar)*(npattern_len+1)); in msgformat_fix_quotes()
/PHP-7.1/ext/date/
H A Dconfig.w3217 tl_config.WriteLine("#define timelib_realloc erealloc");
H A Dconfig0.m432 #define timelib_realloc erealloc
/PHP-7.1/Zend/
H A Dzend_opcode.c49 op_array->opcodes = erealloc(op_array->opcodes, size * sizeof(zend_op)); in op_array_alloc_ops()
476 …CG(context).brk_cont_array = erealloc(CG(context).brk_cont_array, sizeof(zend_brk_cont_element) * … in get_next_brk_cont_element()
566 …op_array->vars = (zend_string**) erealloc(op_array->vars, sizeof(zend_string*)*op_array->last_var); in pass_two()
570 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, sizeof(zend_op)*op_array->last); in pass_two()
574 op_array->literals = (zval*)erealloc(op_array->literals, sizeof(zval) * op_array->last_literal); in pass_two()
H A Dzend_objects_API.c120 …EG(objects_store).object_buckets = (zend_object **) erealloc(EG(objects_store).object_buckets, new… in zend_objects_store_put()
H A Dzend_alloc.h167 #define erealloc(ptr, size) _erealloc((ptr), (size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) macro
207 #define perealloc(ptr, size, persistent) ((persistent)?__zend_realloc((ptr), (size)):erealloc((ptr)…
H A Dzend_stream.c279 *buf = erealloc(*buf, ZEND_MMAP_AHEAD);
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_eol.c169 *str = erealloc(out, cursor); in phpdbg_eol_convert()
H A Dphpdbg_list.c286 dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint) * line); in phpdbg_compile_file()
367 dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint) * line); in phpdbg_compile_string()
H A Dphpdbg_prompt.c614 data = erealloc(data, sizeof(phpdbg_file_source) + sizeof(uint) * ++data->lines); in phpdbg_compile()
617 data->buf = erealloc(data->buf, data->len + start_line_len); in phpdbg_compile()
880 argv = erealloc(argv, (argc * 2 + 1) * sizeof(char *)); in PHPDBG_COMMAND()
908 argv[++argc] = erealloc(buf, q - buf); in PHPDBG_COMMAND()
921 SG(request_info).argv = erealloc(argv, ++argc * sizeof(char *)); in PHPDBG_COMMAND()
H A Dphpdbg_out.c919 *buf = erealloc(*buf, len + 1); in phpdbg_encode_xml()
948 *buf = erealloc(tmp, len + 1); in phpdbg_encode_ctrl_chars()
/PHP-7.1/ext/pdo_odbc/
H A Dodbc_stmt.c78 S->convbuf = erealloc(S->convbuf, S->convbufsize); in pdo_odbc_utf82ucs2()
110 S->convbuf = erealloc(S->convbuf, S->convbufsize); in pdo_odbc_ucs22utf8()
698 buf = erealloc(buf, used + 255+1); in odbc_stmt_get_col()
702 buf = erealloc(buf, used + C->fetched_len+1); in odbc_stmt_get_col()
/PHP-7.1/ext/intl/collator/
H A Dcollator_sort.c483 sortKeyBuf = erealloc( sortKeyBuf, sortKeyBufSize ); in PHP_FUNCTION()
495 sortKeyIndxBuf = erealloc( sortKeyIndxBuf, sortKeyIndxBufSize ); in PHP_FUNCTION()
/PHP-7.1/ext/fileinfo/libmagic/
H A Dfuncs.c345 if ((ms->o.pbuf = CAST(char *, erealloc(ms->o.pbuf, psize))) == NULL) { in file_getbuffer()
409 erealloc(ms->c.li, len)); in file_check_mem()
/PHP-7.1/ext/enchant/
H A Denchant.c557 …pbroker->dict = (enchant_dict **)erealloc(pbroker->dict, sizeof(enchant_dict *) * pbroker->dictcnt… in PHP_FUNCTION()
604 …pbroker->dict = (enchant_dict **)erealloc(pbroker->dict, sizeof(enchant_dict *) * pbroker->dictcnt… in PHP_FUNCTION()
/PHP-7.1/main/streams/
H A Dmemory.c63 tmp = erealloc(ms->data, ms->fpos + count); in php_stream_memory_write()
268 ms->data = erealloc(ms->data, newsize); in php_stream_memory_set_option()
/PHP-7.1/ext/standard/
H A Dexec.c134 buf = erealloc(buf, buflen); in php_exec()
H A Dimage.c247 buf = erealloc(buf, szlength); in php_handle_swc()
825 ifd_data = erealloc(ifd_data,ifd_size); in php_handle_tiff()
/PHP-7.1/ext/interbase/
H A Dibase_service.c320 heap_buf = (char*) erealloc(heap_buf, heap_buf_size); in _php_ibase_service_query()
/PHP-7.1/ext/exif/
H A Dexif.c78 # define safe_erealloc(p,a,b,c) erealloc(p, (a)*(b)+(c))
1181 dump = erealloc(dump, len + 4 + 1); in exif_dump_data()
1188 dump = erealloc(dump, len + 6 + 1); in exif_dump_data()
1195 dump = erealloc(dump, len + 6 + 1); in exif_dump_data()
1202 dump = erealloc(dump, len + 13 + 1); in exif_dump_data()
1209 dump = erealloc(dump, len + 2 + 1); in exif_dump_data()
1217 dump = erealloc(dump, len + 1 + 1); in exif_dump_data()
/PHP-7.1/ext/intl/locale/
H A Dlocale_methods.c555 disp_name = erealloc( disp_name , buflen * sizeof(UChar) ); in get_icu_disp_value_src_php()
1477 cur_arr[i*2] = erealloc(cur_arr[i*2], lang_tag->len+1); in lookup_loc_range()
/PHP-7.1/ext/readline/
H A Dreadline_cli.c652 code = erealloc(code, size); in readline_shell_run()

Completed in 95 milliseconds

123