Lines Matching defs:s

47 #define IS_INTERNED(s)	ZSTR_IS_INTERNED(s)  in END_EXTERN_C()  argument
51 #define STR_ALLOCA_INIT(str, s, len, use_heap) ZSTR_ALLOCA_INIT(str, s, len, use_heap) in END_EXTERN_C() argument
56 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() argument
72 #define ZSTR_ALLOCA_INIT(str, s, len, use_heap) do { \ argument
90 static zend_always_inline void zend_string_forget_hash_val(zend_string *s) in zend_string_forget_hash_val()
95 static zend_always_inline uint32_t zend_string_refcount(const zend_string *s) in zend_string_refcount()
103 static zend_always_inline uint32_t zend_string_addref(zend_string *s) in zend_string_addref()
111 static zend_always_inline uint32_t zend_string_delref(zend_string *s) in zend_string_delref()
164 static zend_always_inline zend_string *zend_string_copy(zend_string *s) in zend_string_copy()
172 static zend_always_inline zend_string *zend_string_dup(zend_string *s, int persistent) in zend_string_dup()
181 static zend_always_inline zend_string *zend_string_realloc(zend_string *s, size_t len, int persiste… in zend_string_realloc()
200 static zend_always_inline zend_string *zend_string_extend(zend_string *s, size_t len, int persisten… in zend_string_extend()
220 static zend_always_inline zend_string *zend_string_truncate(zend_string *s, size_t len, int persist… in zend_string_truncate()
240 static zend_always_inline zend_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m,… in zend_string_safe_realloc()
259 static zend_always_inline void zend_string_free(zend_string *s) in zend_string_free()
267 static zend_always_inline void zend_string_release(zend_string *s) in zend_string_release()
361 static zend_always_inline void zend_interned_empty_string_init(zend_string **s) in zend_interned_empty_string_init()
377 static zend_always_inline void zend_interned_empty_string_free(zend_string **s) in zend_interned_empty_string_free()