Searched refs:prop_str (Results 1 – 1 of 1) sorted by relevance
478 smart_str prop_str = {0}; in _class_string() local486 _property_string(&prop_str, NULL, ZSTR_VAL(prop_name), ZSTR_VAL(sub_indent)); in _class_string()493 smart_str_append_smart_str(str, &prop_str); in _class_string()495 smart_str_free(&prop_str); in _class_string()
Completed in 20 milliseconds