Lines Matching defs:po
358 prop_object_t po;
376 po = pd->pd_array[pd->pd_count - 1].pde_objref;
377 _PROP_ASSERT(po != NULL);
384 *obj = po;
400 *obj = po;
436 prop_dictionary_keysym_t pdk, struct _prop_object *po)
438 if (po == NULL) {
463 return (*po->po_type->pot_extern)(ctx, po);
472 struct _prop_object *po;
503 po = _prop_dictionary_get_keysym(pd, pdk, true);
505 _prop_dictionary_externalize_one(ctx, pdk, po) == false ||
745 prop_object_t po;
757 po = opd->pd_array[idx].pde_objref;
760 prop_object_retain(po);
763 pd->pd_array[idx].pde_objref = po;
958 prop_object_t po = NULL;
969 po = pde->pde_objref;
974 return (po);
983 prop_object_t po = NULL;
989 po = _prop_dictionary_get(pd, key, true);
991 return (po);
1023 prop_dictionary_set(prop_dictionary_t pd, const char *key, prop_object_t po)
1043 prop_object_retain(po);
1044 pde->pde_objref = po;
1062 prop_object_retain(po);
1066 pd->pd_array[0].pde_objref = po;
1089 pd->pd_array[0].pde_objref = po;
1101 pd->pd_array[idx + 1].pde_objref = po;
1120 prop_object_t po)
1127 return (prop_dictionary_set(pd, pdk->pdk_key, po));
1135 prop_object_t po = pde->pde_objref;
1154 prop_object_release(po);