Home
last modified time | relevance | path

Searched refs:_ZSTR_HEADER_SIZE (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_smart_str.c22 #define SMART_STR_OVERHEAD (ZEND_MM_OVERHEAD + _ZSTR_HEADER_SIZE)
45 …str->s = (zend_string *) erealloc2(str->s, _ZSTR_HEADER_SIZE + str->a + 1, _ZSTR_HEADER_SIZE + ZST… in smart_str_erealloc()
59 str->s = (zend_string *) realloc(str->s, _ZSTR_HEADER_SIZE + str->a + 1); in smart_str_realloc()
H A Dzend_string.h50 #define _STR_HEADER_SIZE _ZSTR_HEADER_SIZE in END_EXTERN_C()
61 #define _ZSTR_HEADER_SIZE XtOffsetOf(zend_string, val) in END_EXTERN_C() macro
63 #define _ZSTR_STRUCT_SIZE(len) (_ZSTR_HEADER_SIZE + len + 1) in END_EXTERN_C()
/PHP-7.1/ext/opcache/
H A Dzend_file_cache.c219 ((_ZSTR_HEADER_SIZE + 1 + new_len + 4095) & ~0xfff) - (_ZSTR_HEADER_SIZE + 1), in zend_file_cache_serialize_interned()
831 ZCG(mem) = zend_string_alloc(4096 - (_ZSTR_HEADER_SIZE + 1), 0); in zend_file_cache_script_store()

Completed in 24 milliseconds