Searched refs:PA_F_IMMUTABLE (Results 1 – 1 of 1) sorted by relevance
50 #define PA_F_IMMUTABLE 0x01 /* array is immutable */ macro85 #define prop_array_is_immutable(x) (((x)->pa_flags & PA_F_IMMUTABLE) != 0)445 pa->pa_flags &= ~PA_F_IMMUTABLE; in prop_array_copy_mutable()558 pa->pa_flags |= PA_F_IMMUTABLE; in prop_array_make_immutable()