HomeSort by: relevance | last modified time | path
    Searched refs:po_type (Results 1 - 9 of 9) sorted by relevancy

  /src/common/lib/libprop/
prop_object.c 85 po->po_type = pot;
136 if (po->po_type->pot_lock != NULL)
137 po->po_type->pot_lock();
140 unlock = po->po_type->pot_unlock;
153 _PROP_ASSERT(po->po_type);
154 if ((po->po_type->pot_free)(NULL, &obj) ==
170 (*po->po_type->pot_emergency_free)(parent);
196 if (po->po_type->pot_lock != NULL)
197 po->po_type->pot_lock();
200 unlock = po->po_type->pot_unlock
    [all...]
prop_bool.c 73 ((x) != NULL && (x)->pb_obj.po_type == &_prop_object_type_bool)
prop_extern.c 489 if (obj == NULL || obj->po_type->pot_extern == NULL) {
502 obj->po_type->pot_extern(ctx, obj) == false ||
prop_array.c 95 ((x) != NULL && (x)->pa_obj.po_type == &_prop_object_type_array)
191 (*po->po_type->pot_extern)(ctx, po) == false ||
290 pa->pa_obj.po_type = &_prop_object_type_array;
prop_dictionary.c 175 ((x) != NULL && (x)->pd_obj.po_type == &_prop_object_type_dictionary)
177 ((x) != NULL && (x)->pdk_obj.po_type == &_prop_object_type_dict_keysym)
463 return (*po->po_type->pot_extern)(ctx, po);
prop_number.c 93 ((x) != NULL && (x)->pn_obj.po_type == &_prop_object_type_number)
prop_object_impl.h 227 const struct _prop_object_type *po_type;/* type descriptor */ member in struct:_prop_object
prop_string.c 86 ((x) != NULL && (x)->ps_obj.po_type == &_prop_object_type_string)
prop_data.c 87 ((x) != NULL && (x)->pd_obj.po_type == &_prop_object_type_data)

Completed in 18 milliseconds