Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/json/
H A Djson_encoder.c84 smart_str_appendl(buf, " ", 4); in php_json_pretty_print_indent()
110 smart_str_appendl(buf, num, len); in php_json_encode_double()
144 smart_str_appendl(buf, "null", 4); in php_json_encode_array()
265 smart_str_appendl(buf, "\"\"", 2); in php_json_escape_string()
303 smart_str_appendl(buf, s, pos); in php_json_escape_string()
308 smart_str_appendl(buf, s, pos); in php_json_escape_string()
343 smart_str_appendl(buf, s, pos); in php_json_escape_string()
479 smart_str_appendl(buf, "null", 4); in php_json_encode_serializable_object()
495 smart_str_appendl(buf, "null", 4); in php_json_encode_serializable_object()
507 smart_str_appendl(buf, "null", 4); in php_json_encode_serializable_object()
[all …]
/PHP-8.0/ext/standard/
H A Dvar.c414 smart_str_appendl(buf, " => ", 4); in php_array_element_export()
455 smart_str_appendl(buf, " => ", 4); in php_object_element_export()
685 smart_str_appendl(buf, "i:", 2); in php_var_serialize_long()
693 smart_str_appendl(buf, "s:", 2); in php_var_serialize_string()
695 smart_str_appendl(buf, ":\"", 2); in php_var_serialize_string()
696 smart_str_appendl(buf, str, len); in php_var_serialize_string()
697 smart_str_appendl(buf, "\";", 2); in php_var_serialize_string()
706 smart_str_appendl(buf, "O:", 2); in php_var_serialize_class_name()
708 smart_str_appendl(buf, ":\"", 2); in php_var_serialize_class_name()
710 smart_str_appendl(buf, "\":", 2); in php_var_serialize_class_name()
[all …]
H A Dhttp.c155 smart_str_appendl(formstr, arg_sep, arg_sep_len); in php_url_encode_hash_ex()
159 smart_str_appendl(formstr, key_prefix, key_prefix_len); in php_url_encode_hash_ex()
173 smart_str_appendl(formstr, num_prefix, num_prefix_len); in php_url_encode_hash_ex()
178 smart_str_appendl(formstr, key_suffix, key_suffix_len); in php_url_encode_hash_ex()
180 smart_str_appendl(formstr, "=", 1); in php_url_encode_hash_ex()
197 smart_str_appendl(formstr, "0", sizeof("0")-1); in php_url_encode_hash_ex()
200 smart_str_appendl(formstr, "1", sizeof("1")-1); in php_url_encode_hash_ex()
H A Durl_scanner_ex.re345 smart_str_appendl(&ctx->result, start, YYCURSOR - start);
455 smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
476 smart_str_appendl(&ctx->arg, start, YYCURSOR - start);
501 smart_str_appendl(&ctx->buf, newdata, newlen);
591 smart_str_appendl(&surl, url, urllen);
629 smart_str_appendl(&ctx->result, "", 0);
703 smart_str_appendl(&ctx->result, output, output_len);
766 smart_str_appendl(&sname, name, name_len);
767 smart_str_appendl(&svalue, value, value_len);
768 smart_str_appendl(&hname, name, name_len);
[all …]
H A Dhttp_fopen_wrapper.c250 smart_str_appendl(&header, "CONNECT ", sizeof("CONNECT ")-1); in php_stream_url_wrap_http_ex()
254 smart_str_appendl(&header, " HTTP/1.0\r\n", sizeof(" HTTP/1.0\r\n")-1); in php_stream_url_wrap_http_ex()
276 smart_str_appendl(&header, s, p - s); in php_stream_url_wrap_http_ex()
277 smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1); in php_stream_url_wrap_http_ex()
300 smart_str_appendl(&header, s, p - s); in php_stream_url_wrap_http_ex()
301 smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1); in php_stream_url_wrap_http_ex()
313 smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1); in php_stream_url_wrap_http_ex()
435 smart_str_appendl(&tmpstr, "\r\n", sizeof("\r\n") - 1); in php_stream_url_wrap_http_ex()
600 smart_str_appendl(&req_buf, ua, ua_len); in php_stream_url_wrap_http_ex()
644 smart_str_appendl(&req_buf, Z_STRVAL_P(tmpzval), Z_STRLEN_P(tmpzval)); in php_stream_url_wrap_http_ex()
H A Dmail.c116 smart_str_appendl(s, ": ", 2); in php_mail_build_headers_elem()
118 smart_str_appendl(s, "\r\n", 2); in php_mail_build_headers_elem()
/PHP-8.0/ext/soap/
H A Dphp_http.c31 smart_str_appendl(str,const,sizeof(const)-1)
43 smart_str_appendl(&auth, Z_STRVAL_P(login), Z_STRLEN_P(login)); in proxy_authentication()
47 smart_str_appendl(&auth, Z_STRVAL_P(password), Z_STRLEN_P(password)); in proxy_authentication()
52 smart_str_appendl(soap_headers, (char*)ZSTR_VAL(buf), ZSTR_LEN(buf)); in proxy_authentication()
72 smart_str_appendl(&auth, Z_STRVAL_P(login), Z_STRLEN_P(login)); in basic_authentication()
151 smart_str_appendl(soap_headers, s, p-s); in http_context_headers()
794 smart_str_appendl(&soap_headers, nc, 8); in make_http_soap_request()
796 smart_str_appendl(&soap_headers, cnonce, 8); in make_http_soap_request()
799 smart_str_appendl(&soap_headers, response, 32); in make_http_soap_request()
880 smart_str_appendl(&soap_headers, request->val, request->len); in make_http_soap_request()
[all …]
H A Dsoap.c4283 smart_str_appendl(buf, "list(", 5);
4286 smart_str_appendl(buf, ", ", 2);
4293 smart_str_appendl(buf, " $", 2);
4297 smart_str_appendl(buf, ") ", 2);
4300 smart_str_appendl(buf, "void ", 5);
4310 smart_str_appendl(buf, ", ", 2);
4317 smart_str_appendl(buf, " $", 2);
4334 smart_str_appendl(buf, ";\n", 2);
4387 smart_str_appendl(buf, " {", 2);
4401 smart_str_appendl(buf, " {", 2);
[all …]
/PHP-8.0/Zend/
H A Dzend_smart_str.h27 smart_str_appendl((dest), (src), strlen(src))
32 #define smart_str_appendl(dest, src, len) \ macro
147 smart_str_appendl(dest, src, len); in smart_str_setl()
H A Dzend_ast.c1300 smart_str_appendl(str, ZSTR_VAL(key), ZSTR_LEN(key)); in zend_ast_export_zval()
1482 smart_str_appendl(str, ZSTR_VAL(name), ZSTR_LEN(name)); in zend_ast_export_ex()
1486 smart_str_appendl(str, "__CLASS__", sizeof("__CLASS__")-1); in zend_ast_export_ex()
1524 smart_str_appendl(str, ZSTR_VAL(decl->name), ZSTR_LEN(decl->name)); in zend_ast_export_ex()
1571 smart_str_appendl(str, ZSTR_VAL(decl->name), ZSTR_LEN(decl->name)); in zend_ast_export_ex()
/PHP-8.0/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.0/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 …]
/PHP-8.0/ext/intl/locale/
H A Dlocale_methods.c732 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in append_key_value()
734 smart_str_appendl(loc_name, Z_STRVAL_P(ele_value) , Z_STRLEN_P(ele_value)); in append_key_value()
748 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in add_prefix()
749 smart_str_appendl(loc_name, PRIVATE_PREFIX , sizeof(PRIVATE_PREFIX)-1); in add_prefix()
771 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in append_multiple_key_values()
772 smart_str_appendl(loc_name, Z_STRVAL_P(ele_value) , Z_STRLEN_P(ele_value)); in append_multiple_key_values()
785 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in append_multiple_key_values()
786 smart_str_appendl(loc_name, Z_STRVAL_P(data) , Z_STRLEN_P(data)); in append_multiple_key_values()
819 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in append_multiple_key_values()
820 smart_str_appendl(loc_name, Z_STRVAL_P(ele_value) , Z_STRLEN_P(ele_value)); in append_multiple_key_values()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_connection.c1997 smart_str_appendl(str, " ", sizeof(" ") - 1);
1999 smart_str_appendl(str, "AND CHAIN", sizeof("AND CHAIN") - 1);
2002 smart_str_appendl(str, " ", sizeof(" ") - 1);
2004 smart_str_appendl(str, "AND NO CHAIN", sizeof("AND NO CHAIN") - 1);
2009 smart_str_appendl(str, " ", sizeof(" ") - 1);
2011 smart_str_appendl(str, "RELEASE", sizeof("RELEASE") - 1);
2014 smart_str_appendl(str, " ", sizeof(" ") - 1);
2016 smart_str_appendl(str, "NO RELEASE", sizeof("NO RELEASE") - 1);
2123 smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
2129 smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
[all …]
/PHP-8.0/ext/mysqli/
H A Dmysqli_nonapi.c1124 smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
1126 smart_str_appendl(&tmp_str, "WITH CONSISTENT SNAPSHOT", sizeof("WITH CONSISTENT SNAPSHOT") - 1);
1130 smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
1132 smart_str_appendl(&tmp_str, "READ WRITE", sizeof("READ WRITE") - 1);
1135 smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1);
1137 smart_str_appendl(&tmp_str, "READ ONLY", sizeof("READ ONLY") - 1);
H A Dmysqli_api.c43 smart_str_appendl(str, " ", sizeof(" ") - 1); in mysqli_tx_cor_options_to_string()
45 smart_str_appendl(str, "AND CHAIN", sizeof("AND CHAIN") - 1); in mysqli_tx_cor_options_to_string()
48 smart_str_appendl(str, " ", sizeof(" ") - 1); in mysqli_tx_cor_options_to_string()
50 smart_str_appendl(str, "AND NO CHAIN", sizeof("AND NO CHAIN") - 1); in mysqli_tx_cor_options_to_string()
55 smart_str_appendl(str, " ", sizeof(" ") - 1); in mysqli_tx_cor_options_to_string()
57 smart_str_appendl(str, "RELEASE", sizeof("RELEASE") - 1); in mysqli_tx_cor_options_to_string()
60 smart_str_appendl(str, " ", sizeof(" ") - 1); in mysqli_tx_cor_options_to_string()
62 smart_str_appendl(str, "NO RELEASE", sizeof("NO RELEASE") - 1); in mysqli_tx_cor_options_to_string()
/PHP-8.0/ext/spl/
H A Dspl_iterators.c952 smart_str_appendl(&intern->prefix[0], "", 0); in spl_RecursiveIteratorIterator_new_ex()
953 smart_str_appendl(&intern->prefix[1], "| ", 2); in spl_RecursiveIteratorIterator_new_ex()
954 smart_str_appendl(&intern->prefix[2], " ", 2); in spl_RecursiveIteratorIterator_new_ex()
955 smart_str_appendl(&intern->prefix[3], "|-", 2); in spl_RecursiveIteratorIterator_new_ex()
956 smart_str_appendl(&intern->prefix[4], "\\-", 2); in spl_RecursiveIteratorIterator_new_ex()
957 smart_str_appendl(&intern->prefix[5], "", 0); in spl_RecursiveIteratorIterator_new_ex()
959 smart_str_appendl(&intern->postfix[0], "", 0); in spl_RecursiveIteratorIterator_new_ex()
990 smart_str_appendl(&str, ZSTR_VAL(object->prefix[0].s), ZSTR_LEN(object->prefix[0].s)); in spl_recursive_tree_iterator_get_prefix()
1013 smart_str_appendl(&str, ZSTR_VAL(object->prefix[5].s), ZSTR_LEN(object->prefix[5].s)); in spl_recursive_tree_iterator_get_prefix()
1067 smart_str_appendl(&object->prefix[part], prefix, prefix_len); in PHP_METHOD()
[all …]
/PHP-8.0/ext/zend_test/
H A Dtest.c586 smart_str_appendl(buf, "NULL", 4); in get_retval_info()
589 smart_str_appendl(buf, "object(", 7); in get_retval_info()
591 smart_str_appendl(buf, ")#", 2); in get_retval_info()
/PHP-8.0/ext/iconv/
H A Diconv.c661 smart_str_appendl(pretval, "", 0); in _php_iconv_substr()
964 smart_str_appendl(pretval, ": ", sizeof(": ") - 1); in _php_iconv_mime_encode()
977 smart_str_appendl(pretval, lfchars, lfchars_len); in _php_iconv_mime_encode()
982 smart_str_appendl(pretval, "=?", sizeof("=?") - 1); in _php_iconv_mime_encode()
984 smart_str_appendl(pretval, out_charset, out_charset_len); in _php_iconv_mime_encode()
1069 smart_str_appendl(pretval, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); in _php_iconv_mime_encode()
1071 smart_str_appendl(pretval, "?=", sizeof("?=") - 1); in _php_iconv_mime_encode()
1154 smart_str_appendl(pretval, "?=", sizeof("?=") - 1); in _php_iconv_mime_encode()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c536 smart_str_appendl(&str, connstring, connstring_len); in php_pgsql_do_connect()
4295 smart_str_appendl(&querystr, escaped, new_len); in php_pgsql_meta_data()
4303 smart_str_appendl(&querystr, escaped, new_len); in php_pgsql_meta_data()
4543 smart_str_appendl(&str, Z_STRVAL_P(src), Z_STRLEN_P(src)); in php_pgsql_add_quotes()
5301 smart_str_appendl(querystr, table, len); in build_tablename()
5313 smart_str_appendl(querystr, after_dot, len); in build_tablename()
5388 smart_str_appendl(&querystr, tmp, new_len); in php_pgsql_insert()
5402 smart_str_appendl(&querystr, "NULL", sizeof("NULL")-1); in php_pgsql_insert()
5557 smart_str_appendl(querystr, tmp, new_len); in build_assignment_string()
5573 smart_str_appendl(querystr, "NULL", sizeof("NULL")-1); in build_assignment_string()
[all …]
/PHP-8.0/ext/filter/
H A Dsanitizing_filters.c39 smart_str_appendl(&str, "&#", 2); in php_filter_encode_html()
/PHP-8.0/ext/session/
H A Dsession.c899 smart_str_appendl(&buf, ZSTR_VAL(key), ZSTR_LEN(key)); in PS_SERIALIZER_ENCODE_FUNC()
963 smart_str_appendl(&buf, ZSTR_VAL(key), ZSTR_LEN(key)); in PS_SERIALIZER_ENCODE_FUNC()
1328 smart_str_appendl(&ncookie, "Set-Cookie: ", sizeof("Set-Cookie: ")-1); in php_session_send_cookie()
1329 smart_str_appendl(&ncookie, PS(session_name), strlen(PS(session_name))); in php_session_send_cookie()
1331 smart_str_appendl(&ncookie, ZSTR_VAL(e_id), ZSTR_LEN(e_id)); in php_session_send_cookie()
1345 smart_str_appendl(&ncookie, ZSTR_VAL(date_fmt), ZSTR_LEN(date_fmt)); in php_session_send_cookie()
3059 smart_str_appendl(&progress->key, *data->value, value_len); in php_session_rfc1867_callback()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c481 smart_str_appendl(&code, PHPDBG_G(input_buffer), nl - PHPDBG_G(input_buffer)); in PHPDBG_COMMAND()
492 smart_str_appendl(&code, PHPDBG_G(input_buffer), nl - PHPDBG_G(input_buffer)); in PHPDBG_COMMAND()
497 smart_str_appendl(&code, PHPDBG_G(input_buffer), buf - PHPDBG_G(input_buffer)); in PHPDBG_COMMAND()
500 smart_str_appendl(&code, PHPDBG_G(input_buffer), PHPDBG_G(input_buflen)); in PHPDBG_COMMAND()
/PHP-8.0/sapi/apache2handler/
H A Dphp_functions.c380 smart_str_appendl(&tmp1, s, (p - s)); in PHP_MINFO_FUNCTION()
/PHP-8.0/main/
H A Dspprintf.c126 smart_str_appendl((smart_str *)(xbuf), (str), (len)); \

Completed in 138 milliseconds

12