Searched refs:prop_str (Results 1 – 1 of 1) sorted by relevance
481 smart_str prop_str = {0}; in _class_string() local489 _property_string(&prop_str, NULL, ZSTR_VAL(prop_name), ZSTR_VAL(sub_indent)); in _class_string()496 smart_str_append_smart_str(str, &prop_str); in _class_string()498 smart_str_free(&prop_str); in _class_string()
Completed in 24 milliseconds