Lines Matching refs:smart_str_appendc
61 smart_str_appendc(buf, c); in php_json_pretty_print_char()
161 smart_str_appendc(buf, '{'); in php_json_encode_array()
180 smart_str_appendc(buf, ','); in php_json_encode_array()
196 smart_str_appendc(buf, ':'); in php_json_encode_array()
219 smart_str_appendc(buf, '}'); in php_json_encode_array()
244 smart_str_appendc(buf, '['); in php_json_encode_array()
246 smart_str_appendc(buf, '{'); in php_json_encode_array()
266 smart_str_appendc(buf, ','); in php_json_encode_array()
296 smart_str_appendc(buf, ','); in php_json_encode_array()
313 smart_str_appendc(buf, ','); in php_json_encode_array()
321 smart_str_appendc(buf, '"'); in php_json_encode_array()
323 smart_str_appendc(buf, '"'); in php_json_encode_array()
326 smart_str_appendc(buf, ':'); in php_json_encode_array()
359 smart_str_appendc(buf, ']'); in php_json_encode_array()
361 smart_str_appendc(buf, '}'); in php_json_encode_array()
402 smart_str_appendc(buf, '"'); in php_json_escape_string()
502 smart_str_appendc(buf, '/'); in php_json_escape_string()
532 smart_str_appendc(buf, '<'); in php_json_escape_string()
540 smart_str_appendc(buf, '>'); in php_json_escape_string()
548 smart_str_appendc(buf, '&'); in php_json_escape_string()
556 smart_str_appendc(buf, '\''); in php_json_escape_string()
576 smart_str_appendc(buf, '"'); in php_json_escape_string()
652 smart_str_appendc(buf, '0'); in php_json_encode_serializable_enum()
685 smart_str_appendc(buf, '0'); in php_json_encode_zval()