Searched refs:str_constants (Results 1 – 1 of 1) sorted by relevance
1096 smart_str str_constants = {0}; in _extension_string() local1102 _const_string(&str_constants, ZSTR_VAL(constant->name), &constant->value, " "); in _extension_string()1109 smart_str_append_smart_str(str, &str_constants); in _extension_string()1112 smart_str_free(&str_constants); in _extension_string()
Completed in 32 milliseconds