Home
last modified time | relevance | path

Searched refs:str_erealloc (Results 1 – 7 of 7) sorted by relevance

/PHP-5.6/Zend/
H A Dzend_string.h71 #define str_erealloc(str, new_len) \ macro
H A Dzend_operators.c1406 buf = str_erealloc(Z_STRVAL_P(op1), length + 1); in add_char_to_string()
1425 buf = str_erealloc(Z_STRVAL_P(op1), length + 1); in add_string_to_string()
H A Dzend_language_scanner.l657 Z_STRVAL_P(str) = str_erealloc(Z_STRVAL_P(str), Z_STRLEN_P(str) + ZEND_MMAP_AHEAD); in zend_prepare_string_for_scanning()
H A Dzend_execute.c795 Z_STRVAL_P(str) = str_erealloc(Z_STRVAL_P(str), offset+1+1); in zend_assign_to_string_offset()
H A Dzend_compile.c2500 Z_STRVAL(result->u.constant) = str_erealloc(Z_STRVAL(result->u.constant), length+1); in zend_do_build_full_name()
2507 Z_STRVAL(result->u.constant) = str_erealloc(Z_STRVAL(result->u.constant), length+1); in zend_do_build_full_name()
H A Dzend_language_scanner.c659 Z_STRVAL_P(str) = str_erealloc(Z_STRVAL_P(str), Z_STRLEN_P(str) + ZEND_MMAP_AHEAD); in zend_prepare_string_for_scanning()
/PHP-5.6/
H A DUPGRADING.INTERNALS138 str_erealloc(str, new_len) - erealloc() or emalloc+memcpy if interned

Completed in 69 milliseconds