Home
last modified time | relevance | path

Searched refs:smart_str_appendc (Results 1 – 25 of 35) sorted by relevance

12

/PHP-7.1/ext/json/
H A Djson_encoder.c77 smart_str_appendc(buf, c); in php_json_pretty_print_char()
152 smart_str_appendc(buf, '['); in php_json_encode_array()
154 smart_str_appendc(buf, '{'); in php_json_encode_array()
174 smart_str_appendc(buf, ','); in php_json_encode_array()
210 smart_str_appendc(buf, '"'); in php_json_encode_array()
212 smart_str_appendc(buf, '"'); in php_json_encode_array()
215 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()
336 smart_str_appendc(buf, '"'); in php_json_escape_string()
[all …]
/PHP-7.1/Zend/
H A Dzend_ast.c608 smart_str_appendc(str, c); in zend_ast_export_str()
610 smart_str_appendc(str, c); in zend_ast_export_str()
655 smart_str_appendc(str, c); in zend_ast_export_qstr()
751 smart_str_appendc(str, '{'); in zend_ast_export_var()
753 smart_str_appendc(str, '}'); in zend_ast_export_var()
790 smart_str_appendc(str, '{'); in zend_ast_export_encaps_list()
792 smart_str_appendc(str, '}'); in zend_ast_export_encaps_list()
825 smart_str_appendc(str, '$'); in zend_ast_export_var_list()
907 smart_str_appendc(str, '}'); in zend_ast_export_if_stmt()
1697 smart_str_appendc(str, '('); in zend_ast_export_ex()
[all …]
H A Dzend_exceptions.c499 smart_str_appendc(str, '\''); in _build_trace_args()
550 smart_str_appendc(str, '#'); in _build_trace_string()
552 smart_str_appendc(str, ' '); in _build_trace_string()
573 smart_str_appendc(str, '('); in _build_trace_string()
583 smart_str_appendc(str, '('); in _build_trace_string()
634 smart_str_appendc(&str, '#'); in ZEND_METHOD()
H A Dzend_smart_str.h29 #define smart_str_appendc(dest, c) \ macro
H A Dzend_inheritance.c390 smart_str_appendc(str, '?'); in zend_append_type_hint()
415 smart_str_appendc(str, ' '); in zend_append_type_hint()
427 smart_str_appendc(str, ' '); in zend_append_type_hint()
448 smart_str_appendc(&str, '('); in zend_get_function_declaration()
463 smart_str_appendc(&str, '&'); in zend_get_function_declaration()
470 smart_str_appendc(&str, '$'); in zend_get_function_declaration()
514 smart_str_appendc(&str, '\''); in zend_get_function_declaration()
519 smart_str_appendc(&str, '\''); in zend_get_function_declaration()
542 smart_str_appendc(&str, ')'); in zend_get_function_declaration()
H A Dzend.c173 smart_str_appendc(buf, ' '); in print_hash()
179 smart_str_appendc(buf, ' '); in print_hash()
181 smart_str_appendc(buf, '['); in print_hash()
210 smart_str_appendc(buf, ' '); in print_hash()
/PHP-7.1/ext/standard/
H A Dvar.c402 smart_str_appendc(buf, '\''); in php_array_element_export()
411 smart_str_appendc(buf, ','); in php_array_element_export()
412 smart_str_appendc(buf, '\n'); in php_array_element_export()
427 smart_str_appendc(buf, '\''); in php_object_element_export()
429 smart_str_appendc(buf, '\''); in php_object_element_export()
436 smart_str_appendc(buf, ','); in php_object_element_export()
437 smart_str_appendc(buf, '\n'); in php_object_element_export()
510 smart_str_appendc(buf, ')'); in php_var_export_ex()
643 smart_str_appendc(buf, ';'); in php_var_serialize_long()
798 smart_str_appendc(buf, '}'); in php_var_serialize_class()
[all …]
H A Durl_scanner_ex.c230 smart_str_appendc(dest, '/'); in PHP_INI_END()
231 smart_str_appendc(dest, '?'); in PHP_INI_END()
247 smart_str_appendc(dest, ':'); in PHP_INI_END()
249 smart_str_appendc(dest, '@'); in PHP_INI_END()
255 smart_str_appendc(dest, ':'); in PHP_INI_END()
261 smart_str_appendc(dest, '?'); in PHP_INI_END()
270 smart_str_appendc(dest, '#'); in PHP_INI_END()
304 smart_str_appendc(&ctx->result, type); in tag_arg()
312 smart_str_appendc(&ctx->result, type); in tag_arg()
1019 smart_str_appendc(&url_app, '='); in php_url_scanner_adapt_single_url()
[all …]
H A Durl_scanner_ex.re233 smart_str_appendc(dest, '/');
234 smart_str_appendc(dest, '?');
250 smart_str_appendc(dest, ':');
252 smart_str_appendc(dest, '@');
258 smart_str_appendc(dest, ':');
264 smart_str_appendc(dest, '?');
273 smart_str_appendc(dest, '#');
307 smart_str_appendc(&ctx->result, type);
315 smart_str_appendc(&ctx->result, type);
604 smart_str_appendc(&url_app, '=');
[all …]
H A Dhttp_fopen_wrapper.c248 smart_str_appendc(&header, ':'); in php_stream_url_wrap_http_ex()
373 smart_str_appendc(&req_buf, ' '); in php_stream_url_wrap_http_ex()
398 smart_str_appendc(&req_buf, '/'); in php_stream_url_wrap_http_ex()
403 smart_str_appendc(&req_buf, '?'); in php_stream_url_wrap_http_ex()
574 smart_str_appendc(&req_buf, ':'); in php_stream_url_wrap_http_ex()
H A Dfile.c1908 smart_str_appendc(&csvline, enclosure); in php_fputcsv()
1913 smart_str_appendc(&csvline, enclosure); in php_fputcsv()
1917 smart_str_appendc(&csvline, *ch); in php_fputcsv()
1920 smart_str_appendc(&csvline, enclosure); in php_fputcsv()
1931 smart_str_appendc(&csvline, '\n'); in php_fputcsv()
/PHP-7.1/ext/readline/
H A Dreadline_cli.c150 smart_str_appendc(&retval, '\\'); in cli_get_prompt()
154 smart_str_appendc(&retval, '\n'); in cli_get_prompt()
158 smart_str_appendc(&retval, '\t'); in cli_get_prompt()
162 smart_str_appendc(&retval, '\033'); in cli_get_prompt()
176 smart_str_appendc(&retval, prompt); in cli_get_prompt()
180 smart_str_appendc(&retval, '`'); in cli_get_prompt()
184 smart_str_appendc(&retval, '\\'); in cli_get_prompt()
203 smart_str_appendc(&retval, *prompt_spec); in cli_get_prompt()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_frame.c46 smart_str_appendc(s, '='); in ZEND_EXTERN_MODULE_GLOBALS()
66 smart_str_appendc(&s, '('); in phpdbg_compile_stackframe()
80 smart_str_appendc(&s, ')'); in phpdbg_compile_stackframe()
85 smart_str_appendc(&s, ':'); in phpdbg_compile_stackframe()
/PHP-7.1/ext/soap/
H A Dphp_http.c45 smart_str_appendc(&auth, ':'); in proxy_authentication()
74 smart_str_appendc(&auth, ':'); in basic_authentication()
253 smart_str_appendc(&soap_headers, ':'); in http_connect()
259 smart_str_appendc(&soap_headers, ':'); in http_connect()
559 smart_str_appendc(&soap_headers, ':'); in make_http_soap_request()
565 smart_str_appendc(&soap_headers, '/'); in make_http_soap_request()
568 smart_str_appendc(&soap_headers, '?'); in make_http_soap_request()
572 smart_str_appendc(&soap_headers, '#'); in make_http_soap_request()
583 smart_str_appendc(&soap_headers, ':'); in make_http_soap_request()
755 smart_str_appendc(&soap_headers, '/'); in make_http_soap_request()
[all …]
H A Dsoap.c1123 smart_str_appendc(&nscat, ':'); in soap_create_typemap()
4573 smart_str_appendc(buf, ' ');
4601 smart_str_appendc(buf, '(');
4618 smart_str_appendc(buf, ')');
4633 smart_str_appendc(buf, ' ');
4669 smart_str_appendc(buf, ' ');
4685 smart_str_appendc(buf, '}');
4703 smart_str_appendc(buf, '}');
4732 smart_str_appendc(buf, ' ');
4772 smart_str_appendc(buf, ' ');
[all …]
H A Dphp_encoding.c323 smart_str_appendc(&prefix, '#'); in soap_check_zval_ref()
340 smart_str_appendc(&prefix, '#'); in soap_check_zval_ref()
424 smart_str_appendc(&nscat, ':'); in master_to_xml_int()
506 smart_str_appendc(&nscat, ':'); in master_to_xml_int()
539 smart_str_appendc(&nscat, ':'); in master_to_zval_int()
560 smart_str_appendc(&nscat, ':'); in master_to_zval_int()
3022 smart_str_appendc(&list, ' '); in to_xml_list()
3064 smart_str_appendc(&list, ' '); in to_xml_list()
3113 smart_str_appendc(&nscat, ':'); in to_zval_any()
3599 smart_str_appendc(type, ':'); in get_array_type()
[all …]
H A Dphp_schema.c59 smart_str_appendc(&nscat, ':'); in create_encoder()
1095 smart_str_appendc(&key, ':'); in schema_group()
1112 smart_str_appendc(&key, ':'); in schema_group()
1531 smart_str_appendc(&nscat, ':'); in schema_element()
1553 smart_str_appendc(&key, ':'); in schema_element()
1765 smart_str_appendc(&key, ':'); in schema_attribute()
1780 smart_str_appendc(&key, ':'); in schema_attribute()
1883 smart_str_appendc(&key2, ':'); in schema_attribute()
1977 smart_str_appendc(&key, ':'); in schema_attributeGroup()
2004 smart_str_appendc(&key, ':'); in schema_attributeGroup()
H A Dphp_packet_soap.c406 smart_str_appendc(&key,':'); in parse_packet_soap()
/PHP-7.1/ext/mysqlnd/
H A Dphp_mysqlnd.c85 smart_str_appendc(buffer, ','); in mysqlnd_minfo_dump_loaded_plugins()
103 smart_str_appendc(buffer, ','); in mysqlnd_minfo_dump_api_plugins()
/PHP-7.1/ext/filter/
H A Dsanitizing_filters.c45 smart_str_appendc(&str, ';'); in php_filter_encode_html()
48 smart_str_appendc(&str, *s); in php_filter_encode_html()
/PHP-7.1/ext/iconv/
H A Diconv.c1242 smart_str_appendc(pretval, ' '); in _php_iconv_mime_encode()
1250 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode()
1259 smart_str_appendc(pretval, 'B'); in _php_iconv_mime_encode()
1261 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode()
1362 smart_str_appendc(pretval, 'Q'); in _php_iconv_mime_encode()
1364 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode()
1441 smart_str_appendc(pretval, *(char *)p); in _php_iconv_mime_encode()
1445 smart_str_appendc(pretval, '='); in _php_iconv_mime_encode()
1446 smart_str_appendc(pretval, qp_digits[(*p >> 4) & 0x0f]); in _php_iconv_mime_encode()
1447 smart_str_appendc(pretval, qp_digits[(*p & 0x0f)]); in _php_iconv_mime_encode()
/PHP-7.1/ext/session/
H A Dsession.c814 smart_str_appendc(&buf, (unsigned char)ZSTR_LEN(key)); in PS_SERIALIZER_ENCODE_FUNC()
819 smart_str_appendc(&buf, (unsigned char) (ZSTR_LEN(key) & PS_BIN_UNDEF));
898 smart_str_appendc(&buf, PS_DELIMITER);
902 smart_str_appendc(&buf, PS_UNDEF_MARKER);
904 smart_str_appendc(&buf, PS_DELIMITER);
1266 smart_str_appendc(&ncookie, '=');
1385 smart_str_appendc(&var, '=');
2162 smart_str_appendc(&buf, '.');
2699 smart_str_appendc(&save_handlers, ' ');
2707 smart_str_appendc(&ser_handlers, ' ');
/PHP-7.1/ext/pgsql/
H A Dpgsql.c1310 smart_str_appendc(&str, '_');
5810 smart_str_appendc(&str, 'E');
5811 smart_str_appendc(&str, '\'');
5813 smart_str_appendc(&str, '\'');
6572 smart_str_appendc(querystr, '.');
6576 smart_str_appendc(querystr, '.');
6634 smart_str_appendc(&querystr, ',');
6671 smart_str_appendc(&querystr, ',');
6895 smart_str_appendc(&querystr, ';');
6988 smart_str_appendc(&querystr, ';');
[all …]
/PHP-7.1/sapi/apache2handler/
H A Dphp_functions.c389 smart_str_appendc(&tmp1, ' '); in PHP_MINFO_FUNCTION()
/PHP-7.1/ext/mcrypt/
H A Dmcrypt.c463 smart_str_appendc(&tmp1, ' '); in PHP_MINFO_FUNCTION()
474 smart_str_appendc(&tmp2, ' '); in PHP_MINFO_FUNCTION()

Completed in 179 milliseconds

12