/PHP-7.0/ext/dba/libflatfile/ |
H A D | flatfile.c | 123 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.0/ext/intl/ |
H A D | intl_common.h | 37 # define eurealloc(ptr, size) (UChar*)erealloc((ptr), size * sizeof(UChar))
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gdhelpers.h | 17 #define gdRealloc(ptr, size) erealloc(ptr, size)
|
/PHP-7.0/ext/intl/msgformat/ |
H A D | msgformat_data.c | 94 npattern = erealloc(npattern, sizeof(UChar)*(npattern_len+1)); in msgformat_fix_quotes()
|
/PHP-7.0/ext/date/ |
H A D | config.w32 | 16 tl_config.WriteLine("#define timelib_realloc erealloc");
|
H A D | config0.m4 | 32 #define timelib_realloc erealloc
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_eol.c | 169 *str = erealloc(out, cursor); in phpdbg_eol_convert()
|
H A D | phpdbg_list.c | 285 dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint) * line); in phpdbg_compile_file() 366 dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint) * line); in phpdbg_compile_string()
|
H A D | phpdbg_prompt.c | 615 data = erealloc(data, sizeof(phpdbg_file_source) + sizeof(uint) * ++data->lines); in phpdbg_compile() 618 data->buf = erealloc(data->buf, data->len + start_line_len); in phpdbg_compile() 878 argv = erealloc(argv, (argc * 2 + 1) * sizeof(char *)); in PHPDBG_COMMAND() 905 argv[++argc] = erealloc(buf, q - buf); in PHPDBG_COMMAND() 916 SG(request_info).argv = erealloc(argv, ++argc * sizeof(char *)); in PHPDBG_COMMAND()
|
H A D | phpdbg_out.c | 919 *buf = erealloc(*buf, len + 1); in phpdbg_encode_xml() 948 *buf = erealloc(tmp, len + 1); in phpdbg_encode_ctrl_chars()
|
/PHP-7.0/Zend/ |
H A D | zend_opcode.c | 49 op_array->opcodes = erealloc(op_array->opcodes, size * sizeof(zend_op)); in op_array_alloc_ops() 456 …op_array->brk_cont_array = erealloc(op_array->brk_cont_array, sizeof(zend_brk_cont_element)*op_arr… in get_next_brk_cont_element() 594 …op_array->vars = (zend_string**) erealloc(op_array->vars, sizeof(zend_string*)*op_array->last_var); in pass_two() 598 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, sizeof(zend_op)*op_array->last); in pass_two() 602 op_array->literals = (zval*)erealloc(op_array->literals, sizeof(zval) * op_array->last_literal); in pass_two()
|
H A D | zend_objects_API.c | 120 …EG(objects_store).object_buckets = (zend_object **) erealloc(EG(objects_store).object_buckets, EG(… in zend_objects_store_put()
|
H A D | zend_alloc.h | 167 #define erealloc(ptr, size) _erealloc((ptr), (size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) macro 200 #define perealloc(ptr, size, persistent) ((persistent)?__zend_realloc((ptr), (size)):erealloc((ptr)…
|
H A D | zend_stream.c | 279 *buf = erealloc(*buf, ZEND_MMAP_AHEAD);
|
/PHP-7.0/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 78 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.0/ext/intl/collator/ |
H A D | collator_sort.c | 481 sortKeyBuf = erealloc( sortKeyBuf, sortKeyBufSize ); in PHP_FUNCTION() 493 sortKeyIndxBuf = erealloc( sortKeyIndxBuf, sortKeyIndxBufSize ); in PHP_FUNCTION()
|
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | funcs.c | 345 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.0/ext/enchant/ |
H A D | enchant.c | 557 …pbroker->dict = (enchant_dict **)erealloc(pbroker->dict, sizeof(enchant_dict *) * pbroker->dictcnt… in PHP_FUNCTION() 608 …pbroker->dict = (enchant_dict **)erealloc(pbroker->dict, sizeof(enchant_dict *) * pbroker->dictcnt…
|
/PHP-7.0/main/streams/ |
H A D | memory.c | 63 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.0/ext/standard/ |
H A D | exec.c | 134 buf = erealloc(buf, buflen); in php_exec()
|
H A D | image.c | 240 buf = erealloc(buf, szlength); in php_handle_swc() 818 ifd_data = erealloc(ifd_data,ifd_size); in php_handle_tiff()
|
/PHP-7.0/ext/opcache/Optimizer/ |
H A D | zend_optimizer.c | 74 op_array->vars = erealloc(op_array->vars, op_array->last_var * sizeof(zend_string*)); in zend_optimizer_lookup_cv() 107 op_array->literals = (zval*)erealloc(op_array->literals, op_array->last_literal * sizeof(zval)); in zend_optimizer_add_literal()
|
/PHP-7.0/ext/interbase/ |
H A D | ibase_service.c | 320 heap_buf = (char*) erealloc(heap_buf, heap_buf_size); in _php_ibase_service_query()
|
/PHP-7.0/ext/exif/ |
H A D | exif.c | 78 # 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.0/ext/readline/ |
H A D | readline_cli.c | 645 code = erealloc(code, size); in readline_shell_run()
|