Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/json/
H A Djson_encoder.c75 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()
169 smart_str_appendc(buf, ','); in php_json_encode_array()
209 smart_str_appendc(buf, '"'); in php_json_encode_array()
211 smart_str_appendc(buf, '"'); in php_json_encode_array()
214 smart_str_appendc(buf, ':'); in php_json_encode_array()
243 smart_str_appendc(buf, ']'); in php_json_encode_array()
245 smart_str_appendc(buf, '}'); in php_json_encode_array()
286 smart_str_appendc(buf, '"'); in php_json_escape_string()
[all …]
/PHP-7.2/Zend/
H A Dzend_ast.c604 smart_str_appendc(str, c); in zend_ast_export_str()
606 smart_str_appendc(str, c); in zend_ast_export_str()
651 smart_str_appendc(str, c); in zend_ast_export_qstr()
752 smart_str_appendc(str, '{'); in zend_ast_export_var()
754 smart_str_appendc(str, '}'); in zend_ast_export_var()
791 smart_str_appendc(str, '{'); in zend_ast_export_encaps_list()
793 smart_str_appendc(str, '}'); in zend_ast_export_encaps_list()
826 smart_str_appendc(str, '$'); in zend_ast_export_var_list()
908 smart_str_appendc(str, '}'); in zend_ast_export_if_stmt()
1700 smart_str_appendc(str, '('); in zend_ast_export_ex()
[all …]
H A Dzend_exceptions.c511 smart_str_appendc(str, '\''); in _build_trace_args()
558 smart_str_appendc(str, '#'); in _build_trace_string()
560 smart_str_appendc(str, ' '); in _build_trace_string()
581 smart_str_appendc(str, '('); in _build_trace_string()
591 smart_str_appendc(str, '('); in _build_trace_string()
642 smart_str_appendc(&str, '#'); in ZEND_METHOD()
H A Dzend_smart_str.h30 #define smart_str_appendc(dest, c) \ macro
H A Dzend_inheritance.c390 smart_str_appendc(str, '?'); in zend_append_type_hint()
410 smart_str_appendc(str, ' '); in zend_append_type_hint()
422 smart_str_appendc(str, ' '); in zend_append_type_hint()
443 smart_str_appendc(&str, '('); in zend_get_function_declaration()
458 smart_str_appendc(&str, '&'); in zend_get_function_declaration()
465 smart_str_appendc(&str, '$'); in zend_get_function_declaration()
509 smart_str_appendc(&str, '\''); in zend_get_function_declaration()
514 smart_str_appendc(&str, '\''); in zend_get_function_declaration()
537 smart_str_appendc(&str, ')'); in zend_get_function_declaration()
H A Dzend.c241 smart_str_appendc(buf, ' '); in print_hash()
247 smart_str_appendc(buf, ' '); in print_hash()
249 smart_str_appendc(buf, '['); in print_hash()
278 smart_str_appendc(buf, ' '); in print_hash()
/PHP-7.2/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()
517 smart_str_appendc(buf, ')'); in php_var_export_ex()
652 smart_str_appendc(buf, ';'); in php_var_serialize_long()
809 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.c244 smart_str_appendc(&header, ':'); in php_stream_url_wrap_http_ex()
369 smart_str_appendc(&req_buf, ' '); in php_stream_url_wrap_http_ex()
394 smart_str_appendc(&req_buf, '/'); in php_stream_url_wrap_http_ex()
399 smart_str_appendc(&req_buf, '?'); in php_stream_url_wrap_http_ex()
570 smart_str_appendc(&req_buf, ':'); in php_stream_url_wrap_http_ex()
H A Dfile.c1954 smart_str_appendc(&csvline, enclosure); in php_fputcsv()
1959 smart_str_appendc(&csvline, enclosure); in php_fputcsv()
1963 smart_str_appendc(&csvline, *ch); in php_fputcsv()
1966 smart_str_appendc(&csvline, enclosure); in php_fputcsv()
1977 smart_str_appendc(&csvline, '\n'); in php_fputcsv()
/PHP-7.2/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.2/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.2/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()
774 smart_str_appendc(&soap_headers, '/'); in make_http_soap_request()
[all …]
H A Dsoap.c1112 smart_str_appendc(&nscat, ':'); in soap_create_typemap()
4553 smart_str_appendc(buf, ' ');
4581 smart_str_appendc(buf, '(');
4598 smart_str_appendc(buf, ')');
4613 smart_str_appendc(buf, ' ');
4649 smart_str_appendc(buf, ' ');
4665 smart_str_appendc(buf, '}');
4683 smart_str_appendc(buf, '}');
4712 smart_str_appendc(buf, ' ');
4752 smart_str_appendc(buf, ' ');
[all …]
H A Dphp_encoding.c311 smart_str_appendc(&prefix, '#'); in soap_check_zval_ref()
328 smart_str_appendc(&prefix, '#'); in soap_check_zval_ref()
412 smart_str_appendc(&nscat, ':'); in master_to_xml_int()
494 smart_str_appendc(&nscat, ':'); in master_to_xml_int()
527 smart_str_appendc(&nscat, ':'); in master_to_zval_int()
548 smart_str_appendc(&nscat, ':'); in master_to_zval_int()
3010 smart_str_appendc(&list, ' '); in to_xml_list()
3052 smart_str_appendc(&list, ' '); in to_xml_list()
3101 smart_str_appendc(&nscat, ':'); in to_zval_any()
3587 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.2/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.2/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.2/ext/iconv/
H A Diconv.c1233 smart_str_appendc(pretval, ' '); in _php_iconv_mime_encode()
1241 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode()
1250 smart_str_appendc(pretval, 'B'); in _php_iconv_mime_encode()
1252 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode()
1353 smart_str_appendc(pretval, 'Q'); in _php_iconv_mime_encode()
1355 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode()
1432 smart_str_appendc(pretval, *(char *)p); in _php_iconv_mime_encode()
1436 smart_str_appendc(pretval, '='); in _php_iconv_mime_encode()
1437 smart_str_appendc(pretval, qp_digits[(*p >> 4) & 0x0f]); in _php_iconv_mime_encode()
1438 smart_str_appendc(pretval, qp_digits[(*p & 0x0f)]); in _php_iconv_mime_encode()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c1321 smart_str_appendc(&str, '_');
5816 smart_str_appendc(&str, 'E');
5817 smart_str_appendc(&str, '\'');
5819 smart_str_appendc(&str, '\'');
6578 smart_str_appendc(querystr, '.');
6582 smart_str_appendc(querystr, '.');
6640 smart_str_appendc(&querystr, ',');
6677 smart_str_appendc(&querystr, ',');
6901 smart_str_appendc(&querystr, ';');
6994 smart_str_appendc(&querystr, ';');
[all …]
/PHP-7.2/ext/session/
H A Dsession.c898 smart_str_appendc(&buf, (unsigned char)ZSTR_LEN(key)); in PS_SERIALIZER_ENCODE_FUNC()
969 smart_str_appendc(&buf, PS_DELIMITER); in PS_SERIALIZER_ENCODE_FUNC()
1322 smart_str_appendc(&ncookie, '='); in php_session_send_cookie()
1444 smart_str_appendc(&var, '='); in php_session_reset_id()
2332 smart_str_appendc(&buf, '.'); in php_session_start_set_ini()
2920 smart_str_appendc(&save_handlers, ' '); in PHP_MINFO_FUNCTION()
2928 smart_str_appendc(&ser_handlers, ' '); in PHP_MINFO_FUNCTION()
/PHP-7.2/sapi/apache2handler/
H A Dphp_functions.c389 smart_str_appendc(&tmp1, ' '); in PHP_MINFO_FUNCTION()
/PHP-7.2/main/
H A Dspprintf.c128 smart_str_appendc((smart_str *)(xbuf), (ch)); \

Completed in 158 milliseconds

12