/php-src/ext/json/ |
H A D | json_encoder.c | 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() 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() [all …]
|
/php-src/Zend/ |
H A D | zend_ast.c | 1277 smart_str_appendc(str, c); in zend_ast_export_str() 1279 smart_str_appendc(str, c); in zend_ast_export_str() 1324 smart_str_appendc(str, c); in zend_ast_export_qstr() 1425 smart_str_appendc(str, '{'); in zend_ast_export_var() 1427 smart_str_appendc(str, '}'); in zend_ast_export_var() 1499 smart_str_appendc(str, '$'); in zend_ast_export_var_list() 1589 smart_str_appendc(str, '}'); in zend_ast_export_if_stmt() 1742 smart_str_appendc(str, '?'); in zend_ast_export_type() 2647 smart_str_appendc(str, '('); in zend_ast_export_ex() 2649 smart_str_appendc(str, ')'); in zend_ast_export_ex() [all …]
|
H A D | zend_smart_str.c | 217 smart_str_appendc(dest, '\''); in smart_str_append_scalar() 219 smart_str_appendc(dest, '\''); in smart_str_append_scalar()
|
H A D | zend.c | 387 smart_str_appendc(buf, ' '); in print_hash() 393 smart_str_appendc(buf, ' '); in print_hash() 395 smart_str_appendc(buf, '['); in print_hash() 424 smart_str_appendc(buf, ' '); in print_hash() 439 smart_str_appendc(buf, ','); in print_flat_hash() 441 smart_str_appendc(buf, '['); in print_flat_hash() 492 smart_str_appendc(buf, ')'); in zend_print_flat_zval_r_to_buf() 514 smart_str_appendc(buf, ')'); in zend_print_flat_zval_r_to_buf() 573 smart_str_appendc(buf, ':'); in zend_print_zval_r_to_buf() 576 smart_str_appendc(buf, '\n'); in zend_print_zval_r_to_buf()
|
H A D | zend_exceptions.c | 536 smart_str_appendc(str, '#'); in _build_trace_string() 538 smart_str_appendc(str, ' '); in _build_trace_string() 556 smart_str_appendc(str, '('); in _build_trace_string() 566 smart_str_appendc(str, '('); in _build_trace_string() 609 smart_str_appendc(&str, '#'); in zend_trace_to_string()
|
H A D | zend_smart_str.h | 183 static zend_always_inline void smart_str_appendc(smart_str *dest, char ch) in smart_str_appendc() function
|
/php-src/ext/readline/ |
H A D | readline_cli.c | 137 smart_str_appendc(&retval, '\\'); in cli_get_prompt() 141 smart_str_appendc(&retval, '\n'); in cli_get_prompt() 145 smart_str_appendc(&retval, '\t'); in cli_get_prompt() 149 smart_str_appendc(&retval, '\033'); in cli_get_prompt() 163 smart_str_appendc(&retval, prompt); in cli_get_prompt() 167 smart_str_appendc(&retval, '`'); in cli_get_prompt() 171 smart_str_appendc(&retval, '\\'); in cli_get_prompt() 191 smart_str_appendc(&retval, *prompt_spec); in cli_get_prompt() 198 smart_str_appendc(&retval, '?'); in cli_get_prompt()
|
/php-src/ext/standard/ |
H A D | var.c | 467 smart_str_appendc(buf, '\''); in php_array_element_export() 476 smart_str_appendc(buf, ','); in php_array_element_export() 477 smart_str_appendc(buf, '\n'); in php_array_element_export() 494 smart_str_appendc(buf, '\''); in php_object_element_export() 496 smart_str_appendc(buf, '\''); in php_object_element_export() 503 smart_str_appendc(buf, ','); in php_object_element_export() 504 smart_str_appendc(buf, '\n'); in php_object_element_export() 586 smart_str_appendc(buf, ')'); in php_var_export_ex() 1019 smart_str_appendc(buf, '}'); in php_var_serialize_nested_data() 1068 smart_str_appendc(buf, ';'); in php_var_serialize_intern() [all …]
|
H A D | url_scanner_ex.re | 240 smart_str_appendc(dest, '/'); 241 smart_str_appendc(dest, '?'); 257 smart_str_appendc(dest, ':'); 259 smart_str_appendc(dest, '@'); 265 smart_str_appendc(dest, ':'); 271 smart_str_appendc(dest, '?'); 280 smart_str_appendc(dest, '#'); 314 smart_str_appendc(&ctx->result, type); 322 smart_str_appendc(&ctx->result, type); 609 smart_str_appendc(&url_app, '='); [all …]
|
H A D | http.c | 58 smart_str_appendc(form_str, '='); in php_url_encode_scalar() 90 smart_str_appendc(form_str, '0'); in php_url_encode_scalar() 93 smart_str_appendc(form_str, '1'); in php_url_encode_scalar()
|
H A D | proc_open.c | 534 smart_str_appendc(str, '\\'); in append_backslashes() 561 smart_str_appendc(str, '^'); in append_win_escaped_arg() 564 smart_str_appendc(str, '"'); in append_win_escaped_arg() 579 smart_str_appendc(str, '^'); in append_win_escaped_arg() 581 smart_str_appendc(str, c); in append_win_escaped_arg() 587 smart_str_appendc(str, '^'); in append_win_escaped_arg() 589 smart_str_appendc(str, '"'); in append_win_escaped_arg() 645 smart_str_appendc(&str, ' '); in create_win_command_from_args()
|
H A D | http_fopen_wrapper.c | 279 smart_str_appendc(&header, ':'); in php_stream_url_wrap_http_ex() 370 smart_str_appendc(&req_buf, ' '); in php_stream_url_wrap_http_ex() 395 smart_str_appendc(&req_buf, '/'); in php_stream_url_wrap_http_ex() 400 smart_str_appendc(&req_buf, '?'); in php_stream_url_wrap_http_ex() 557 smart_str_appendc(&req_buf, ':'); in php_stream_url_wrap_http_ex()
|
H A D | head.c | 139 smart_str_appendc(&buf, '='); in php_setcookie()
|
H A D | file.c | 1765 smart_str_appendc(&csvline, enclosure); in php_fputcsv() 1770 smart_str_appendc(&csvline, enclosure); in php_fputcsv() 1774 smart_str_appendc(&csvline, *ch); in php_fputcsv() 1777 smart_str_appendc(&csvline, enclosure); in php_fputcsv() 1791 smart_str_appendc(&csvline, '\n'); in php_fputcsv()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 44 smart_str_appendc(s, '='); in ZEND_EXTERN_MODULE_GLOBALS() 64 smart_str_appendc(&s, '('); in phpdbg_compile_stackframe() 78 smart_str_appendc(&s, ')'); in phpdbg_compile_stackframe() 83 smart_str_appendc(&s, ':'); in phpdbg_compile_stackframe()
|
/php-src/ext/soap/ |
H A D | php_http.c | 37 smart_str_appendc(&auth, ':'); in proxy_authentication() 63 smart_str_appendc(&auth, ':'); in basic_authentication() 257 smart_str_appendc(&soap_headers, ':'); in http_connect() 263 smart_str_appendc(&soap_headers, ':'); in http_connect() 576 smart_str_appendc(&soap_headers, ':'); in make_http_soap_request() 582 smart_str_appendc(&soap_headers, '/'); in make_http_soap_request() 585 smart_str_appendc(&soap_headers, '?'); in make_http_soap_request() 589 smart_str_appendc(&soap_headers, '#'); in make_http_soap_request() 600 smart_str_appendc(&soap_headers, ':'); in make_http_soap_request() 794 smart_str_appendc(&soap_headers, '/'); in make_http_soap_request() [all …]
|
H A D | soap.c | 885 smart_str_appendc(&nscat, ':'); in soap_create_typemap() 4309 smart_str_appendc(buf, ' '); in function_to_string() 4337 smart_str_appendc(buf, '('); in function_to_string() 4354 smart_str_appendc(buf, ')'); in function_to_string() 4370 smart_str_appendc(buf, ' '); in model_to_string() 4407 smart_str_appendc(buf, ' '); in type_to_string() 4423 smart_str_appendc(buf, '}'); in type_to_string() 4441 smart_str_appendc(buf, '}'); in type_to_string() 4470 smart_str_appendc(buf, ' '); in type_to_string() 4510 smart_str_appendc(buf, ' '); in type_to_string() [all …]
|
H A D | php_encoding.c | 316 smart_str_appendc(&prefix, '#'); in soap_check_zval_ref() 333 smart_str_appendc(&prefix, '#'); in soap_check_zval_ref() 413 smart_str_appendc(&nscat, ':'); in master_to_xml_int() 495 smart_str_appendc(&nscat, ':'); in master_to_xml_int() 528 smart_str_appendc(&nscat, ':'); in master_to_zval_int() 550 smart_str_appendc(&nscat, ':'); in master_to_zval_int() 3072 smart_str_appendc(&list, ' '); in to_xml_list() 3114 smart_str_appendc(&list, ' '); in to_xml_list() 3165 smart_str_appendc(&nscat, ':'); in to_zval_any() 3654 smart_str_appendc(type, ':'); in get_array_type() [all …]
|
H A D | php_schema.c | 56 smart_str_appendc(&nscat, ':'); in create_encoder() 1116 smart_str_appendc(&key, ':'); in schema_group() 1132 smart_str_appendc(&key, ':'); in schema_group() 1555 smart_str_appendc(&nscat, ':'); in schema_element() 1576 smart_str_appendc(&key, ':'); in schema_element() 1787 smart_str_appendc(&key, ':'); in schema_attribute() 1801 smart_str_appendc(&key, ':'); in schema_attribute() 1905 smart_str_appendc(&key2, ':'); in schema_attribute() 1999 smart_str_appendc(&key, ':'); in schema_attributeGroup() 2027 smart_str_appendc(&key, ':'); in schema_attributeGroup()
|
/php-src/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 53 smart_str_appendc(buffer, ','); in mysqlnd_minfo_dump_loaded_plugins() 71 smart_str_appendc(buffer, ','); in mysqlnd_minfo_dump_api_plugins()
|
/php-src/ext/filter/ |
H A D | sanitizing_filters.c | 43 smart_str_appendc(&str, ';'); in php_filter_encode_html() 46 smart_str_appendc(&str, *s); in php_filter_encode_html()
|
/php-src/ext/dom/ |
H A D | xpath.c | 522 smart_str_appendc(&output, quote_method); in PHP_METHOD() 524 smart_str_appendc(&output, quote_method); in PHP_METHOD() 526 smart_str_appendc(&output, ','); in PHP_METHOD()
|
/php-src/ext/iconv/ |
H A D | iconv.c | 985 smart_str_appendc(pretval, ' '); in _php_iconv_mime_encode() 993 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode() 1002 smart_str_appendc(pretval, 'B'); in _php_iconv_mime_encode() 1004 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode() 1091 smart_str_appendc(pretval, 'Q'); in _php_iconv_mime_encode() 1093 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode() 1150 smart_str_appendc(pretval, *(char *)p); in _php_iconv_mime_encode() 1154 smart_str_appendc(pretval, '='); in _php_iconv_mime_encode() 1155 smart_str_appendc(pretval, qp_digits[(*p >> 4) & 0x0f]); in _php_iconv_mime_encode() 1156 smart_str_appendc(pretval, qp_digits[(*p & 0x0f)]); in _php_iconv_mime_encode()
|
/php-src/sapi/apache2handler/ |
H A D | php_functions.c | 362 smart_str_appendc(&tmp1, ' '); in PHP_MINFO_FUNCTION() 371 smart_str_appendc(&tmp1, '/'); in PHP_MINFO_FUNCTION()
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 675 smart_str_appendc(&str, '_'); in php_pgsql_do_connect() 5504 smart_str_appendc(querystr, '.'); in build_tablename() 5508 smart_str_appendc(querystr, '.'); in build_tablename() 5564 smart_str_appendc(&querystr, ','); in php_pgsql_insert() 5600 smart_str_appendc(&querystr, ','); in php_pgsql_insert() 5745 smart_str_appendc(querystr, '='); in build_assignment_string() 5753 smart_str_appendc(querystr, '\''); in build_assignment_string() 5755 smart_str_appendc(querystr, '\''); in build_assignment_string() 5831 smart_str_appendc(&querystr, ';'); in php_pgsql_update() 5932 smart_str_appendc(&querystr, ';'); in php_pgsql_delete() [all …]
|