Home
last modified time | relevance | path

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

1234

/PHP-5.4/ext/dba/libflatfile/
H A Dflatfile.c123 buf = erealloc(buf, buf_size); in flatfile_delete()
149 buf = erealloc(buf, buf_size); in flatfile_delete()
180 buf = erealloc(buf, buf_size); in flatfile_findkey()
198 buf = erealloc(buf, buf_size); in flatfile_findkey()
226 buf = erealloc(buf, buf_size); in flatfile_firstkey()
244 buf = erealloc(buf, buf_size); in flatfile_firstkey()
274 buf = erealloc(buf, buf_size); in flatfile_nextkey()
286 buf = erealloc(buf, buf_size); in flatfile_nextkey()
/PHP-5.4/ext/intl/
H A Dintl_common.h35 # define eurealloc(ptr, size) (UChar*)erealloc((ptr), size * sizeof(UChar))
/PHP-5.4/Zend/
H A Dzend_dynamic_array.c47 da->array = (char *) erealloc(da->array, da->allocated*da->element_size); in zend_dynamic_array_push()
H A Dzend_static_allocator.c61 sa->Blocks = (Block *) erealloc(sa->Blocks, ++sa->num_blocks); in static_allocator_allocate()
H A Dzend_opcode.c48 op_array->opcodes = erealloc(op_array->opcodes, size * sizeof(zend_op)); in op_array_alloc_ops()
449 …op_array->brk_cont_array = erealloc(op_array->brk_cont_array, sizeof(zend_brk_cont_element)*op_arr… in get_next_brk_cont_element()
498 …op_array->vars = (zend_compiled_variable *) erealloc(op_array->vars, sizeof(zend_compiled_variable… in pass_two()
502 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, sizeof(zend_op)*op_array->last); in pass_two()
506 …op_array->literals = (zend_literal*)erealloc(op_array->literals, sizeof(zend_literal) * op_array->… in pass_two()
H A Dzend_stack.c36 stack->elements = (void **) erealloc(stack->elements, in zend_stack_push()
H A Dzend_alloc.h74 #define erealloc(ptr, size) _erealloc((ptr), (size), 0 ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_C… macro
126 #define perealloc(ptr, size, persistent) ((persistent)?__zend_realloc((ptr), (size)):erealloc((ptr)…
H A Dzend_exceptions.c366 *str = (char*)erealloc(*str, *len + 1 + 1); \
372 *str = (char*)erealloc(*str, *len + l + 1); \
392 *str = (char*)erealloc(*str, *len + 1 + vallen); \
/PHP-5.4/ext/gd/libgd/
H A Dgdhelpers.h17 #define gdRealloc(ptr, size) erealloc(ptr, size)
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_bt.c31 *str = (char*)erealloc(*str, *len + 1 + 1); \
37 *str = (char*)erealloc(*str, *len + l + 1); \
276 *str = (char*)erealloc(*str, *len + 1 + 1); \
282 *str = (char*)erealloc(*str, *len + l + 1); \
H A Dmysqlnd_alloc.c262 ret = erealloc(REAL_PTR(ptr), REAL_SIZE(new_size)); in _mysqlnd_erealloc()
669 return erealloc(ptr, new_size); in mysqlnd_zend_mm_erealloc()
/PHP-5.4/ext/intl/msgformat/
H A Dmsgformat_data.c86 npattern = erealloc(npattern, sizeof(UChar)*(npattern_len+1)); in msgformat_fix_quotes()
/PHP-5.4/ext/standard/
H A Dexec.c100 buf = erealloc(buf, buflen); in php_exec()
328 cmd = erealloc(cmd, y + 1); in php_escape_shell_cmd()
402 cmd = erealloc(cmd, y + 1); in php_escape_shell_arg()
H A Dquot_print.c191 ret = erealloc(ret, *ret_length + 1); in php_quot_print_encode()
H A Dstring.c945 newtext = erealloc(newtext, alloced); in PHP_FUNCTION()
1006 newtext = erealloc(newtext, newtextlen+1); in PHP_FUNCTION()
1065 positions = erealloc(positions, allocated*sizeof(char *)); in php_explode_negative_limit()
2640 RETURN_STRINGL(erealloc(str, q - str + 1), q - str, 0);
3574 new_str = erealloc(new_str, newlen + 1);
3632 new_str = (char *) erealloc(new_str, *new_length + 1);
3852 new_str = erealloc(new_str, *_new_length + 1);
4696 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4714 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4794 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
[all …]
H A Dformatted_print.c60 *buffer = erealloc(*buffer, *size); in php_sprintf_appendchar()
103 *buffer = erealloc(*buffer, *size); in php_sprintf_appendstring()
/PHP-5.4/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()
497 Z_STRVAL_P(param->parameter) = erealloc(Z_STRVAL_P(param->parameter), srclen+1); in odbc_stmt_param_hook()
665 buf = erealloc(buf, used + 255+1); in odbc_stmt_get_col()
669 buf = erealloc(buf, used + C->fetched_len+1); in odbc_stmt_get_col()
/PHP-5.4/ext/intl/locale/
H A Dlocale_methods.c310 tag_value = erealloc( tag_value , buflen ); in get_icu_value_internal()
540 disp_name = erealloc( disp_name , buflen * sizeof(UChar) ); in get_icu_disp_value_src_php()
723 kw_value = erealloc( kw_value , kw_value_len+1); in PHP_FUNCTION()
726 kw_value = erealloc( kw_value , kw_value_len+1); in PHP_FUNCTION()
1466 cur_arr[i*2] = erealloc(cur_arr[i*2], strlen(lang_tag)+1); in lookup_loc_range()
/PHP-5.4/ext/fileinfo/libmagic/
H A Dfuncs.c356 if ((ms->o.pbuf = CAST(char *, erealloc(ms->o.pbuf, psize))) == NULL) { in file_getbuffer()
420 erealloc(ms->c.li, len)); in file_check_mem()
/PHP-5.4/ext/intl/collator/
H A Dcollator_sort.c473 sortKeyBuf = erealloc( sortKeyBuf, sortKeyBufSize ); in PHP_FUNCTION()
485 sortKeyIndxBuf = erealloc( sortKeyIndxBuf, sortKeyIndxBufSize ); in PHP_FUNCTION()
/PHP-5.4/ext/spl/
H A Dphp_spl.c554 lc_name = erealloc(lc_name, func_name_len + 2 + sizeof(zend_object_handle)); in PHP_FUNCTION()
570 lc_name = erealloc(lc_name, func_name_len + 2 + sizeof(zend_object_handle)); in PHP_FUNCTION()
662 lc_name = erealloc(lc_name, func_name_len + 2 + sizeof(zend_object_handle)); in PHP_FUNCTION()
681 lc_name = erealloc(lc_name, func_name_len + 2 + sizeof(zend_object_handle)); in PHP_FUNCTION()
/PHP-5.4/ext/xml/
H A Dxml.c303 return erealloc(ptr, sz); in php_xml_realloc_wrapper()
658 newbuf = erealloc(newbuf, (*newlen)+1); in xml_utf8_encode()
698 newbuf = erealloc(newbuf, *newlen + 1); in xml_utf8_decode()
957 Z_STRVAL_PP(myval) = erealloc(Z_STRVAL_PP(myval),newlen+1); in _xml_characterDataHandler()
977 Z_STRVAL_PP(myval) = erealloc(Z_STRVAL_PP(myval),newlen+1); in _xml_characterDataHandler()
/PHP-5.4/main/streams/
H A Dmemory.c63 tmp = erealloc(ms->data, ms->fpos + count); in php_stream_memory_write()
264 ms->data = erealloc(ms->data, newsize); in php_stream_memory_set_option()
/PHP-5.4/ext/enchant/
H A Denchant.c555 …pbroker->dict = (enchant_dict **)erealloc(pbroker->dict, sizeof(enchant_dict *) * pbroker->dictcnt… in PHP_FUNCTION()
611 …pbroker->dict = (enchant_dict **)erealloc(pbroker->dict, sizeof(enchant_dict *) * pbroker->dictcnt…
/PHP-5.4/ext/wddx/
H A Dwddx.c192 stack->elements = (void **) erealloc(stack->elements, in wddx_stack_push()
1057 Z_STRVAL_P(ent->data) = erealloc(Z_STRVAL_P(ent->data), Z_STRLEN_P(ent->data) + len + 1); in php_wddx_process_data()
1069 Z_STRVAL_P(ent->data) = erealloc(Z_STRVAL_P(ent->data), Z_STRLEN_P(ent->data) + len + 1); in php_wddx_process_data()

Completed in 69 milliseconds

1234