Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/intl/
H A Dintl_error.c257 smart_str_appends( &ret, "parse error " ); in intl_parse_error_to_string()
260 smart_str_appends( &ret, "on line " ); in intl_parse_error_to_string()
266 smart_str_appends( &ret, ", " ); in intl_parse_error_to_string()
268 smart_str_appends( &ret, "at " ); in intl_parse_error_to_string()
270 smart_str_appends( &ret, "offset " ); in intl_parse_error_to_string()
277 smart_str_appends( &ret, ", " ); in intl_parse_error_to_string()
279 smart_str_appends( &ret, "after \"" ); in intl_parse_error_to_string()
289 smart_str_appends( &ret, "\"" ); in intl_parse_error_to_string()
296 smart_str_appends( &ret, ", " ); in intl_parse_error_to_string()
309 smart_str_appends( &ret, "\"" ); in intl_parse_error_to_string()
[all …]
/PHP-5.5/ext/soap/
H A Dphp_http.c249 smart_str_appends(&soap_headers, phpurl->host); in http_connect()
254 smart_str_appends(&soap_headers, phpurl->host); in http_connect()
546 smart_str_appends(&soap_headers, phpurl->scheme); in make_http_soap_request()
548 smart_str_appends(&soap_headers, phpurl->host); in make_http_soap_request()
553 smart_str_appends(&soap_headers, phpurl->path); in make_http_soap_request()
559 smart_str_appends(&soap_headers, phpurl->query); in make_http_soap_request()
571 smart_str_appends(&soap_headers, phpurl->host); in make_http_soap_request()
603 smart_str_appends(&soap_headers, FG(user_agent)); in make_http_soap_request()
615 smart_str_appends(&soap_headers, soapaction); in make_http_soap_request()
623 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()
2408 smart_str_appends(&array_type, value); in to_xml_array()
2446 smart_str_appends(&array_type, (*ext)->val); in to_xml_array()
3210 smart_str_appends(&nscat, (char*)data->name); in to_zval_any()
3709 smart_str_appends(type, (char*)ns->prefix); in get_array_type()
3711 smart_str_appends(&array_type, cur_ns); in get_array_type()
3714 smart_str_appends(type, cur_stype); in get_array_type()
3716 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.c1095 smart_str_appends(&nscat, type_ns); in soap_create_typemap()
1098 smart_str_appends(&nscat, type_name); in soap_create_typemap()
2744 smart_str_appends(&error,"Function (\"");
2745 smart_str_appends(&error,function);
2766 smart_str_appends(&action, call_uri);
2768 smart_str_appends(&action, function);
2770 smart_str_appends(&action, soap_action);
4790 smart_str_appends(buf, end);
4800 smart_str_appends(buf, (*ext)->val);
4821 smart_str_appends(buf, (*ext)->val);
[all …]
/PHP-5.5/ext/wddx/
H A Dphp_wddx_api.h51 #define php_wddx_add_chunk(packet, str) smart_str_appends(packet, str)
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c202 smart_str_appends(dest, sep); in PHP_INI_END()
916 smart_str_appends(&url_app, name); in php_url_scanner_adapt_single_url()
918 smart_str_appends(&url_app, value); in php_url_scanner_adapt_single_url()
1026 smart_str_appends(&BG(url_adapt_state_ex).url_app, PG(arg_separator).output); in php_url_scanner_add_var()
1040 smart_str_appends(&BG(url_adapt_state_ex).form_app, "<input type=\"hidden\" name=\""); in php_url_scanner_add_var()
1042 smart_str_appends(&BG(url_adapt_state_ex).form_app, "\" value=\""); in php_url_scanner_add_var()
1044 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.h81 #define smart_str_appends(dest, src) \ macro
H A Dhttp_fopen_wrapper.c227 smart_str_appends(&header, resource->host); in php_stream_url_wrap_http_ex()
H A Dvar.c754 smart_str_appends(buf, s); in php_var_serialize_intern()
/PHP-5.5/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.5/ext/session/
H A Dsession.c1360 smart_str_appends(&ncookie, e_session_name);
1362 smart_str_appends(&ncookie, e_id);
1376 smart_str_appends(&ncookie, COOKIE_EXPIRES);
1377 smart_str_appends(&ncookie, date_fmt);
1380 smart_str_appends(&ncookie, COOKIE_MAX_AGE);
1386 smart_str_appends(&ncookie, COOKIE_PATH);
1387 smart_str_appends(&ncookie, PS(cookie_path));
1391 smart_str_appends(&ncookie, COOKIE_DOMAIN);
1396 smart_str_appends(&ncookie, COOKIE_SECURE);
1472 smart_str_appends(&var, PS(session_name));
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dphp_mysqlnd.c99 smart_str_appends(buffer, plugin_header->plugin_name); in mysqlnd_minfo_dump_loaded_plugins()
118 smart_str_appends(buffer, ext->module->name); in mysqlnd_minfo_dump_api_plugins()
/PHP-5.5/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);
5134 smart_str_appends(&querystr,
6152 smart_str_appends(querystr, escaped);
6164 smart_str_appends(querystr, escaped);
6208 smart_str_appends(&querystr, " (");
6250 smart_str_appends(&querystr, ");");
6334 smart_str_appends(querystr, " IS ");
[all …]
/PHP-5.5/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.5/ext/mcrypt/
H A Dmcrypt.c519 smart_str_appends(&tmp1, "none"); in PHP_MINFO_FUNCTION()
522 smart_str_appends(&tmp1, modules[i]); in PHP_MINFO_FUNCTION()
530 smart_str_appends(&tmp2, "none"); in PHP_MINFO_FUNCTION()
533 smart_str_appends(&tmp2, modules[i]); in PHP_MINFO_FUNCTION()
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c336 smart_str_appends(&tmp1, s); in PHP_MINFO_FUNCTION()
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c387 smart_str_appends(&tmp1, s); in PHP_MINFO_FUNCTION()
/PHP-5.5/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.5/ext/sockets/
H A Dconversions.c158 smart_str_appends(&path, *node); in do_from_to_zval_err()
159 smart_str_appends(&path, " > "); in do_from_to_zval_err()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c156 smart_str_appends(&ebuf, esbuf); in handle_ssl_error()
/PHP-5.5/ext/dba/
H A Ddba.c532 smart_str_appends(&handlers, hptr->name); in PHP_MINFO_FUNCTION()

Completed in 115 milliseconds

12