HomeSort by: relevance | last modified time | path
    Searched defs:ps_mutable (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libprop/
prop_string.c 48 #define ps_mutable ps_un.psu_mutable macro
168 if ((ps->ps_flags & PS_F_NOCOPY) == 0 && ps->ps_mutable != NULL)
169 _PROP_FREE(ps->ps_mutable, M_PROP_STRING);
232 ps->ps_mutable = NULL;
267 _PROP_FREE(ps->ps_mutable,
314 ps->ps_mutable = cp;
550 ocp = dst->ps_mutable;
551 dst->ps_mutable = cp;
581 ocp = dst->ps_mutable;
582 dst->ps_mutable = cp
    [all...]
prop_string.c 48 #define ps_mutable ps_un.psu_mutable macro
168 if ((ps->ps_flags & PS_F_NOCOPY) == 0 && ps->ps_mutable != NULL)
169 _PROP_FREE(ps->ps_mutable, M_PROP_STRING);
232 ps->ps_mutable = NULL;
267 _PROP_FREE(ps->ps_mutable,
314 ps->ps_mutable = cp;
550 ocp = dst->ps_mutable;
551 dst->ps_mutable = cp;
581 ocp = dst->ps_mutable;
582 dst->ps_mutable = cp
    [all...]

Completed in 22 milliseconds