Home
last modified time | relevance | path

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

12

/php-src/ext/json/
H A Djson_encoder.c61 smart_str_appendl(buf, " ", 4); in php_json_pretty_print_indent()
94 smart_str_appendl(buf, num, len); in php_json_encode_double()
132 smart_str_appendl(buf, "null", 4); in php_json_encode_array()
170 smart_str_appendl(buf, "\"\"", 2); in php_json_encode_array()
205 smart_str_appendl(buf, "null", 4); in php_json_encode_array()
325 smart_str_appendl(buf, "\"\"", 2); in php_json_escape_string()
363 smart_str_appendl(buf, s, pos); in php_json_escape_string()
368 smart_str_appendl(buf, s, pos); in php_json_escape_string()
403 smart_str_appendl(buf, s, pos); in php_json_escape_string()
542 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.c152 smart_str_appendl(s, ": ", 2); in php_mail_build_headers_elem()
154 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.c4200 smart_str_appendl(buf, "list(", 5); in function_to_string()
4203 smart_str_appendl(buf, ", ", 2); in function_to_string()
4210 smart_str_appendl(buf, " $", 2); in function_to_string()
4214 smart_str_appendl(buf, ") ", 2); in function_to_string()
4217 smart_str_appendl(buf, "void ", 5); in function_to_string()
4227 smart_str_appendl(buf, ", ", 2); in function_to_string()
4234 smart_str_appendl(buf, " $", 2); in function_to_string()
4251 smart_str_appendl(buf, ";\n", 2); in model_to_string()
4304 smart_str_appendl(buf, " {", 2); in type_to_string()
4318 smart_str_appendl(buf, " {", 2); in type_to_string()
[all …]
H A Dphp_http.c28 smart_str_appendl(str,const,sizeof(const)-1)
142 smart_str_appendl(soap_headers, s, p-s); in http_context_headers()
598 smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in make_http_soap_request()
606 smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in make_http_soap_request()
626 smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in make_http_soap_request()
643 smart_str_appendl(&soap_headers, Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in make_http_soap_request()
792 smart_str_appendl(&soap_headers, nc, 8); in make_http_soap_request()
794 smart_str_appendl(&soap_headers, cnonce, 8); in make_http_soap_request()
797 smart_str_appendl(&soap_headers, response, 32); in make_http_soap_request()
881 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.c818 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in append_key_value()
820 smart_str_appendl(loc_name, Z_STRVAL_P(ele_value) , Z_STRLEN_P(ele_value)); in append_key_value()
834 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in add_prefix()
835 smart_str_appendl(loc_name, PRIVATE_PREFIX , sizeof(PRIVATE_PREFIX)-1); in add_prefix()
857 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in append_multiple_key_values()
858 smart_str_appendl(loc_name, Z_STRVAL_P(ele_value) , Z_STRLEN_P(ele_value)); in append_multiple_key_values()
871 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in append_multiple_key_values()
872 smart_str_appendl(loc_name, Z_STRVAL_P(data) , Z_STRLEN_P(data)); in append_multiple_key_values()
905 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in append_multiple_key_values()
906 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()
H A Dxml_document.c251 smart_str_appendl(str, buffer, len); in php_new_dom_write_smart_str()
/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.c668 smart_str_appendl(pretval, "", 0); in _php_iconv_substr()
971 smart_str_appendl(pretval, ": ", sizeof(": ") - 1); in _php_iconv_mime_encode()
984 smart_str_appendl(pretval, lfchars, lfchars_len); in _php_iconv_mime_encode()
989 smart_str_appendl(pretval, "=?", sizeof("=?") - 1); in _php_iconv_mime_encode()
991 smart_str_appendl(pretval, out_charset, out_charset_len); in _php_iconv_mime_encode()
1076 smart_str_appendl(pretval, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); in _php_iconv_mime_encode()
1078 smart_str_appendl(pretval, "?=", sizeof("?=") - 1); in _php_iconv_mime_encode()
1161 smart_str_appendl(pretval, "?=", sizeof("?=") - 1); in _php_iconv_mime_encode()
/php-src/ext/filter/
H A Dsanitizing_filters.c41 smart_str_appendl(&str, "&#", 2); in php_filter_encode_html()
/php-src/ext/session/
H A Dsession.c916 smart_str_appendl(&buf, ZSTR_VAL(key), ZSTR_LEN(key)); in PS_SERIALIZER_ENCODE_FUNC()
979 smart_str_appendl(&buf, ZSTR_VAL(key), ZSTR_LEN(key)); in PS_SERIALIZER_ENCODE_FUNC()
1342 smart_str_appendl(&ncookie, "Set-Cookie: ", sizeof("Set-Cookie: ")-1); in php_session_send_cookie()
1343 smart_str_appendl(&ncookie, PS(session_name), strlen(PS(session_name))); in php_session_send_cookie()
1345 smart_str_appendl(&ncookie, ZSTR_VAL(e_id), ZSTR_LEN(e_id)); in php_session_send_cookie()
1359 smart_str_appendl(&ncookie, ZSTR_VAL(date_fmt), ZSTR_LEN(date_fmt)); in php_session_send_cookie()
3153 smart_str_appendl(&progress->key, *data->value, value_len); in php_session_rfc1867_callback()
/php-src/ext/pgsql/
H A Dpgsql.c633 smart_str_appendl(&str, connstring, connstring_len); in php_pgsql_do_connect()
4476 smart_str_appendl(&querystr, escaped, new_len); in php_pgsql_meta_data()
4484 smart_str_appendl(&querystr, escaped, new_len); in php_pgsql_meta_data()
5462 smart_str_appendl(querystr, ZSTR_VAL(table), len); in build_tablename()
5474 smart_str_appendl(querystr, after_dot, len); in build_tablename()
5549 smart_str_appendl(&querystr, tmp, new_len); in php_pgsql_insert()
5560 smart_str_appendl(&querystr, buf, snprintf(buf, sizeof(buf), "%F", Z_DVAL_P(val))); in php_pgsql_insert()
5563 smart_str_appendl(&querystr, "NULL", sizeof("NULL")-1); in php_pgsql_insert()
5723 smart_str_appendl(querystr, tmp, new_len); in build_assignment_string()
5739 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.c74 smart_str_appendl(CLIR_G(prompt_str), str, str_length); in readline_shell_write()

Completed in 154 milliseconds

12