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

  /src/common/lib/libprop/
prop_string.c 78 static const struct _prop_object_type _prop_object_type_string = { variable in typeref:typename:const struct _prop_object_type
86 ((x) != NULL && (x)->ps_obj.po_type == &_prop_object_type_string)
230 _prop_object_init(&ps->ps_obj, &_prop_object_type_string);
prop_string.c 78 static const struct _prop_object_type _prop_object_type_string = { variable in typeref:typename:const struct _prop_object_type
86 ((x) != NULL && (x)->ps_obj.po_type == &_prop_object_type_string)
230 _prop_object_init(&ps->ps_obj, &_prop_object_type_string);

Completed in 21 milliseconds