Searched refs:props_count (Results 1 – 1 of 1) sorted by relevance
1943 int props_count; in get_properties() local1946 props_count = obj->properties->count; in get_properties()1948 props_count -= obj->properties->atomic_count; in get_properties()1950 if ((*arg_count_props >= props_count) && props_count) { in get_properties()1951 for (i = 0, copied = 0; copied < props_count; i++) { in get_properties()1971 *arg_count_props = props_count; in get_properties()