Searched refs:props_count (Results 1 – 1 of 1) sorted by relevance
2064 int props_count; in get_properties() local2067 props_count = obj->properties->count; in get_properties()2069 props_count -= obj->properties->atomic_count; in get_properties()2071 if ((*arg_count_props >= props_count) && props_count) { in get_properties()2072 for (i = 0, copied = 0; copied < props_count; i++) { in get_properties()2092 *arg_count_props = props_count; in get_properties()