Searched refs:ps_mutable (Results 1 – 1 of 1) sorted by relevance
45 #define ps_mutable ps_un.psu_mutable macro85 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()[all …]