Lines Matching defs:s
73 #define IS_INTERNED(s) ZSTR_IS_INTERNED(s) in END_EXTERN_C() argument
77 #define STR_ALLOCA_INIT(str, s, len, use_heap) ZSTR_ALLOCA_INIT(str, s, len, use_heap) in END_EXTERN_C() argument
82 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() argument
83 #define ZSTR_IS_VALID_UTF8(s) (GC_FLAGS(s) & IS_STR_VALID_UTF8) in END_EXTERN_C() argument
90 #define ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(s) (GC_FLAGS(s) & ZSTR_COPYABLE_CONCAT_PROPERTIES) in END_EXTERN_C() argument
125 #define ZSTR_ALLOCA_INIT(str, s, len, use_heap) do { \ argument
133 #define ZSTR_INIT_LITERAL(s, persistent) (zend_string_init((s), strlen(s), (persistent))) argument
142 static zend_always_inline void zend_string_forget_hash_val(zend_string *s) in zend_string_forget_hash_val()
148 static zend_always_inline uint32_t zend_string_refcount(const zend_string *s) in zend_string_refcount()
156 static zend_always_inline uint32_t zend_string_addref(zend_string *s) in zend_string_addref()
164 static zend_always_inline uint32_t zend_string_delref(zend_string *s) in zend_string_delref()
214 static zend_always_inline zend_string *zend_string_copy(zend_string *s) in zend_string_copy()
222 static zend_always_inline zend_string *zend_string_dup(zend_string *s, bool persistent) in zend_string_dup()
231 static zend_always_inline zend_string *zend_string_separate(zend_string *s, bool persistent) in zend_string_separate()
244 static zend_always_inline zend_string *zend_string_realloc(zend_string *s, size_t len, bool persist… in zend_string_realloc()
264 static zend_always_inline zend_string *zend_string_extend(zend_string *s, size_t len, bool persiste… in zend_string_extend()
285 static zend_always_inline zend_string *zend_string_truncate(zend_string *s, size_t len, bool persis… in zend_string_truncate()
306 static zend_always_inline zend_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m,… in zend_string_safe_realloc()
326 static zend_always_inline void zend_string_free(zend_string *s) in zend_string_free()
334 static zend_always_inline void zend_string_efree(zend_string *s) in zend_string_efree()
342 static zend_always_inline void zend_string_release(zend_string *s) in zend_string_release()
351 static zend_always_inline void zend_string_release_ex(zend_string *s, bool persistent) in zend_string_release_ex()