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.c50 smart_str_appendc(buf, c); in php_json_pretty_print_char()
138 smart_str_appendc(buf, '{'); in php_json_encode_array()
157 smart_str_appendc(buf, ','); in php_json_encode_array()
173 smart_str_appendc(buf, ':'); in php_json_encode_array()
196 smart_str_appendc(buf, '}'); in php_json_encode_array()
213 smart_str_appendc(buf, '['); in php_json_encode_array()
215 smart_str_appendc(buf, '{'); in php_json_encode_array()
306 smart_str_appendc(buf, ']'); in php_json_encode_array()
308 smart_str_appendc(buf, '}'); in php_json_encode_array()
349 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.c217 smart_str_appendc(dest, '\''); in smart_str_append_scalar()
219 smart_str_appendc(dest, '\''); in smart_str_append_scalar()
H A Dzend.c380 smart_str_appendc(buf, ' '); in print_hash()
386 smart_str_appendc(buf, ' '); in print_hash()
388 smart_str_appendc(buf, '['); in print_hash()
417 smart_str_appendc(buf, ' '); in print_hash()
432 smart_str_appendc(buf, ','); in print_flat_hash()
434 smart_str_appendc(buf, '['); in print_flat_hash()
485 smart_str_appendc(buf, ')'); in zend_print_flat_zval_r_to_buf()
507 smart_str_appendc(buf, ')'); in zend_print_flat_zval_r_to_buf()
566 smart_str_appendc(buf, ':'); in zend_print_zval_r_to_buf()
569 smart_str_appendc(buf, '\n'); in zend_print_zval_r_to_buf()
H A Dzend_exceptions.c533 smart_str_appendc(str, '#'); in _build_trace_string()
535 smart_str_appendc(str, ' '); in _build_trace_string()
553 smart_str_appendc(str, '('); in _build_trace_string()
563 smart_str_appendc(str, '('); in _build_trace_string()
606 smart_str_appendc(&str, '#'); in zend_trace_to_string()
H A Dzend_smart_str.h183 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.c137 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 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.c531 smart_str_appendc(str, '\\'); in append_backslashes()
558 smart_str_appendc(str, '^'); in append_win_escaped_arg()
561 smart_str_appendc(str, '"'); in append_win_escaped_arg()
576 smart_str_appendc(str, '^'); in append_win_escaped_arg()
578 smart_str_appendc(str, c); in append_win_escaped_arg()
584 smart_str_appendc(str, '^'); in append_win_escaped_arg()
586 smart_str_appendc(str, '"'); in append_win_escaped_arg()
642 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.c1779 smart_str_appendc(&csvline, enclosure); in php_fputcsv()
1784 smart_str_appendc(&csvline, enclosure); in php_fputcsv()
1788 smart_str_appendc(&csvline, *ch); in php_fputcsv()
1791 smart_str_appendc(&csvline, enclosure); in php_fputcsv()
1805 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.c37 smart_str_appendc(&auth, ':'); in proxy_authentication()
63 smart_str_appendc(&auth, ':'); in basic_authentication()
243 smart_str_appendc(&soap_headers, ':'); in http_connect()
249 smart_str_appendc(&soap_headers, ':'); in http_connect()
560 smart_str_appendc(&soap_headers, ':'); in make_http_soap_request()
566 smart_str_appendc(&soap_headers, '/'); in make_http_soap_request()
569 smart_str_appendc(&soap_headers, '?'); in make_http_soap_request()
573 smart_str_appendc(&soap_headers, '#'); in make_http_soap_request()
584 smart_str_appendc(&soap_headers, ':'); in make_http_soap_request()
777 smart_str_appendc(&soap_headers, '/'); in make_http_soap_request()
[all …]
H A Dsoap.c853 smart_str_appendc(&nscat, ':'); in soap_create_typemap()
4194 smart_str_appendc(buf, ' '); in function_to_string()
4222 smart_str_appendc(buf, '('); in function_to_string()
4239 smart_str_appendc(buf, ')'); in function_to_string()
4255 smart_str_appendc(buf, ' '); in model_to_string()
4292 smart_str_appendc(buf, ' '); in type_to_string()
4308 smart_str_appendc(buf, '}'); in type_to_string()
4326 smart_str_appendc(buf, '}'); in type_to_string()
4355 smart_str_appendc(buf, ' '); in type_to_string()
4395 smart_str_appendc(buf, ' '); in type_to_string()
[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()
491 smart_str_appendc(&nscat, ':'); in master_to_xml_int()
524 smart_str_appendc(&nscat, ':'); in master_to_zval_int()
545 smart_str_appendc(&nscat, ':'); in master_to_zval_int()
3003 smart_str_appendc(&list, ' '); in to_xml_list()
3045 smart_str_appendc(&list, ' '); in to_xml_list()
3096 smart_str_appendc(&nscat, ':'); in to_zval_any()
3583 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.c43 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 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.c985 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/ext/pgsql/
H A Dpgsql.c636 smart_str_appendc(&str, '_'); in php_pgsql_do_connect()
5475 smart_str_appendc(querystr, '.'); in build_tablename()
5479 smart_str_appendc(querystr, '.'); in build_tablename()
5535 smart_str_appendc(&querystr, ','); in php_pgsql_insert()
5571 smart_str_appendc(&querystr, ','); in php_pgsql_insert()
5716 smart_str_appendc(querystr, '='); in build_assignment_string()
5724 smart_str_appendc(querystr, '\''); in build_assignment_string()
5726 smart_str_appendc(querystr, '\''); in build_assignment_string()
5802 smart_str_appendc(&querystr, ';'); in php_pgsql_update()
5903 smart_str_appendc(&querystr, ';'); in php_pgsql_delete()
[all …]
/php-src/ext/session/
H A Dsession.c915 smart_str_appendc(&buf, (unsigned char)ZSTR_LEN(key)); in PS_SERIALIZER_ENCODE_FUNC()
985 smart_str_appendc(&buf, PS_DELIMITER); in PS_SERIALIZER_ENCODE_FUNC()
1344 smart_str_appendc(&ncookie, '='); in php_session_send_cookie()
1470 smart_str_appendc(&var, '='); in php_session_reset_id()
2528 smart_str_appendc(&buf, '.'); in php_session_start_set_ini()
2962 smart_str_appendc(&save_handlers, ' '); in PHP_MINFO_FUNCTION()
2970 smart_str_appendc(&ser_handlers, ' '); in PHP_MINFO_FUNCTION()

Completed in 149 milliseconds

12