Lines Matching refs:pde_objref
82 prop_object_t pde_objref; member
367 po = pd->pd_array[pd->pd_count - 1].pde_objref; in _prop_dictionary_free()
526 *next_obj1 = dict1->pd_array[idx].pde_objref; in _prop_dictionary_equals()
527 *next_obj2 = dict2->pd_array[idx].pde_objref; in _prop_dictionary_equals()
711 po = opd->pd_array[idx].pde_objref; in prop_dictionary_copy()
717 pd->pd_array[idx].pde_objref = po; in prop_dictionary_copy()
921 _PROP_ASSERT(pde->pde_objref != NULL); in _prop_dictionary_get()
922 po = pde->pde_objref; in _prop_dictionary_get()
994 prop_object_t opo = pde->pde_objref; in prop_dictionary_set()
996 pde->pde_objref = po; in prop_dictionary_set()
1018 pd->pd_array[0].pde_objref = po; in prop_dictionary_set()
1041 pd->pd_array[0].pde_objref = po; in prop_dictionary_set()
1053 pd->pd_array[idx + 1].pde_objref = po; in prop_dictionary_set()
1087 prop_object_t po = pde->pde_objref; in _prop_dictionary_remove()