Home
last modified time | relevance | path

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

12

/PHP-5.4/ext/standard/
H A Dvar.c408 smart_str_appendl(buf, " => ", 4); in php_object_element_export()
498 smart_str_appendl(buf, "))", 2); in php_var_export_ex()
587 smart_str_appendl(buf, "i:", 2); in php_var_serialize_long()
595 smart_str_appendl(buf, "s:", 2); in php_var_serialize_string()
597 smart_str_appendl(buf, ":\"", 2); in php_var_serialize_string()
598 smart_str_appendl(buf, str, len); in php_var_serialize_string()
599 smart_str_appendl(buf, "\";", 2); in php_var_serialize_string()
608 smart_str_appendl(buf, "O:", 2); in php_var_serialize_class_name()
610 smart_str_appendl(buf, ":\"", 2); in php_var_serialize_class_name()
612 smart_str_appendl(buf, "\":", 2); in php_var_serialize_class_name()
[all …]
H A Dhttp.c149 smart_str_appendl(formstr, arg_sep, arg_sep_len); in php_url_encode_hash_ex()
152 smart_str_appendl(formstr, key_prefix, key_prefix_len); in php_url_encode_hash_ex()
159 smart_str_appendl(formstr, ekey, ekey_len); in php_url_encode_hash_ex()
164 smart_str_appendl(formstr, num_prefix, num_prefix_len); in php_url_encode_hash_ex()
167 smart_str_appendl(formstr, ekey, ekey_len); in php_url_encode_hash_ex()
170 smart_str_appendl(formstr, key_suffix, key_suffix_len); in php_url_encode_hash_ex()
171 smart_str_appendl(formstr, "=", 1); in php_url_encode_hash_ex()
200 smart_str_appendl(formstr, ekey, ekey_len); in php_url_encode_hash_ex()
H A Durl_scanner_ex.c198 smart_str_appendl(dest, url->c, bash - url->c); in PHP_INI_END()
206 smart_str_appendl(dest, bash, q - bash); in PHP_INI_END()
262 smart_str_appendl(&ctx->result, start, YYCURSOR - start); in passthru()
319 smart_str_appendl(&ctx->tag, start, YYCURSOR - start); in handle_tag()
330 smart_str_appendl(&ctx->arg, start, YYCURSOR - start); in handle_arg()
346 smart_str_appendl(&ctx->buf, newdata, newlen); in xx_mainloop()
929 smart_str_appendl(&ctx->result, "", 0); in url_adapt_ext()
933 smart_str_appendl(&ctx->result, ctx->buf.c, ctx->buf.len); in url_adapt_ext()
982 smart_str_appendl(&ctx->result, ctx->buf.c, ctx->buf.len); in php_url_scanner_output_handler()
983 smart_str_appendl(&ctx->result, output, output_len); in php_url_scanner_output_handler()
[all …]
H A Durl_scanner_ex.re134 smart_str_appendl(dest, url->c, bash - url->c);
142 smart_str_appendl(dest, bash, q - bash);
198 smart_str_appendl(&ctx->result, start, YYCURSOR - start);
255 smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
266 smart_str_appendl(&ctx->arg, start, YYCURSOR - start);
282 smart_str_appendl(&ctx->buf, newdata, newlen);
394 smart_str_appendl(&ctx->result, "", 0);
398 smart_str_appendl(&ctx->result, ctx->buf.c, ctx->buf.len);
447 smart_str_appendl(&ctx->result, ctx->buf.c, ctx->buf.len);
448 smart_str_appendl(&ctx->result, output, output_len);
[all …]
H A Dhttp_fopen_wrapper.c226 smart_str_appendl(&header, "CONNECT ", sizeof("CONNECT ")-1); in php_stream_url_wrap_http_ex()
230 smart_str_appendl(&header, " HTTP/1.0\r\n", sizeof(" HTTP/1.0\r\n")-1); in php_stream_url_wrap_http_ex()
255 smart_str_appendl(&header, s, p - s); in php_stream_url_wrap_http_ex()
256 smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1); in php_stream_url_wrap_http_ex()
279 smart_str_appendl(&header, s, p - s); in php_stream_url_wrap_http_ex()
280 smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1); in php_stream_url_wrap_http_ex()
292 smart_str_appendl(&header, "\r\n", sizeof("\r\n")-1); in php_stream_url_wrap_http_ex()
434 smart_str_appendl(&tmpstr, Z_STRVAL_PP(tmpheader), Z_STRLEN_PP(tmpheader)); 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()
H A Dphp_smart_str.h79 smart_str_appendl((dest), (src), strlen(src))
85 #define smart_str_appendl(dest, src, len) \ macro
H A Dstring.c1149 smart_str_appendl(&implstr, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp)); in php_implode()
1155 smart_str_appendl(&implstr, stmp, str_len); in php_implode()
1161 smart_str_appendl(&implstr, "1", sizeof("1")-1); in php_implode()
1171 smart_str_appendl(&implstr, stmp, str_len); in php_implode()
1180 smart_str_appendl(&implstr, Z_STRVAL(expr), Z_STRLEN(expr)); in php_implode()
1191 smart_str_appendl(&implstr, Z_STRVAL(tmp_val), Z_STRLEN(tmp_val)); in php_implode()
1198 smart_str_appendl(&implstr, Z_STRVAL_P(delim), Z_STRLEN_P(delim)); in php_implode()
3129 smart_str_appendl(&result, &S(text)[nextwpos], pos - nextwpos);
3130 smart_str_appendl(&result, S(&pnr->repl), L(&pnr->repl));
3141 smart_str_appendl(&result, &S(text)[nextwpos], L(text) - nextwpos);
/PHP-5.4/ext/json/
H A Djson.c212 smart_str_appendl(buf, " ", 4); in json_pretty_print_indent()
235 smart_str_appendl(buf, "null", 4); in json_encode_array()
395 smart_str_appendl(buf, "\"\"", 2); in json_escape_string()
411 smart_str_appendl(buf, tmp, l); in json_escape_string()
434 smart_str_appendl(buf, "null", 4); in json_escape_string()
436 smart_str_appendl(buf, "\"\"", 2); in json_escape_string()
475 smart_str_appendl(buf, "\\b", 2); in json_escape_string()
479 smart_str_appendl(buf, "\\f", 2); in json_escape_string()
483 smart_str_appendl(buf, "\\n", 2); in json_escape_string()
562 smart_str_appendl(buf, "null", 4); in json_encode_serializable_object()
[all …]
/PHP-5.4/ext/wddx/
H A Dphp_wddx_api.h52 #define php_wddx_add_chunk_ex(packet, str, len) smart_str_appendl(packet, str, len)
53 #define php_wddx_add_chunk_static(packet, str) smart_str_appendl(packet, str, sizeof(str)-1)
/PHP-5.4/ext/soap/
H A Dphp_http.c32 smart_str_appendl(str,const,sizeof(const)-1)
54 smart_str_appendl(soap_headers, (char*)buf, len); in proxy_authentication()
84 smart_str_appendl(soap_headers, (char*)buf, len); in basic_authentication()
154 smart_str_appendl(soap_headers, s, p-s); in http_context_headers()
705 smart_str_appendl(&soap_headers, nc, 8); in make_http_soap_request()
707 smart_str_appendl(&soap_headers, cnonce, 8); in make_http_soap_request()
710 smart_str_appendl(&soap_headers, response, 32); in make_http_soap_request()
737 smart_str_appendl(&soap_headers, (char*)buf, len); in make_http_soap_request()
779 smart_str_appendl(&soap_headers, key, strlen(key)); in make_http_soap_request()
800 smart_str_appendl(&soap_headers, request, request_size); in make_http_soap_request()
[all …]
H A Dsoap.c4605 smart_str_appendl(buf, "list(", 5);
4609 smart_str_appendl(buf, ", ", 2);
4616 smart_str_appendl(buf, " $", 2);
4621 smart_str_appendl(buf, ") ", 2);
4624 smart_str_appendl(buf, "void ", 5);
4635 smart_str_appendl(buf, ", ", 2);
4642 smart_str_appendl(buf, " $", 2);
4659 smart_str_appendl(buf, ";\n", 2);
4713 smart_str_appendl(buf, " {", 2);
4728 smart_str_appendl(buf, " {", 2);
[all …]
H A Dphp_encoding.c327 smart_str_appendl(&prefix, "#ref", 4); in soap_check_zval_ref()
344 smart_str_appendl(&prefix, "#ref", 4); in soap_check_zval_ref()
426 smart_str_appendl(&nscat, Z_STRVAL_PP(zns), Z_STRLEN_PP(zns)); in master_to_xml_int()
429 smart_str_appendl(&nscat, Z_STRVAL_PP(zstype), Z_STRLEN_PP(zstype)); in master_to_xml_int()
2533 smart_str_appendl(&array_type,"xsd:ur-type",sizeof("xsd:ur-type")-1); in to_xml_array()
3544 smart_str_appendl(&prefix, "ns", 2); in encode_add_ns()
3642 smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1); in get_array_type()
3707 smart_str_appendl(type, "xsd:anyType", sizeof("xsd:anyType")-1); in get_array_type()
3756 smart_str_appendl(ret, type, strlen(type)); in get_type_str()
/PHP-5.4/ext/intl/transliterator/
H A Dtransliterator.c94 smart_str_appendl( &ret, buf, u8len ); in transliterator_parse_error_to_string()
114 smart_str_appendl( &ret, buf, u8len ); in transliterator_parse_error_to_string()
/PHP-5.4/ext/dom/
H A Ddocumenttype.c214 smart_str_appendl(&ret_buf, xmlOutputBufferGetContent(buff), xmlOutputBufferGetSize(buff)); in dom_documenttype_internal_subset_read()
216 smart_str_appendl(&ret_buf, buff->buffer->content, buff->buffer->use); in dom_documenttype_internal_subset_read()
/PHP-5.4/ext/intl/locale/
H A Dlocale_methods.c776 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in append_key_value()
778 smart_str_appendl(loc_name, Z_STRVAL_PP(ele_value) , Z_STRLEN_PP(ele_value)); in append_key_value()
792 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in add_prefix()
793 smart_str_appendl(loc_name, PRIVATE_PREFIX , sizeof(PRIVATE_PREFIX)-1); in add_prefix()
817 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in append_multiple_key_values()
818 smart_str_appendl(loc_name, Z_STRVAL_PP(ele_value) , Z_STRLEN_PP(ele_value)); in append_multiple_key_values()
833 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in append_multiple_key_values()
834 smart_str_appendl(loc_name, Z_STRVAL_PP(data) , Z_STRLEN_PP(data)); in append_multiple_key_values()
867 smart_str_appendl(loc_name, SEPARATOR , sizeof(SEPARATOR)-1); in append_multiple_key_values()
868 smart_str_appendl(loc_name, Z_STRVAL_PP(ele_value) , Z_STRLEN_PP(ele_value)); in append_multiple_key_values()
/PHP-5.4/ext/mbstring/
H A Dphp_mbregex.c911 smart_str_appendl(&out_buf, pos, (size_t)((OnigUChar *)(string + regs->beg[0]) - pos)); in _php_mb_regex_ereg_replace_exec()
926 smart_str_appendl(pbuf, string + regs->beg[n], regs->end[n] - regs->beg[n]); in _php_mb_regex_ereg_replace_exec()
931 smart_str_appendl(pbuf, p, fwd); in _php_mb_regex_ereg_replace_exec()
951 smart_str_appendl(&out_buf, Z_STRVAL(v), Z_STRLEN(v)); in _php_mb_regex_ereg_replace_exec()
977 smart_str_appendl(&out_buf, Z_STRVAL_P(retval_ptr), Z_STRLEN_P(retval_ptr)); in _php_mb_regex_ereg_replace_exec()
994 smart_str_appendl(&out_buf, pos, 1); in _php_mb_regex_ereg_replace_exec()
1001 smart_str_appendl(&out_buf, pos, string_lim - pos); in _php_mb_regex_ereg_replace_exec()
/PHP-5.4/ext/iconv/
H A Diconv.c775 smart_str_appendl(pretval, "", 0); in _php_iconv_substr()
1134 smart_str_appendl(pretval, ": ", sizeof(": ") - 1); in _php_iconv_mime_encode()
1146 smart_str_appendl(pretval, lfchars, lfchars_len); in _php_iconv_mime_encode()
1151 smart_str_appendl(pretval, "=?", sizeof("=?") - 1); in _php_iconv_mime_encode()
1153 smart_str_appendl(pretval, out_charset, out_charset_len); in _php_iconv_mime_encode()
1254 smart_str_appendl(pretval, encoded, encoded_len); in _php_iconv_mime_encode()
1256 smart_str_appendl(pretval, "?=", sizeof("?=") - 1); in _php_iconv_mime_encode()
1356 smart_str_appendl(pretval, "?=", sizeof("?=") - 1); in _php_iconv_mime_encode()
/PHP-5.4/ext/spl/
H A Dspl_iterators.c919 smart_str_appendl(&intern->prefix[0], "", 0); in spl_RecursiveIteratorIterator_new_ex()
920 smart_str_appendl(&intern->prefix[1], "| ", 2); in spl_RecursiveIteratorIterator_new_ex()
921 smart_str_appendl(&intern->prefix[2], " ", 2); in spl_RecursiveIteratorIterator_new_ex()
922 smart_str_appendl(&intern->prefix[3], "|-", 2); in spl_RecursiveIteratorIterator_new_ex()
923 smart_str_appendl(&intern->prefix[4], "\\-", 2); in spl_RecursiveIteratorIterator_new_ex()
924 smart_str_appendl(&intern->prefix[5], "", 0); in spl_RecursiveIteratorIterator_new_ex()
992 smart_str_appendl(&str, object->prefix[0].c, object->prefix[0].len); in spl_recursive_tree_iterator_get_prefix()
1008 smart_str_appendl(&str, object->prefix[3].c, object->prefix[3].len); in spl_recursive_tree_iterator_get_prefix()
1010 smart_str_appendl(&str, object->prefix[4].c, object->prefix[4].len); in spl_recursive_tree_iterator_get_prefix()
1015 smart_str_appendl(&str, object->prefix[5].c, object->prefix[5].len); in spl_recursive_tree_iterator_get_prefix()
[all …]
/PHP-5.4/ext/filter/
H A Dsanitizing_filters.c43 smart_str_appendl(&str, "&#", 2); in php_filter_encode_html()
/PHP-5.4/sapi/apache2filter/
H A Dphp_functions.c334 smart_str_appendl(&tmp1, s, (p - s)); in PHP_MINFO_FUNCTION()
/PHP-5.4/ext/session/
H A Dsession.c804 smart_str_appendl(&buf, key, key_length); in PHP_INI_END()
809 smart_str_appendl(&buf, key, key_length);
888 smart_str_appendl(&buf, key, key_length);
899 smart_str_appendl(&buf, key, key_length);
2514 smart_str_appendl(&progress->key, PS(rfc1867_prefix).c, PS(rfc1867_prefix).len);
2515 smart_str_appendl(&progress->key, *data->value, value_len);
/PHP-5.4/ext/pgsql/
H A Dpgsql.c1254 smart_str_appendl(&str, Z_STRVAL_PP(args[i]), Z_STRLEN_PP(args[i]));
5124 smart_str_appendl(&querystr, escaped, new_len);
5132 smart_str_appendl(&querystr, escaped, new_len);
5375 smart_str_appendl(&str, Z_STRVAL_P(src), Z_STRLEN_P(src));
6130 smart_str_appendl(querystr, token, len);
6141 smart_str_appendl(querystr, tmp, len);
6198 smart_str_appendl(&querystr, fld, fld_len - 1);
6213 smart_str_appendl(&querystr, Z_STRVAL_PP(val), Z_STRLEN_PP(val));
6313 smart_str_appendl(querystr, fld, fld_len - 1);
6322 smart_str_appendl(querystr, Z_STRVAL_PP(val), Z_STRLEN_PP(val));
[all …]
/PHP-5.4/main/
H A Dspprintf.c138 smart_str_appendl(xbuf, s, slen); \
/PHP-5.4/sapi/apache2handler/
H A Dphp_functions.c385 smart_str_appendl(&tmp1, s, (p - s)); in PHP_MINFO_FUNCTION()
/PHP-5.4/ext/pcre/
H A Dphp_pcre.c921 smart_str_appendl(&code, segment, walk - segment); in preg_do_eval()
945 smart_str_appendl(&code, esc_match, esc_match_len); in preg_do_eval()
958 smart_str_appendl(&code, segment, walk - segment); in preg_do_eval()

Completed in 169 milliseconds

12