Home
last modified time | relevance | path

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

12

/php-src/ext/json/
H A Djson_encoder.c62 smart_str_appendl(buf, " ", 4); in php_json_pretty_print_indent()
95 smart_str_appendl(buf, num, len); in php_json_encode_double()
134 smart_str_appendl(buf, "null", 4); in php_json_encode_array()
172 smart_str_appendl(buf, "\"\"", 2); in php_json_encode_array()
207 smart_str_appendl(buf, "null", 4); in php_json_encode_array()
327 smart_str_appendl(buf, "\"\"", 2); in php_json_escape_string()
365 smart_str_appendl(buf, s, pos); in php_json_escape_string()
370 smart_str_appendl(buf, s, pos); in php_json_escape_string()
405 smart_str_appendl(buf, s, pos); in php_json_escape_string()
544 smart_str_appendl(buf, "null", 4); in php_json_encode_serializable_object()
[all …]
/php-src/ext/standard/
H A Dvar.c440 smart_str_appendl(buf, " => ", 4); in php_array_element_export()
451 smart_str_appendl(buf, "' => ", 5); in php_array_element_export()
481 smart_str_appendl(buf, " => ", 4); in php_object_element_export()
502 smart_str_appendl(buf, "true", 4); in php_var_export_ex()
615 smart_str_appendl(buf, "))", 2); in php_var_export_ex()
922 smart_str_appendl(buf, ":{", 2); in php_var_serialize_nested_data()
994 smart_str_appendl(buf, "N;", 2); in php_var_serialize_intern()
997 smart_str_appendl(buf, "R:", 2); in php_var_serialize_intern()
1002 smart_str_appendl(buf, "r:", 2); in php_var_serialize_intern()
1020 smart_str_appendl(buf, "N;", 2); in php_var_serialize_intern()
[all …]
H A Durl_scanner_ex.re348 smart_str_appendl(&ctx->result, start, YYCURSOR - start);
458 smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
479 smart_str_appendl(&ctx->arg, start, YYCURSOR - start);
504 smart_str_appendl(&ctx->buf, newdata, newlen);
594 smart_str_appendl(&surl, url, urllen);
632 smart_str_appendl(&ctx->result, "", 0);
706 smart_str_appendl(&ctx->result, output, output_len);
770 smart_str_appendl(&sname, name, name_len);
771 smart_str_appendl(&svalue, value, value_len);
772 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.c51 smart_str_appendl(form_str, num_prefix, num_prefix_len); in php_url_encode_scalar()
56 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-src/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-src/ext/soap/
H A Dsoap.c4107 smart_str_appendl(buf, "list(", 5);
4110 smart_str_appendl(buf, ", ", 2);
4117 smart_str_appendl(buf, " $", 2);
4121 smart_str_appendl(buf, ") ", 2);
4124 smart_str_appendl(buf, "void ", 5);
4134 smart_str_appendl(buf, ", ", 2);
4141 smart_str_appendl(buf, " $", 2);
4158 smart_str_appendl(buf, ";\n", 2);
4211 smart_str_appendl(buf, " {", 2);
4225 smart_str_appendl(buf, " {", 2);
[all …]
H A Dphp_http.c31 smart_str_appendl(str,const,sizeof(const)-1)
145 smart_str_appendl(soap_headers, s, p-s); in http_context_headers()
595 smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in make_http_soap_request()
603 smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in make_http_soap_request()
623 smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in make_http_soap_request()
640 smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in make_http_soap_request()
789 smart_str_appendl(&soap_headers, nc, 8); in make_http_soap_request()
791 smart_str_appendl(&soap_headers, cnonce, 8); in make_http_soap_request()
794 smart_str_appendl(&soap_headers, response, 32); in make_http_soap_request()
874 smart_str_appendl(&soap_headers, request->val, request->len); in make_http_soap_request()
[all …]
/php-src/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-src/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-src/ext/dom/
H A Ddocumenttype.c144smart_str_appendl(&ret_buf, (const char *) xmlOutputBufferGetContent(buff), xmlOutputBufferGetSize… in dom_documenttype_internal_subset_read()
H A Dxpath.c496 smart_str_appendl(&output, "concat(", 7); in PHP_METHOD()
507 smart_str_appendl(&output, ptr, bytes_until_quote); in PHP_METHOD()
/php-src/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-src/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-src/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-src/ext/filter/
H A Dsanitizing_filters.c39 smart_str_appendl(&str, "&#", 2); in php_filter_encode_html()
/php-src/ext/session/
H A Dsession.c909 smart_str_appendl(&buf, ZSTR_VAL(key), ZSTR_LEN(key)); in PS_SERIALIZER_ENCODE_FUNC()
972 smart_str_appendl(&buf, ZSTR_VAL(key), ZSTR_LEN(key)); in PS_SERIALIZER_ENCODE_FUNC()
1335 smart_str_appendl(&ncookie, "Set-Cookie: ", sizeof("Set-Cookie: ")-1); in php_session_send_cookie()
1336 smart_str_appendl(&ncookie, PS(session_name), strlen(PS(session_name))); in php_session_send_cookie()
1338 smart_str_appendl(&ncookie, ZSTR_VAL(e_id), ZSTR_LEN(e_id)); in php_session_send_cookie()
1352 smart_str_appendl(&ncookie, ZSTR_VAL(date_fmt), ZSTR_LEN(date_fmt)); in php_session_send_cookie()
3142 smart_str_appendl(&progress->key, *data->value, value_len); in php_session_rfc1867_callback()
/php-src/ext/pgsql/
H A Dpgsql.c551 smart_str_appendl(&str, connstring, connstring_len); in php_pgsql_do_connect()
4277 smart_str_appendl(&querystr, escaped, new_len); in php_pgsql_meta_data()
4285 smart_str_appendl(&querystr, escaped, new_len); in php_pgsql_meta_data()
5258 smart_str_appendl(querystr, ZSTR_VAL(table), len); in build_tablename()
5270 smart_str_appendl(querystr, after_dot, len); in build_tablename()
5345 smart_str_appendl(&querystr, tmp, new_len); in php_pgsql_insert()
5356 smart_str_appendl(&querystr, buf, snprintf(buf, sizeof(buf), "%F", Z_DVAL_P(val))); in php_pgsql_insert()
5359 smart_str_appendl(&querystr, "NULL", sizeof("NULL")-1); in php_pgsql_insert()
5517 smart_str_appendl(querystr, tmp, new_len); in build_assignment_string()
5533 smart_str_appendl(querystr, "NULL", sizeof("NULL")-1); in build_assignment_string()
[all …]
/php-src/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-src/sapi/apache2handler/
H A Dphp_functions.c380 smart_str_appendl(&tmp1, s, (p - s)); in PHP_MINFO_FUNCTION()
/php-src/main/
H A Dspprintf.c126 smart_str_appendl((smart_str *)(xbuf), (str), (len)); \
/php-src/ext/readline/
H A Dreadline_cli.c81 smart_str_appendl(CLIR_G(prompt_str), str, str_length); in readline_shell_write()
/php-src/ext/spl/
H A Dspl_observer.c779 smart_str_appendl(&buf, "x:", 2); in PHP_METHOD()
801 smart_str_appendl(&buf, "m:", 2); in PHP_METHOD()

Completed in 136 milliseconds

12