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

  /src/common/lib/libppath/
ppath.c 634 prop_object_t npo = NULL, po, v; local in function:ppath_copyset_object_helper
638 p = ppath_pop(p, NULL), v = npo) {
646 if (ppath_lookup_helper(*op, p, &npo, &npc, NULL) == NULL)
647 npo = po;
649 copy = (npo == po);
653 if (copy && (npo = prop_array_copy_mutable(po)) == NULL)
656 ? (prop_array_remove(npo, pc->pc_idx), true)
657 : prop_array_set(npo, pc->pc_idx, v);
661 (npo = prop_dictionary_copy_mutable(po)) == NULL)
664 ? (prop_dictionary_remove(npo, pc->pc_key), true
    [all...]

Completed in 49 milliseconds