Lines Matching refs:pde_objref
83 prop_object_t pde_objref; member
368 po = pd->pd_array[pd->pd_count - 1].pde_objref; in _prop_dictionary_free()
527 *next_obj1 = dict1->pd_array[idx].pde_objref; in _prop_dictionary_equals()
528 *next_obj2 = dict2->pd_array[idx].pde_objref; in _prop_dictionary_equals()
712 po = opd->pd_array[idx].pde_objref; in prop_dictionary_copy()
718 pd->pd_array[idx].pde_objref = po; in prop_dictionary_copy()
923 _PROP_ASSERT(pde->pde_objref != NULL); in _prop_dictionary_get()
924 po = pde->pde_objref; in _prop_dictionary_get()
997 prop_object_t opo = pde->pde_objref; in prop_dictionary_set()
999 pde->pde_objref = po; in prop_dictionary_set()
1021 pd->pd_array[0].pde_objref = po; in prop_dictionary_set()
1044 pd->pd_array[0].pde_objref = po; in prop_dictionary_set()
1056 pd->pd_array[idx + 1].pde_objref = po; in prop_dictionary_set()
1090 prop_object_t po = pde->pde_objref; in _prop_dictionary_remove()