Home
last modified time | relevance | path

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

1234

/PHP-5.5/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-5.5/ext/intl/
H A Dintl_common.h35 # define eurealloc(ptr, size) (UChar*)erealloc((ptr), size * sizeof(UChar))
/PHP-5.5/ext/gd/libgd/
H A Dgdhelpers.h17 #define gdRealloc(ptr, size) erealloc(ptr, size)
/PHP-5.5/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_stack.c36 stack->elements = (void **) erealloc(stack->elements, in zend_stack_push()
H A Dzend_opcode.c48 op_array->opcodes = erealloc(op_array->opcodes, size * sizeof(zend_op)); in op_array_alloc_ops()
458 …op_array->brk_cont_array = erealloc(op_array->brk_cont_array, sizeof(zend_brk_cont_element)*op_arr… in get_next_brk_cont_element()
738 …op_array->vars = (zend_compiled_variable *) erealloc(op_array->vars, sizeof(zend_compiled_variable… in pass_two()
742 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, sizeof(zend_op)*op_array->last); in pass_two()
746 …op_array->literals = (zend_literal*)erealloc(op_array->literals, sizeof(zend_literal) * op_array->… in pass_two()
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.5/ext/intl/msgformat/
H A Dmsgformat_data.c94 npattern = erealloc(npattern, sizeof(UChar)*(npattern_len+1)); in msgformat_fix_quotes()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_bt.c30 *str = (char*)erealloc(*str, *len + 1 + 1); \
36 *str = (char*)erealloc(*str, *len + l + 1); \
/PHP-5.5/ext/standard/
H A Dexec.c143 buf = erealloc(buf, buflen); in php_exec()
384 cmd = erealloc(cmd, y + 1); in php_escape_shell_cmd()
471 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.c959 newtext = erealloc(newtext, alloced); in PHP_FUNCTION()
1020 newtext = erealloc(newtext, newtextlen+1); in PHP_FUNCTION()
1079 positions = erealloc(positions, allocated*sizeof(char *)); in php_explode_negative_limit()
2660 RETURN_STRINGL(erealloc(str, new_len + 1), new_len, 0);
3548 new_str = erealloc(new_str, newlen + 1);
3609 new_str = (char *) erealloc(new_str, *new_length + 1);
3829 new_str = erealloc(new_str, *_new_length + 1);
4676 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4694 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4774 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
[all …]
H A Dformatted_print.c65 *buffer = erealloc(*buffer, *size); in php_sprintf_appendchar()
108 *buffer = erealloc(*buffer, *size); in php_sprintf_appendstring()
/PHP-5.5/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.5/ext/opcache/Optimizer/
H A Dzend_optimizer.c49 op_array->vars = erealloc(op_array->vars, op_array->last_var * sizeof(zend_compiled_variable)); in zend_optimizer_lookup_cv()
68 …op_array->literals = (zend_literal*)erealloc(op_array->literals, CG(context).literals_size * sizeo… in zend_optimizer_add_literal()
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c307 tag_value = erealloc( tag_value , buflen ); in get_icu_value_internal()
538 disp_name = erealloc( disp_name , buflen * sizeof(UChar) ); in get_icu_disp_value_src_php()
721 kw_value = erealloc( kw_value , kw_value_len+1); in PHP_FUNCTION()
724 kw_value = erealloc( kw_value , kw_value_len+1); in PHP_FUNCTION()
1462 cur_arr[i*2] = erealloc(cur_arr[i*2], strlen(lang_tag)+1); in lookup_loc_range()
/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c474 sortKeyBuf = erealloc( sortKeyBuf, sortKeyBufSize ); in PHP_FUNCTION()
486 sortKeyIndxBuf = erealloc( sortKeyIndxBuf, sortKeyIndxBufSize ); in PHP_FUNCTION()
/PHP-5.5/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.5/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.5/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.5/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.5/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-5.5/ext/wddx/
H A Dwddx.c192 stack->elements = (void **) erealloc(stack->elements, in wddx_stack_push()
1072 Z_STRVAL_P(ent->data) = erealloc(Z_STRVAL_P(ent->data), Z_STRLEN_P(ent->data) + len + 1); in php_wddx_process_data()
1084 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 107 milliseconds

1234