Home
last modified time | relevance | path

Searched refs:protocol_version (Results 76 – 90 of 90) sorted by relevance

1234

/PHP-7.1/ext/ldap/tests/
H A Dldap_unbind_error.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_sasl_bind_error.phpt15 ldap_set_option($link, LDAP_OPT_PROTOCOL_VERSION, $protocol_version);
/PHP-7.1/ext/mysqli/tests/
H A Dbug34810.phpt99 [%u|b%"protocol_version"]=>
139 [%u|b%"protocol_version"]=>
H A Dmysqli_kill.phpt130 [%u|b%"protocol_version"]=>
H A Dmysqli_real_connect.phpt212 [%u|b%"protocol_version"]=>
H A Dmysqli_class_mysqli_reflection.phpt1288 Inspecting property 'protocol_version'
1355 Default property 'protocol_version'
/PHP-7.1/ext/standard/tests/http/
H A Dbug47021.phpt28 'protocol_version' => '1.1',
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c122 int protocol_version; member
329 static void append_http_status_line(smart_str *buffer, int protocol_version, int response_code, int… in append_http_status_line() argument
336 smart_str_append_long_ex(buffer, protocol_version / 100, persistent); in append_http_status_line()
338 smart_str_append_long_ex(buffer, protocol_version % 100, persistent); in append_http_status_line()
549 …append_http_status_line(&buffer, client->request.protocol_version, SG(sapi_headers).http_response_… in sapi_cli_server_send_headers()
660 …spprintf(&tmp, 0, "HTTP/%d.%d", client->request.protocol_version / 100, client->request.protocol_v… in sapi_cli_server_register_variables()
1325 req->protocol_version = 0; in php_cli_server_request_ctor()
1717 client->request.protocol_version = parser->http_major * 100 + parser->http_minor; in php_cli_server_client_read_request_on_message_complete()
1839 request_info->proto_num = client->request.protocol_version; in php_cli_server_client_populate_request_info()
1968 append_http_status_line(&buffer, client->request.protocol_version, status, 1); in php_cli_server_send_error_page()
[all …]
/PHP-7.1/ext/standard/
H A Dhttp_fopen_wrapper.c410 char *protocol_version; in php_stream_url_wrap_http_ex() local
411 spprintf(&protocol_version, 0, "%.1F", zval_get_double(tmpzval)); in php_stream_url_wrap_http_ex()
414 smart_str_appends(&req_buf, protocol_version); in php_stream_url_wrap_http_ex()
416 efree(protocol_version); in php_stream_url_wrap_http_ex()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h74 uint8_t protocol_version; member
H A Dmysqlnd_commands.c1324 conn->protocol_version = greet_packet->protocol_version; in mysqlnd_com_handshake_run()
H A Dmysqlnd_wireprotocol.c356 packet->protocol_version = uint1korr(p); in php_mysqlnd_greet_read()
360 if (ERROR_MARKER == packet->protocol_version) { in php_mysqlnd_greet_read()
450 packet->protocol_version, packet->server_version, packet->thread_id); in php_mysqlnd_greet_read()
H A Dmysqlnd_structs.h895 unsigned int protocol_version; member
H A Dmysqlnd_connection.c1453 return conn->protocol_version;
/PHP-7.1/ext/ldap/
H A Dldap.c351 snprintf(tmp, 31, "%F", ver.protocol_version/100.0); in PHP_MINFO_FUNCTION()

Completed in 92 milliseconds

1234