Searched refs:attribute_context (Results 1 – 3 of 3) sorted by relevance
226 void *attribute_context = NULL; in mem_list_start() local236 attribute_context = STORE_parse_attrs_start(attributes); in mem_list_start()237 if (!attribute_context) in mem_list_start()243 while((attrs = STORE_parse_attrs_next(attribute_context))) in mem_list_start()258 if (!STORE_parse_attrs_endp(attribute_context)) in mem_list_start()260 STORE_parse_attrs_end(attribute_context); in mem_list_start()265 if (attribute_context) STORE_parse_attrs_end(attribute_context); in mem_list_start()
46 def attribute_context(interface, attribute): function
277 attributes = [v8_attributes.attribute_context(interface, attribute)