Home
last modified time | relevance | path

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

/PHP-5.4/ext/intl/transliterator/
H A Dtransliterator.c65 smart_str_appends( &ret, "parse error " ); in transliterator_parse_error_to_string()
68 smart_str_appends( &ret, "on line " ); in transliterator_parse_error_to_string()
74 smart_str_appends( &ret, ", " ); in transliterator_parse_error_to_string()
76 smart_str_appends( &ret, "at " ); in transliterator_parse_error_to_string()
78 smart_str_appends( &ret, "offset " ); in transliterator_parse_error_to_string()
85 smart_str_appends( &ret, ", " ); in transliterator_parse_error_to_string()
87 smart_str_appends( &ret, "after \"" ); in transliterator_parse_error_to_string()
97 smart_str_appends( &ret, "\"" ); in transliterator_parse_error_to_string()
104 smart_str_appends( &ret, ", " ); in transliterator_parse_error_to_string()
117 smart_str_appends( &ret, "\"" ); in transliterator_parse_error_to_string()
[all …]
/PHP-5.4/ext/soap/
H A Dphp_http.c214 smart_str_appends(&soap_headers, phpurl->host); in http_connect()
219 smart_str_appends(&soap_headers, phpurl->host); in http_connect()
484 smart_str_appends(&soap_headers, phpurl->scheme); in make_http_soap_request()
486 smart_str_appends(&soap_headers, phpurl->host); in make_http_soap_request()
491 smart_str_appends(&soap_headers, phpurl->path); in make_http_soap_request()
497 smart_str_appends(&soap_headers, phpurl->query); in make_http_soap_request()
509 smart_str_appends(&soap_headers, phpurl->host); in make_http_soap_request()
541 smart_str_appends(&soap_headers, FG(user_agent)); in make_http_soap_request()
553 smart_str_appends(&soap_headers, soapaction); in make_http_soap_request()
561 smart_str_appends(&soap_headers, soapaction); in make_http_soap_request()
[all …]
H A Dphp_schema.c58 smart_str_appends(&nscat, (char*)ns); in create_encoder()
60 smart_str_appends(&nscat, (char*)type); in create_encoder()
1094 smart_str_appends(&key, type); in schema_group()
1530 smart_str_appends(&nscat, type); in schema_element()
1550 smart_str_appends(&key, newType->namens); in schema_element()
1552 smart_str_appends(&key, newType->name); in schema_element()
1559 smart_str_appends(&key, newType->name); in schema_element()
1764 smart_str_appends(&key, attr_name); in schema_attribute()
1970 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
1972 smart_str_appends(&key, newType->name); in schema_attributeGroup()
[all …]
H A Dphp_encoding.c322 smart_str_appends(&prefix, id); in soap_check_zval_ref()
339 smart_str_appends(&prefix, id); in soap_check_zval_ref()
576 smart_str_appends(&nscat, cptype); in master_to_zval_int()
2417 smart_str_appends(&array_type, value); in to_xml_array()
2455 smart_str_appends(&array_type, (*ext)->val); in to_xml_array()
3219 smart_str_appends(&nscat, (char*)data->name); in to_zval_any()
3718 smart_str_appends(type, (char*)ns->prefix); in get_array_type()
3720 smart_str_appends(&array_type, cur_ns); in get_array_type()
3723 smart_str_appends(type, cur_stype); in get_array_type()
3725 smart_str_appends(&array_type, cur_stype); in get_array_type()
[all …]
H A Dphp_packet_soap.c407 smart_str_appends(&key, (char*)trav->ns->href); in parse_packet_soap()
410 smart_str_appends(&key, (char*)trav->name); in parse_packet_soap()
H A Dphp_sdl.c203 smart_str_appends(&key, ns); in get_binding_from_name()
205 smart_str_appends(&key, name); in get_binding_from_name()
543 smart_str_appends(&key,hf->ns); in wsdl_soap_binding_header()
546 smart_str_appends(&key,hf->name); in wsdl_soap_binding_header()
648 smart_str_appends(&key,h->ns); in wsdl_soap_binding_body()
651 smart_str_appends(&key,h->name); in wsdl_soap_binding_body()
3267 smart_str_appends(&headers, "User-Agent: "); in get_sdl()
3269 smart_str_appends(&headers, "\r\n"); in get_sdl()
3281 smart_str_appends(&proxy,"tcp://"); in get_sdl()
3283 smart_str_appends(&proxy,":"); in get_sdl()
[all …]
H A Dsoap.c1089 smart_str_appends(&nscat, type_ns); in soap_create_typemap()
1092 smart_str_appends(&nscat, type_name); in soap_create_typemap()
2733 smart_str_appends(&error,"Function (\"");
2734 smart_str_appends(&error,function);
2755 smart_str_appends(&action, call_uri);
2757 smart_str_appends(&action, function);
2759 smart_str_appends(&action, soap_action);
4770 smart_str_appends(buf, end);
4779 smart_str_appends(buf, (*ext)->val);
4799 smart_str_appends(buf, (*ext)->val);
[all …]
/PHP-5.4/ext/wddx/
H A Dphp_wddx_api.h51 #define php_wddx_add_chunk(packet, str) smart_str_appends(packet, str)
/PHP-5.4/ext/standard/
H A Durl_scanner_ex.c202 smart_str_appends(dest, sep); in PHP_INI_END()
903 smart_str_appends(&url_app, name); in php_url_scanner_adapt_single_url()
905 smart_str_appends(&url_app, value); in php_url_scanner_adapt_single_url()
1013 smart_str_appends(&BG(url_adapt_state_ex).url_app, PG(arg_separator).output); in php_url_scanner_add_var()
1027 smart_str_appends(&BG(url_adapt_state_ex).form_app, "<input type=\"hidden\" name=\""); in php_url_scanner_add_var()
1029 smart_str_appends(&BG(url_adapt_state_ex).form_app, "\" value=\""); in php_url_scanner_add_var()
1031 smart_str_appends(&BG(url_adapt_state_ex).form_app, "\" />"); in php_url_scanner_add_var()
H A Durl_scanner_ex.re138 smart_str_appends(dest, sep);
368 smart_str_appends(&url_app, name);
370 smart_str_appends(&url_app, value);
478 smart_str_appends(&BG(url_adapt_state_ex).url_app, PG(arg_separator).output);
492 smart_str_appends(&BG(url_adapt_state_ex).form_app, "<input type=\"hidden\" name=\"");
494 smart_str_appends(&BG(url_adapt_state_ex).form_app, "\" value=\"");
496 smart_str_appends(&BG(url_adapt_state_ex).form_app, "\" />");
H A Dphp_smart_str.h78 #define smart_str_appends(dest, src) \ macro
H A Dvar.c754 smart_str_appends(buf, s); in php_var_serialize_intern()
H A Dhttp_fopen_wrapper.c227 smart_str_appends(&header, resource->host); in php_stream_url_wrap_http_ex()
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch297 + smart_str_appends(&s, "HTTP/1.1 ");
304 + smart_str_appends(&s, hc->hs->charset);
310 + smart_str_appends(&s, "\r\nDate: ");
311 + smart_str_appends(&s, httpd_now_buf);
322 + smart_str_appends(&s, encodings);
323 + smart_str_appends(&s, "\r\n");
341 + smart_str_appends(&s, "\r\n");
349 + smart_str_appends(&s, "Content-Length: ");
351 + smart_str_appends(&s, "\r\n");
359 + smart_str_appends(&s, extraheads);
[all …]
/PHP-5.4/ext/session/
H A Dsession.c1263 smart_str_appends(&ncookie, e_session_name);
1265 smart_str_appends(&ncookie, e_id);
1279 smart_str_appends(&ncookie, COOKIE_EXPIRES);
1280 smart_str_appends(&ncookie, date_fmt);
1286 smart_str_appends(&ncookie, COOKIE_PATH);
1287 smart_str_appends(&ncookie, PS(cookie_path));
1291 smart_str_appends(&ncookie, COOKIE_DOMAIN);
1296 smart_str_appends(&ncookie, COOKIE_SECURE);
1300 smart_str_appends(&ncookie, COOKIE_HTTPONLY);
1367 smart_str_appends(&var, PS(session_name));
[all …]
/PHP-5.4/ext/mysqlnd/
H A Dphp_mysqlnd.c131 smart_str_appends(buffer, plugin_header->plugin_name); in mysqlnd_minfo_dump_loaded_plugins()
150 smart_str_appends(buffer, ext->module->name); in mysqlnd_minfo_dump_api_plugins()
/PHP-5.4/ext/pgsql/
H A Dpgsql.c1239 smart_str_appends(&str, "pgsql");
2237 smart_str_appends(&str, "pgsql_oid_");
2266 smart_str_appends(&str, "pgsql_oid_");
2267 smart_str_appends(&str, tmp_oid);
5117 smart_str_appends(&querystr,
6133 smart_str_appends(querystr, escaped);
6145 smart_str_appends(querystr, escaped);
6189 smart_str_appends(&querystr, " (");
6231 smart_str_appends(&querystr, ");");
6315 smart_str_appends(querystr, " IS ");
[all …]
/PHP-5.4/ext/mcrypt/
H A Dmcrypt.c502 smart_str_appends(&tmp1, "none"); in PHP_MINFO_FUNCTION()
505 smart_str_appends(&tmp1, modules[i]); in PHP_MINFO_FUNCTION()
513 smart_str_appends(&tmp2, "none"); in PHP_MINFO_FUNCTION()
516 smart_str_appends(&tmp2, modules[i]); in PHP_MINFO_FUNCTION()
/PHP-5.4/ext/readline/
H A Dreadline_cli.c164 smart_str_appends(&retval, PHP_VERSION); in cli_get_prompt()
168 smart_str_appends(&retval, block); in cli_get_prompt()
/PHP-5.4/sapi/apache2filter/
H A Dphp_functions.c336 smart_str_appends(&tmp1, s); in PHP_MINFO_FUNCTION()
/PHP-5.4/sapi/apache2handler/
H A Dphp_functions.c387 smart_str_appends(&tmp1, s); in PHP_MINFO_FUNCTION()
/PHP-5.4/main/
H A Drfc1867.c442 smart_str_appends(&buf_value, value); in multipart_buffer_headers()
444 smart_str_appends(&buf_value, line); in multipart_buffer_headers()
/PHP-5.4/ext/openssl/
H A Dxp_ssl.c153 smart_str_appends(&ebuf, esbuf); in handle_ssl_error()
/PHP-5.4/ext/dba/
H A Ddba.c532 smart_str_appends(&handlers, hptr->name); in PHP_MINFO_FUNCTION()
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c533 smart_str_appends(&buffer, SG(sapi_headers).http_status_line); in sapi_cli_server_send_headers()

Completed in 153 milliseconds