| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | funcs.c | 356 pbuf = erealloc(ms->o.pbuf, psize); 416 ms->c.li = (ms->c.li == NULL) ? emalloc(len) : erealloc(ms->c.li, len);
|
| /PHP_5_3/ext/gd/libgd/ |
| H A D | gdhelpers.h | 17 #define gdRealloc(ptr, size) erealloc(ptr, size)
|
| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_sort.c | 473 sortKeyBuf = erealloc( sortKeyBuf, sortKeyBufSize ); 485 sortKeyIndxBuf = erealloc( sortKeyIndxBuf, sortKeyIndxBufSize );
|
| /PHP_5_3/ext/intl/ |
| H A D | intl_common.h | 35 # define eurealloc(ptr, size) (UChar*)erealloc((ptr), size * sizeof(UChar))
|
| /PHP_5_3/ext/intl/locale/ |
| H A D | locale_methods.c | 308 tag_value = erealloc( tag_value , buflen ); 530 disp_name = erealloc( disp_name , buflen * sizeof(UChar) ); 713 kw_value = erealloc( kw_value , kw_value_len+1); 716 kw_value = erealloc( kw_value , kw_value_len+1); 1456 cur_arr[i*2] = erealloc(cur_arr[i*2], strlen(lang_tag)+1);
|
| /PHP_5_3/ext/dba/libflatfile/ |
| H A D | flatfile.c | 124 buf = erealloc(buf, buf_size); 150 buf = erealloc(buf, buf_size); 181 buf = erealloc(buf, buf_size); 199 buf = erealloc(buf, buf_size); 227 buf = erealloc(buf, buf_size); 245 buf = erealloc(buf, buf_size); 275 buf = erealloc(buf, buf_size); 287 buf = erealloc(buf, buf_size);
|
| /PHP_5_3/ext/pdo_dblib/ |
| H A D | dblib_stmt.c | 149 S->rows = erealloc(S->rows, arows * size);
|
| /PHP_5_3/ext/pdo_odbc/ |
| H A D | odbc_stmt.c | 78 S->convbuf = erealloc(S->convbuf, S->convbufsize); 110 S->convbuf = erealloc(S->convbuf, S->convbufsize); 491 Z_STRVAL_P(param->parameter) = erealloc(Z_STRVAL_P(param->parameter), srclen+1); 660 buf = erealloc(buf, used + 255+1); 664 buf = erealloc(buf, used + C->fetched_len+1);
|
| /PHP_5_3/ext/spl/ |
| H A D | php_spl.c | 523 lc_name = erealloc(lc_name, func_name_len + 2 + sizeof(zend_object_handle)); 539 lc_name = erealloc(lc_name, func_name_len + 2 + sizeof(zend_object_handle)); 624 lc_name = erealloc(lc_name, func_name_len + 2 + sizeof(zend_object_handle)); 643 lc_name = erealloc(lc_name, func_name_len + 2 + sizeof(zend_object_handle));
|
| /PHP_5_3/ext/standard/ |
| H A D | exec.c | 131 buf = erealloc(buf, buflen); 361 cmd = erealloc(cmd, y + 1); 426 cmd = erealloc(cmd, y + 1);
|
| H A D | formatted_print.c | 63 *buffer = erealloc(*buffer, *size); 106 *buffer = erealloc(*buffer, *size);
|
| H A D | info.c | 774 stream_protocols_buf = erealloc(stream_protocols_buf, stream_protocols_buf_len + stream_protocol_len + 2 + 1); 811 xport_buf = erealloc(xport_buf, xport_buf_size); 853 filter_buf = erealloc(filter_buf, filter_buf_size);
|
| H A D | quot_print.c | 188 ret = erealloc(ret, *ret_length + 1);
|
| /PHP_5_3/ext/xml/ |
| H A D | xml.c | 302 return erealloc(ptr, sz); 657 newbuf = erealloc(newbuf, (*newlen)+1); 798 newbuf = erealloc(newbuf, *newlen + 1); 1052 Z_STRVAL_PP(myval) = erealloc(Z_STRVAL_PP(myval),newlen+1); 1072 Z_STRVAL_PP(myval) = erealloc(Z_STRVAL_PP(myval),newlen+1);
|
| /PHP_5_3/ext/zlib/ |
| H A D | zlib.c | 520 s2 = erealloc(s2, l2 + 1); 560 s2 = (char *) erealloc(s1, length); 566 s2 = erealloc(s2, length + 1); /* space for \0 */ 627 s2 = erealloc(s2,stream.total_out + 1); /* resize to buffer to the "right" size */ 686 s2 = (char *) erealloc(s1, length); 710 s2 = erealloc(s2, stream.total_out + 1); /* room for \0 */ 761 buffer = erealloc(buffer, outlen + start_offset + end_offset); 927 s2 = erealloc(s2, stream.total_out + GZIP_HEADER_LENGTH + (coding == CODING_GZIP ? GZIP_FOOTER_LENGTH : 0) + 1);
|
| /PHP_5_3/main/ |
| H A D | rfc1867.c | 85 *pval_list = (char **)erealloc(*pval_list, (*num_vars_max+2)*sizeof(char *)); 86 *plen_list = (int *)erealloc(*plen_list, (*num_vars_max+2)*sizeof(int)); 744 out = erealloc(out, total_bytes + read_bytes + 1);
|
| /PHP_5_3/main/streams/ |
| H A D | memory.c | 64 tmp = erealloc(ms->data, ms->fpos + count); 268 ms->data = erealloc(ms->data, newsize);
|
| /PHP_5_3/Zend/ |
| H A D | zend_alloc.h | 74 #define erealloc(ptr, size) _erealloc((ptr), (size), 0 ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) macro 126 #define perealloc(ptr, size, persistent) ((persistent)?__zend_realloc((ptr), (size)):erealloc((ptr), (size)))
|
| H A D | zend_dynamic_array.c | 47 da->array = (char *) erealloc(da->array, da->allocated*da->element_size);
|
| H A D | zend_opcode.c | 48 op_array->opcodes = erealloc(op_array->opcodes, (op_array->size)*sizeof(zend_op)); 331 op_array->brk_cont_array = erealloc(op_array->brk_cont_array, sizeof(zend_brk_cont_element)*op_array->last_brk_cont); 380 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, sizeof(zend_op)*op_array->last);
|
| H A D | zend_stack.c | 40 stack->elements = (void **) erealloc(stack->elements,
|
| H A D | zend_static_allocator.c | 23 /* Not checking emalloc() and erealloc() return values as they are supposed to bailout */ 61 sa->Blocks = (Block *) erealloc(sa->Blocks, ++sa->num_blocks);
|
| H A D | zend_exceptions.c | 326 *str = (char*)erealloc(*str, *len + 1 + 1); \ 332 *str = (char*)erealloc(*str, *len + l + 1); \
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_debug.c | 969 ret = erealloc(REAL_PTR(ptr), REAL_SIZE(new_size)); 1294 return erealloc(ptr, new_size); 1415 *str = (char*)erealloc(*str, *len + 1 + 1); \ 1421 *str = (char*)erealloc(*str, *len + l + 1); \ 1659 *str = (char*)erealloc(*str, *len + 1 + 1); \ 1665 *str = (char*)erealloc(*str, *len + l + 1); \
|
| /PHP_5_3/ext/enchant/ |
| H A D | enchant.c | 549 pbroker->dict = (enchant_dict **)erealloc(pbroker->dict, sizeof(enchant_dict *) * pbroker->dictcnt); 611 pbroker->dict = (enchant_dict **)erealloc(pbroker->dict, sizeof(enchant_dict *) * pbroker->dictcnt);
|