Home
last modified time | relevance | path

Searched refs:smart_str_appendl (Results 1 – 25 of 44) sorted by relevance

12

/PHP-8.3/ext/json/
H A Djson_encoder.c71 smart_str_appendl(buf, " ", 4); in php_json_pretty_print_indent()
104 smart_str_appendl(buf, num, len); in php_json_encode_double()
130 smart_str_appendl(buf, "null", 4); in php_json_encode_array()
151 smart_str_appendl(buf, "null", 4); in php_json_encode_array()
189 smart_str_appendl(buf, "\"\"", 2); in php_json_encode_array()
224 smart_str_appendl(buf, "null", 4); in php_json_encode_array()
344 smart_str_appendl(buf, "\"\"", 2); in php_json_escape_string()
382 smart_str_appendl(buf, s, pos); in php_json_escape_string()
387 smart_str_appendl(buf, s, pos); in php_json_escape_string()
422 smart_str_appendl(buf, s, pos); in php_json_escape_string()
[all …]
/PHP-8.3/ext/standard/
H A Dvar.c438 smart_str_appendl(buf, " => ", 4); in php_array_element_export()
449 smart_str_appendl(buf, "' => ", 5); in php_array_element_export()
479 smart_str_appendl(buf, " => ", 4); in php_object_element_export()
500 smart_str_appendl(buf, "true", 4); in php_var_export_ex()
613 smart_str_appendl(buf, "))", 2); in php_var_export_ex()
929 smart_str_appendl(buf, ":{", 2); in php_var_serialize_nested_data()
1001 smart_str_appendl(buf, "N;", 2); in php_var_serialize_intern()
1004 smart_str_appendl(buf, "R:", 2); in php_var_serialize_intern()
1009 smart_str_appendl(buf, "r:", 2); in php_var_serialize_intern()
1027 smart_str_appendl(buf, "N;", 2); in php_var_serialize_intern()
[all …]
H A Durl_scanner_ex.re347 smart_str_appendl(&ctx->result, start, YYCURSOR - start);
457 smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
478 smart_str_appendl(&ctx->arg, start, YYCURSOR - start);
503 smart_str_appendl(&ctx->buf, newdata, newlen);
593 smart_str_appendl(&surl, url, urllen);
631 smart_str_appendl(&ctx->result, "", 0);
705 smart_str_appendl(&ctx->result, output, output_len);
769 smart_str_appendl(&sname, name, name_len);
770 smart_str_appendl(&svalue, value, value_len);
771 smart_str_appendl(&hname, name, name_len);
[all …]
H A Dhttp_fopen_wrapper.c249 smart_str_appendl(&header, "CONNECT ", sizeof("CONNECT ")-1); in php_stream_url_wrap_http_ex()
253 smart_str_appendl(&header, " HTTP/1.0\r\n", sizeof(" HTTP/1.0\r\n")-1); in php_stream_url_wrap_http_ex()
275 smart_str_appendl(&header, s, p - s); in php_stream_url_wrap_http_ex()
276 smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1); in php_stream_url_wrap_http_ex()
299 smart_str_appendl(&header, s, p - s); in php_stream_url_wrap_http_ex()
300 smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1); in php_stream_url_wrap_http_ex()
312 smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1); in php_stream_url_wrap_http_ex()
434 smart_str_appendl(&tmpstr, "\r\n", sizeof("\r\n") - 1); in php_stream_url_wrap_http_ex()
599 smart_str_appendl(&req_buf, ua, ua_len); in php_stream_url_wrap_http_ex()
643 smart_str_appendl(&req_buf, Z_STRVAL_P(tmpzval), Z_STRLEN_P(tmpzval)); in php_stream_url_wrap_http_ex()
H A Dhttp.c47 smart_str_appendl(form_str, num_prefix, num_prefix_len); in php_url_encode_scalar()
52 smart_str_appendl(form_str, "%5D", strlen("%5D")); in php_url_encode_scalar()
H A Dmail.c153 smart_str_appendl(s, ": ", 2); in php_mail_build_headers_elem()
155 smart_str_appendl(s, "\r\n", 2); in php_mail_build_headers_elem()
/PHP-8.3/ext/mbstring/
H A Dphp_mbregex.c727 smart_str_appendl(pbuf, p, clen); in mb_regex_substitute()
735 smart_str_appendl(pbuf, sp, p - sp); in mb_regex_substitute()
754 smart_str_appendl(pbuf, sp, p - sp); in mb_regex_substitute()
766 smart_str_appendl(pbuf, sp, p - sp); in mb_regex_substitute()
788 smart_str_appendl(pbuf, sp, p - sp); in mb_regex_substitute()
795 smart_str_appendl(pbuf, sp, p - sp); in mb_regex_substitute()
816 smart_str_appendl(pbuf, sp, p - sp); in mb_regex_substitute()
821 smart_str_appendl(pbuf, sp, p - sp); in mb_regex_substitute()
830 smart_str_appendl(pbuf, p, eos - p); in mb_regex_substitute()
1124 smart_str_appendl(&out_buf, (char *)pos, 1); in _php_mb_regex_ereg_replace_exec()
[all …]
H A Dmbstring.c4358 smart_str_appendl(&str, ZSTR_VAL(str_headers), len); in PHP_FUNCTION()
4365 smart_str_appendl(&str, line_sep, line_sep_len); in PHP_FUNCTION()
4367 smart_str_appendl(&str, PHP_MBSTR_MAIL_MIME_HEADER1, sizeof(PHP_MBSTR_MAIL_MIME_HEADER1) - 1); in PHP_FUNCTION()
4373 smart_str_appendl(&str, line_sep, line_sep_len); in PHP_FUNCTION()
4375 smart_str_appendl(&str, PHP_MBSTR_MAIL_MIME_HEADER2, sizeof(PHP_MBSTR_MAIL_MIME_HEADER2) - 1); in PHP_FUNCTION()
4379 smart_str_appendl(&str, PHP_MBSTR_MAIL_MIME_HEADER3, sizeof(PHP_MBSTR_MAIL_MIME_HEADER3) - 1); in PHP_FUNCTION()
4387 smart_str_appendl(&str, line_sep, line_sep_len); in PHP_FUNCTION()
4389 smart_str_appendl(&str, PHP_MBSTR_MAIL_MIME_HEADER4, sizeof(PHP_MBSTR_MAIL_MIME_HEADER4) - 1); in PHP_FUNCTION()
/PHP-8.3/ext/dom/
H A Ddocumenttype.c179smart_str_appendl(&ret_buf, (const char *) xmlOutputBufferGetContent(buff), xmlOutputBufferGetSize… in dom_documenttype_internal_subset_read()
181 smart_str_appendl(&ret_buf, (char *) buff->buffer->content, buff->buffer->use); in dom_documenttype_internal_subset_read()
/PHP-8.3/ext/soap/
H A Dsoap.c4113 smart_str_appendl(buf, "list(", 5);
4116 smart_str_appendl(buf, ", ", 2);
4123 smart_str_appendl(buf, " $", 2);
4127 smart_str_appendl(buf, ") ", 2);
4130 smart_str_appendl(buf, "void ", 5);
4140 smart_str_appendl(buf, ", ", 2);
4147 smart_str_appendl(buf, " $", 2);
4164 smart_str_appendl(buf, ";\n", 2);
4217 smart_str_appendl(buf, " {", 2);
4231 smart_str_appendl(buf, " {", 2);
[all …]
H A Dphp_http.c31 smart_str_appendl(str,const,sizeof(const)-1)
138 smart_str_appendl(soap_headers, s, p-s); in http_context_add_header()
607 smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in make_http_soap_request()
615 smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in make_http_soap_request()
635 smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in make_http_soap_request()
652 smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in make_http_soap_request()
801 smart_str_appendl(&soap_headers, nc, 8); in make_http_soap_request()
803 smart_str_appendl(&soap_headers, cnonce, 8); in make_http_soap_request()
806 smart_str_appendl(&soap_headers, response, 32); in make_http_soap_request()
890 smart_str_appendl(&soap_headers, request->val, request->len); in make_http_soap_request()
[all …]
/PHP-8.3/Zend/
H A Dzend_smart_str.c122 smart_str_appendl(str, ".0", 2); in smart_str_append_double()
189 smart_str_appendl(str, "...", sizeof("...")-1); in smart_str_append_escaped_truncated()
199 smart_str_appendl(dest, "NULL", sizeof("NULL")-1); in smart_str_append_scalar()
H A Dzend_smart_str.h166 static zend_always_inline void smart_str_appendl(smart_str *dest, const char *src, size_t length) in smart_str_appendl() function
193 smart_str_appendl(dest, src, len); in smart_str_setl()
/PHP-8.3/ext/intl/locale/
H A Dlocale_methods.c825 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in append_key_value()
827 smart_str_appendl(loc_name, Z_STRVAL_P(ele_value) , Z_STRLEN_P(ele_value)); in append_key_value()
841 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in add_prefix()
842 smart_str_appendl(loc_name, PRIVATE_PREFIX , sizeof(PRIVATE_PREFIX)-1); in add_prefix()
864 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in append_multiple_key_values()
865 smart_str_appendl(loc_name, Z_STRVAL_P(ele_value) , Z_STRLEN_P(ele_value)); in append_multiple_key_values()
878 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in append_multiple_key_values()
879 smart_str_appendl(loc_name, Z_STRVAL_P(data) , Z_STRLEN_P(data)); in append_multiple_key_values()
912 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in append_multiple_key_values()
913 smart_str_appendl(loc_name, Z_STRVAL_P(ele_value) , Z_STRLEN_P(ele_value)); in append_multiple_key_values()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_connection.c1691 smart_str_appendl(str, " ", sizeof(" ") - 1);
1693 smart_str_appendl(str, "AND CHAIN", sizeof("AND CHAIN") - 1);
1696 smart_str_appendl(str, " ", sizeof(" ") - 1);
1703 smart_str_appendl(str, " ", sizeof(" ") - 1);
1705 smart_str_appendl(str, "RELEASE", sizeof("RELEASE") - 1);
1708 smart_str_appendl(str, " ", sizeof(" ") - 1);
1710 smart_str_appendl(str, "NO RELEASE", sizeof("NO RELEASE") - 1);
1802 smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
1808 smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
1813 smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
[all …]
/PHP-8.3/ext/zend_test/
H A Dobserver.c105 smart_str_appendl(buf, "NULL", 4); in get_retval_info()
108 smart_str_appendl(buf, "object(", 7); in get_retval_info()
110 smart_str_appendl(buf, ")#", 2); in get_retval_info()
/PHP-8.3/ext/iconv/
H A Diconv.c669 smart_str_appendl(pretval, "", 0); in _php_iconv_substr()
972 smart_str_appendl(pretval, ": ", sizeof(": ") - 1); in _php_iconv_mime_encode()
985 smart_str_appendl(pretval, lfchars, lfchars_len); in _php_iconv_mime_encode()
990 smart_str_appendl(pretval, "=?", sizeof("=?") - 1); in _php_iconv_mime_encode()
992 smart_str_appendl(pretval, out_charset, out_charset_len); in _php_iconv_mime_encode()
1077 smart_str_appendl(pretval, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); in _php_iconv_mime_encode()
1079 smart_str_appendl(pretval, "?=", sizeof("?=") - 1); in _php_iconv_mime_encode()
1162 smart_str_appendl(pretval, "?=", sizeof("?=") - 1); in _php_iconv_mime_encode()
/PHP-8.3/ext/filter/
H A Dsanitizing_filters.c39 smart_str_appendl(&str, "&#", 2); in php_filter_encode_html()
/PHP-8.3/ext/session/
H A Dsession.c915 smart_str_appendl(&buf, ZSTR_VAL(key), ZSTR_LEN(key)); in PS_SERIALIZER_ENCODE_FUNC()
978 smart_str_appendl(&buf, ZSTR_VAL(key), ZSTR_LEN(key)); in PS_SERIALIZER_ENCODE_FUNC()
1341 smart_str_appendl(&ncookie, "Set-Cookie: ", sizeof("Set-Cookie: ")-1); in php_session_send_cookie()
1342 smart_str_appendl(&ncookie, PS(session_name), strlen(PS(session_name))); in php_session_send_cookie()
1344 smart_str_appendl(&ncookie, ZSTR_VAL(e_id), ZSTR_LEN(e_id)); in php_session_send_cookie()
1358 smart_str_appendl(&ncookie, ZSTR_VAL(date_fmt), ZSTR_LEN(date_fmt)); in php_session_send_cookie()
3130 smart_str_appendl(&progress->key, *data->value, value_len); in php_session_rfc1867_callback()
/PHP-8.3/ext/pgsql/
H A Dpgsql.c557 smart_str_appendl(&str, connstring, connstring_len); in php_pgsql_do_connect()
4255 smart_str_appendl(&querystr, escaped, new_len); in php_pgsql_meta_data()
4263 smart_str_appendl(&querystr, escaped, new_len); in php_pgsql_meta_data()
5236 smart_str_appendl(querystr, ZSTR_VAL(table), len); in build_tablename()
5248 smart_str_appendl(querystr, after_dot, len); in build_tablename()
5323 smart_str_appendl(&querystr, tmp, new_len); in php_pgsql_insert()
5334 smart_str_appendl(&querystr, buf, snprintf(buf, sizeof(buf), "%F", Z_DVAL_P(val))); in php_pgsql_insert()
5337 smart_str_appendl(&querystr, "NULL", sizeof("NULL")-1); in php_pgsql_insert()
5495 smart_str_appendl(querystr, tmp, new_len); in build_assignment_string()
5511 smart_str_appendl(querystr, "NULL", sizeof("NULL")-1); in build_assignment_string()
[all …]
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_prompt.c477 smart_str_appendl(&code, PHPDBG_G(input_buffer), nl - PHPDBG_G(input_buffer)); in PHPDBG_COMMAND()
488 smart_str_appendl(&code, PHPDBG_G(input_buffer), nl - PHPDBG_G(input_buffer)); in PHPDBG_COMMAND()
493 smart_str_appendl(&code, PHPDBG_G(input_buffer), buf - PHPDBG_G(input_buffer)); in PHPDBG_COMMAND()
496 smart_str_appendl(&code, PHPDBG_G(input_buffer), PHPDBG_G(input_buflen)); in PHPDBG_COMMAND()
/PHP-8.3/sapi/apache2handler/
H A Dphp_functions.c380 smart_str_appendl(&tmp1, s, (p - s)); in PHP_MINFO_FUNCTION()
/PHP-8.3/main/
H A Dspprintf.c126 smart_str_appendl((smart_str *)(xbuf), (str), (len)); \
/PHP-8.3/ext/readline/
H A Dreadline_cli.c81 smart_str_appendl(CLIR_G(prompt_str), str, str_length); in readline_shell_write()
/PHP-8.3/ext/spl/
H A Dspl_observer.c782 smart_str_appendl(&buf, "x:", 2); in PHP_METHOD()
804 smart_str_appendl(&buf, "m:", 2); in PHP_METHOD()

Completed in 122 milliseconds

12