Home
last modified time | relevance | path

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

12

/php-src/ext/json/
H A Djson_encoder.c51 smart_str_appendc(buf, c); in php_json_pretty_print_char()
140 smart_str_appendc(buf, '{'); in php_json_encode_array()
159 smart_str_appendc(buf, ','); in php_json_encode_array()
175 smart_str_appendc(buf, ':'); in php_json_encode_array()
198 smart_str_appendc(buf, '}'); in php_json_encode_array()
215 smart_str_appendc(buf, '['); in php_json_encode_array()
217 smart_str_appendc(buf, '{'); in php_json_encode_array()
308 smart_str_appendc(buf, ']'); in php_json_encode_array()
310 smart_str_appendc(buf, '}'); in php_json_encode_array()
351 smart_str_appendc(buf, '"'); in php_json_escape_string()
[all …]
/php-src/Zend/
H A Dzend_ast.c1240 smart_str_appendc(str, c); in zend_ast_export_str()
1242 smart_str_appendc(str, c); in zend_ast_export_str()
1287 smart_str_appendc(str, c); in zend_ast_export_qstr()
1388 smart_str_appendc(str, '{'); in zend_ast_export_var()
1390 smart_str_appendc(str, '}'); in zend_ast_export_var()
1462 smart_str_appendc(str, '$'); in zend_ast_export_var_list()
1544 smart_str_appendc(str, '}'); in zend_ast_export_if_stmt()
1687 smart_str_appendc(str, '?'); in zend_ast_export_type()
2532 smart_str_appendc(str, '('); in zend_ast_export_ex()
2534 smart_str_appendc(str, ')'); in zend_ast_export_ex()
[all …]
H A Dzend_smart_str.c216 smart_str_appendc(dest, '\''); in smart_str_append_scalar()
218 smart_str_appendc(dest, '\''); in smart_str_append_scalar()
H A Dzend.c378 smart_str_appendc(buf, ' '); in print_hash()
384 smart_str_appendc(buf, ' '); in print_hash()
386 smart_str_appendc(buf, '['); in print_hash()
415 smart_str_appendc(buf, ' '); in print_hash()
430 smart_str_appendc(buf, ','); in print_flat_hash()
432 smart_str_appendc(buf, '['); in print_flat_hash()
483 smart_str_appendc(buf, ')'); in zend_print_flat_zval_r_to_buf()
505 smart_str_appendc(buf, ')'); in zend_print_flat_zval_r_to_buf()
564 smart_str_appendc(buf, ':'); in zend_print_zval_r_to_buf()
567 smart_str_appendc(buf, '\n'); in zend_print_zval_r_to_buf()
H A Dzend_exceptions.c534 smart_str_appendc(str, '#'); in _build_trace_string()
536 smart_str_appendc(str, ' '); in _build_trace_string()
554 smart_str_appendc(str, '('); in _build_trace_string()
564 smart_str_appendc(str, '('); in _build_trace_string()
607 smart_str_appendc(&str, '#'); in zend_trace_to_string()
H A Dzend_smart_str.h182 static zend_always_inline void smart_str_appendc(smart_str *dest, char ch) in smart_str_appendc() function
/php-src/ext/readline/
H A Dreadline_cli.c144 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-src/ext/standard/
H A Dvar.c449 smart_str_appendc(buf, '\''); in php_array_element_export()
458 smart_str_appendc(buf, ','); in php_array_element_export()
459 smart_str_appendc(buf, '\n'); in php_array_element_export()
474 smart_str_appendc(buf, '\''); in php_object_element_export()
476 smart_str_appendc(buf, '\''); in php_object_element_export()
483 smart_str_appendc(buf, ','); in php_object_element_export()
484 smart_str_appendc(buf, '\n'); in php_object_element_export()
558 smart_str_appendc(buf, ')'); in php_var_export_ex()
965 smart_str_appendc(buf, '}'); in php_var_serialize_nested_data()
999 smart_str_appendc(buf, ';'); in php_var_serialize_intern()
[all …]
H A Durl_scanner_ex.re234 smart_str_appendc(dest, '/');
235 smart_str_appendc(dest, '?');
251 smart_str_appendc(dest, ':');
253 smart_str_appendc(dest, '@');
259 smart_str_appendc(dest, ':');
265 smart_str_appendc(dest, '?');
274 smart_str_appendc(dest, '#');
308 smart_str_appendc(&ctx->result, type);
316 smart_str_appendc(&ctx->result, type);
603 smart_str_appendc(&url_app, '=');
[all …]
H A Dhttp.c58 smart_str_appendc(form_str, '='); in php_url_encode_scalar()
89 smart_str_appendc(form_str, '0'); in php_url_encode_scalar()
92 smart_str_appendc(form_str, '1'); in php_url_encode_scalar()
H A Dproc_open.c535 smart_str_appendc(str, '\\'); in append_backslashes()
562 smart_str_appendc(str, '^'); in append_win_escaped_arg()
565 smart_str_appendc(str, '"'); in append_win_escaped_arg()
580 smart_str_appendc(str, '^'); in append_win_escaped_arg()
582 smart_str_appendc(str, c); in append_win_escaped_arg()
588 smart_str_appendc(str, '^'); in append_win_escaped_arg()
590 smart_str_appendc(str, '"'); in append_win_escaped_arg()
655 smart_str_appendc(&str, ' '); in create_win_command_from_args()
H A Dhttp_fopen_wrapper.c251 smart_str_appendc(&header, ':'); in php_stream_url_wrap_http_ex()
376 smart_str_appendc(&req_buf, ' '); in php_stream_url_wrap_http_ex()
401 smart_str_appendc(&req_buf, '/'); in php_stream_url_wrap_http_ex()
406 smart_str_appendc(&req_buf, '?'); in php_stream_url_wrap_http_ex()
563 smart_str_appendc(&req_buf, ':'); in php_stream_url_wrap_http_ex()
H A Dhead.c139 smart_str_appendc(&buf, '='); in php_setcookie()
H A Dfile.c1787 smart_str_appendc(&csvline, enclosure); in php_fputcsv()
1792 smart_str_appendc(&csvline, enclosure); in php_fputcsv()
1796 smart_str_appendc(&csvline, *ch); in php_fputcsv()
1799 smart_str_appendc(&csvline, enclosure); in php_fputcsv()
1813 smart_str_appendc(&csvline, '\n'); in php_fputcsv()
/php-src/sapi/phpdbg/
H A Dphpdbg_frame.c44 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 Dphp_http.c40 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()
557 smart_str_appendc(&soap_headers, ':'); in make_http_soap_request()
563 smart_str_appendc(&soap_headers, '/'); in make_http_soap_request()
566 smart_str_appendc(&soap_headers, '?'); in make_http_soap_request()
570 smart_str_appendc(&soap_headers, '#'); in make_http_soap_request()
581 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.c760 smart_str_appendc(&nscat, ':'); in soap_create_typemap()
4101 smart_str_appendc(buf, ' ');
4129 smart_str_appendc(buf, '(');
4146 smart_str_appendc(buf, ')');
4162 smart_str_appendc(buf, ' ');
4199 smart_str_appendc(buf, ' ');
4215 smart_str_appendc(buf, '}');
4233 smart_str_appendc(buf, '}');
4262 smart_str_appendc(buf, ' ');
4302 smart_str_appendc(buf, ' ');
[all …]
H A Dphp_encoding.c315 smart_str_appendc(&prefix, '#'); in soap_check_zval_ref()
332 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()
3007 smart_str_appendc(&list, ' '); in to_xml_list()
3049 smart_str_appendc(&list, ' '); in to_xml_list()
3100 smart_str_appendc(&nscat, ':'); in to_zval_any()
3587 smart_str_appendc(type, ':'); in get_array_type()
[all …]
H A Dphp_schema.c56 smart_str_appendc(&nscat, ':'); in create_encoder()
1101 smart_str_appendc(&key, ':'); in schema_group()
1118 smart_str_appendc(&key, ':'); in schema_group()
1540 smart_str_appendc(&nscat, ':'); in schema_element()
1562 smart_str_appendc(&key, ':'); in schema_element()
1772 smart_str_appendc(&key, ':'); in schema_attribute()
1787 smart_str_appendc(&key, ':'); in schema_attribute()
1891 smart_str_appendc(&key2, ':'); in schema_attribute()
1985 smart_str_appendc(&key, ':'); in schema_attributeGroup()
2012 smart_str_appendc(&key, ':'); in schema_attributeGroup()
/php-src/ext/mysqlnd/
H A Dphp_mysqlnd.c53 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 Dsanitizing_filters.c41 smart_str_appendc(&str, ';'); in php_filter_encode_html()
44 smart_str_appendc(&str, *s); in php_filter_encode_html()
/php-src/ext/dom/
H A Dxpath.c506 smart_str_appendc(&output, quote_method); in PHP_METHOD()
508 smart_str_appendc(&output, quote_method); in PHP_METHOD()
510 smart_str_appendc(&output, ','); in PHP_METHOD()
/php-src/ext/iconv/
H A Diconv.c986 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-src/ext/pgsql/
H A Dpgsql.c552 smart_str_appendc(&str, '_'); in php_pgsql_do_connect()
5269 smart_str_appendc(querystr, '.'); in build_tablename()
5273 smart_str_appendc(querystr, '.'); in build_tablename()
5329 smart_str_appendc(&querystr, ','); in php_pgsql_insert()
5365 smart_str_appendc(&querystr, ','); in php_pgsql_insert()
5508 smart_str_appendc(querystr, '='); in build_assignment_string()
5516 smart_str_appendc(querystr, '\''); in build_assignment_string()
5518 smart_str_appendc(querystr, '\''); in build_assignment_string()
5594 smart_str_appendc(&querystr, ';'); in php_pgsql_update()
5692 smart_str_appendc(&querystr, ';'); in php_pgsql_delete()
[all …]
/php-src/ext/session/
H A Dsession.c908 smart_str_appendc(&buf, (unsigned char)ZSTR_LEN(key)); in PS_SERIALIZER_ENCODE_FUNC()
978 smart_str_appendc(&buf, PS_DELIMITER); in PS_SERIALIZER_ENCODE_FUNC()
1337 smart_str_appendc(&ncookie, '='); in php_session_send_cookie()
1463 smart_str_appendc(&var, '='); in php_session_reset_id()
2516 smart_str_appendc(&buf, '.'); in php_session_start_set_ini()
2950 smart_str_appendc(&save_handlers, ' '); in PHP_MINFO_FUNCTION()
2958 smart_str_appendc(&ser_handlers, ' '); in PHP_MINFO_FUNCTION()

Completed in 158 milliseconds

12