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