/PHP-8.1/ext/json/ |
H A D | json_encoder.c | 51 smart_str_appendc(buf, c); in php_json_pretty_print_char() 133 smart_str_appendc(buf, '{'); in php_json_encode_array() 152 smart_str_appendc(buf, ','); in php_json_encode_array() 168 smart_str_appendc(buf, ':'); in php_json_encode_array() 191 smart_str_appendc(buf, '}'); in php_json_encode_array() 208 smart_str_appendc(buf, '['); in php_json_encode_array() 210 smart_str_appendc(buf, '{'); in php_json_encode_array() 301 smart_str_appendc(buf, ']'); in php_json_encode_array() 303 smart_str_appendc(buf, '}'); in php_json_encode_array() 345 smart_str_appendc(buf, '"'); in php_json_escape_string() [all …]
|
/PHP-8.1/Zend/ |
H A D | zend_ast.c | 1081 smart_str_appendc(str, c); in zend_ast_export_str() 1083 smart_str_appendc(str, c); in zend_ast_export_str() 1128 smart_str_appendc(str, c); in zend_ast_export_qstr() 1229 smart_str_appendc(str, '{'); in zend_ast_export_var() 1231 smart_str_appendc(str, '}'); in zend_ast_export_var() 1303 smart_str_appendc(str, '$'); in zend_ast_export_var_list() 1385 smart_str_appendc(str, '}'); in zend_ast_export_if_stmt() 1528 smart_str_appendc(str, '?'); in zend_ast_export_type() 2363 smart_str_appendc(str, '('); in zend_ast_export_ex() 2365 smart_str_appendc(str, ')'); in zend_ast_export_ex() [all …]
|
H A D | zend_smart_str.c | 216 smart_str_appendc(dest, '\''); in smart_str_append_scalar() 218 smart_str_appendc(dest, '\''); in smart_str_append_scalar()
|
H A D | zend.c | 320 smart_str_appendc(buf, ' '); in print_hash() 326 smart_str_appendc(buf, ' '); in print_hash() 328 smart_str_appendc(buf, '['); in print_hash() 357 smart_str_appendc(buf, ' '); in print_hash() 372 smart_str_appendc(buf, ','); in print_flat_hash() 374 smart_str_appendc(buf, '['); in print_flat_hash() 425 smart_str_appendc(buf, ')'); in zend_print_flat_zval_r_to_buf() 447 smart_str_appendc(buf, ')'); in zend_print_flat_zval_r_to_buf() 505 smart_str_appendc(buf, ':'); in zend_print_zval_r_to_buf() 508 smart_str_appendc(buf, '\n'); in zend_print_zval_r_to_buf()
|
H A D | zend_exceptions.c | 532 smart_str_appendc(str, '#'); in _build_trace_string() 534 smart_str_appendc(str, ' '); in _build_trace_string() 552 smart_str_appendc(str, '('); in _build_trace_string() 562 smart_str_appendc(str, '('); in _build_trace_string() 605 smart_str_appendc(&str, '#'); in zend_trace_to_string()
|
H A D | zend_smart_str.h | 30 #define smart_str_appendc(dest, c) \ macro
|
/PHP-8.1/ext/readline/ |
H A D | readline_cli.c | 144 smart_str_appendc(&retval, '\\'); in cli_get_prompt() 148 smart_str_appendc(&retval, '\n'); in cli_get_prompt() 152 smart_str_appendc(&retval, '\t'); in cli_get_prompt() 156 smart_str_appendc(&retval, '\033'); in cli_get_prompt() 170 smart_str_appendc(&retval, prompt); in cli_get_prompt() 174 smart_str_appendc(&retval, '`'); in cli_get_prompt() 178 smart_str_appendc(&retval, '\\'); in cli_get_prompt() 198 smart_str_appendc(&retval, *prompt_spec); in cli_get_prompt() 205 smart_str_appendc(&retval, '?'); in cli_get_prompt()
|
/PHP-8.1/ext/standard/ |
H A D | var.c | 441 smart_str_appendc(buf, '\''); in php_array_element_export() 450 smart_str_appendc(buf, ','); in php_array_element_export() 451 smart_str_appendc(buf, '\n'); in php_array_element_export() 466 smart_str_appendc(buf, '\''); in php_object_element_export() 468 smart_str_appendc(buf, '\''); in php_object_element_export() 475 smart_str_appendc(buf, ','); in php_object_element_export() 476 smart_str_appendc(buf, '\n'); in php_object_element_export() 550 smart_str_appendc(buf, ')'); in php_var_export_ex() 977 smart_str_appendc(buf, '}'); in php_var_serialize_nested_data() 1011 smart_str_appendc(buf, ';'); in php_var_serialize_intern() [all …]
|
H A D | url_scanner_ex.re | 231 smart_str_appendc(dest, '/'); 232 smart_str_appendc(dest, '?'); 248 smart_str_appendc(dest, ':'); 250 smart_str_appendc(dest, '@'); 256 smart_str_appendc(dest, ':'); 262 smart_str_appendc(dest, '?'); 271 smart_str_appendc(dest, '#'); 305 smart_str_appendc(&ctx->result, type); 313 smart_str_appendc(&ctx->result, type); 600 smart_str_appendc(&url_app, '='); [all …]
|
H A D | proc_open.c | 491 smart_str_appendc(str, '\\'); in append_backslashes() 518 smart_str_appendc(str, '^'); in append_win_escaped_arg() 521 smart_str_appendc(str, '"'); in append_win_escaped_arg() 536 smart_str_appendc(str, '^'); in append_win_escaped_arg() 538 smart_str_appendc(str, c); in append_win_escaped_arg() 544 smart_str_appendc(str, '^'); in append_win_escaped_arg() 546 smart_str_appendc(str, '"'); in append_win_escaped_arg() 602 smart_str_appendc(&str, ' '); in create_win_command_from_args()
|
H A D | http_fopen_wrapper.c | 250 smart_str_appendc(&header, ':'); in php_stream_url_wrap_http_ex() 375 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() 405 smart_str_appendc(&req_buf, '?'); in php_stream_url_wrap_http_ex() 562 smart_str_appendc(&req_buf, ':'); in php_stream_url_wrap_http_ex()
|
H A D | head.c | 131 smart_str_appendc(&buf, '='); in php_setcookie()
|
H A D | file.c | 1923 smart_str_appendc(&csvline, enclosure); in php_fputcsv() 1928 smart_str_appendc(&csvline, enclosure); in php_fputcsv() 1932 smart_str_appendc(&csvline, *ch); in php_fputcsv() 1935 smart_str_appendc(&csvline, enclosure); in php_fputcsv() 1949 smart_str_appendc(&csvline, '\n'); in php_fputcsv()
|
/PHP-8.1/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-8.1/ext/soap/ |
H A D | php_http.c | 40 smart_str_appendc(&auth, ':'); in proxy_authentication() 66 smart_str_appendc(&auth, ':'); in basic_authentication() 246 smart_str_appendc(&soap_headers, ':'); in http_connect() 252 smart_str_appendc(&soap_headers, ':'); in http_connect() 555 smart_str_appendc(&soap_headers, ':'); in make_http_soap_request() 561 smart_str_appendc(&soap_headers, '/'); in make_http_soap_request() 564 smart_str_appendc(&soap_headers, '?'); in make_http_soap_request() 568 smart_str_appendc(&soap_headers, '#'); in make_http_soap_request() 579 smart_str_appendc(&soap_headers, ':'); in make_http_soap_request() 772 smart_str_appendc(&soap_headers, '/'); in make_http_soap_request() [all …]
|
H A D | soap.c | 815 smart_str_appendc(&nscat, ':'); in soap_create_typemap() 4153 smart_str_appendc(buf, ' '); 4181 smart_str_appendc(buf, '('); 4198 smart_str_appendc(buf, ')'); 4214 smart_str_appendc(buf, ' '); 4251 smart_str_appendc(buf, ' '); 4267 smart_str_appendc(buf, '}'); 4285 smart_str_appendc(buf, '}'); 4314 smart_str_appendc(buf, ' '); 4354 smart_str_appendc(buf, ' '); [all …]
|
H A D | php_encoding.c | 307 smart_str_appendc(&prefix, '#'); in soap_check_zval_ref() 324 smart_str_appendc(&prefix, '#'); in soap_check_zval_ref() 404 smart_str_appendc(&nscat, ':'); in master_to_xml_int() 486 smart_str_appendc(&nscat, ':'); in master_to_xml_int() 519 smart_str_appendc(&nscat, ':'); in master_to_zval_int() 540 smart_str_appendc(&nscat, ':'); in master_to_zval_int() 2974 smart_str_appendc(&list, ' '); in to_xml_list() 3016 smart_str_appendc(&list, ' '); in to_xml_list() 3067 smart_str_appendc(&nscat, ':'); in to_zval_any() 3559 smart_str_appendc(type, ':'); in get_array_type() [all …]
|
H A D | php_schema.c | 56 smart_str_appendc(&nscat, ':'); in create_encoder() 1092 smart_str_appendc(&key, ':'); in schema_group() 1109 smart_str_appendc(&key, ':'); in schema_group() 1528 smart_str_appendc(&nscat, ':'); in schema_element() 1550 smart_str_appendc(&key, ':'); in schema_element() 1760 smart_str_appendc(&key, ':'); in schema_attribute() 1775 smart_str_appendc(&key, ':'); in schema_attribute() 1879 smart_str_appendc(&key2, ':'); in schema_attribute() 1973 smart_str_appendc(&key, ':'); in schema_attributeGroup() 2000 smart_str_appendc(&key, ':'); in schema_attributeGroup()
|
/PHP-8.1/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()
|
H A D | mysqlnd_alloc.c | 346 smart_str_appendc(&tmp_str, *p); in _mysqlnd_pestrdup()
|
/PHP-8.1/ext/filter/ |
H A D | sanitizing_filters.c | 41 smart_str_appendc(&str, ';'); in php_filter_encode_html() 44 smart_str_appendc(&str, *s); in php_filter_encode_html()
|
/PHP-8.1/ext/iconv/ |
H A D | iconv.c | 986 smart_str_appendc(pretval, ' '); in _php_iconv_mime_encode() 994 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode() 1003 smart_str_appendc(pretval, 'B'); in _php_iconv_mime_encode() 1005 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode() 1092 smart_str_appendc(pretval, 'Q'); in _php_iconv_mime_encode() 1094 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode() 1151 smart_str_appendc(pretval, *(char *)p); in _php_iconv_mime_encode() 1155 smart_str_appendc(pretval, '='); in _php_iconv_mime_encode() 1156 smart_str_appendc(pretval, qp_digits[(*p >> 4) & 0x0f]); in _php_iconv_mime_encode() 1157 smart_str_appendc(pretval, qp_digits[(*p & 0x0f)]); in _php_iconv_mime_encode()
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql.c | 646 smart_str_appendc(&str, '_'); in php_pgsql_do_connect() 5290 smart_str_appendc(querystr, '.'); in build_tablename() 5294 smart_str_appendc(querystr, '.'); in build_tablename() 5350 smart_str_appendc(&querystr, ','); in php_pgsql_insert() 5386 smart_str_appendc(&querystr, ','); in php_pgsql_insert() 5529 smart_str_appendc(querystr, '='); in build_assignment_string() 5537 smart_str_appendc(querystr, '\''); in build_assignment_string() 5539 smart_str_appendc(querystr, '\''); in build_assignment_string() 5615 smart_str_appendc(&querystr, ';'); in php_pgsql_update() 5713 smart_str_appendc(&querystr, ';'); in php_pgsql_delete() [all …]
|
/PHP-8.1/ext/session/ |
H A D | session.c | 899 smart_str_appendc(&buf, (unsigned char)ZSTR_LEN(key)); in PS_SERIALIZER_ENCODE_FUNC() 970 smart_str_appendc(&buf, PS_DELIMITER); in PS_SERIALIZER_ENCODE_FUNC() 1331 smart_str_appendc(&ncookie, '='); in php_session_send_cookie() 1457 smart_str_appendc(&var, '='); in php_session_reset_id() 2451 smart_str_appendc(&buf, '.'); in php_session_start_set_ini() 2850 smart_str_appendc(&save_handlers, ' '); in PHP_MINFO_FUNCTION() 2858 smart_str_appendc(&ser_handlers, ' '); in PHP_MINFO_FUNCTION()
|
/PHP-8.1/sapi/apache2handler/ |
H A D | php_functions.c | 384 smart_str_appendc(&tmp1, ' '); in PHP_MINFO_FUNCTION()
|