Lines Matching refs:ps_mutable
45 #define ps_mutable ps_un.psu_mutable macro
85 if ((ps->ps_flags & PS_F_NOCOPY) == 0 && ps->ps_mutable != NULL) in _prop_string_free()
86 _PROP_FREE(ps->ps_mutable, M_PROP_STRING); in _prop_string_free()
138 ps->ps_mutable = NULL; in _prop_string_alloc()
177 ps->ps_mutable = cp; in prop_string_create_cstring()
228 ps->ps_mutable = cp; in prop_string_copy()
256 ps->ps_mutable = cp; in prop_string_copy_mutable()
348 ocp = dst->ps_mutable; in prop_string_append()
349 dst->ps_mutable = cp; in prop_string_append()
381 ocp = dst->ps_mutable; in prop_string_append_cstring()
382 dst->ps_mutable = cp; in prop_string_append_cstring()
470 string->ps_mutable = str; in _prop_string_internalize()