Home
last modified time | relevance | path

Searched refs:protocol_version (Results 101 – 105 of 105) sorted by relevance

12345

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_commands.c651 conn->protocol_version = greet_packet.protocol_version; in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c355 packet->protocol_version = uint1korr(p); in php_mysqlnd_greet_read()
359 if (ERROR_MARKER == packet->protocol_version) { in php_mysqlnd_greet_read()
449 packet->protocol_version, packet->server_version, packet->thread_id); in php_mysqlnd_greet_read()
H A Dmysqlnd_structs.h938 unsigned int protocol_version; member
H A Dmysqlnd_connection.c1410 return conn->protocol_version;
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt1286 Inspecting property 'protocol_version'
1345 Default property 'protocol_version'

Completed in 34 milliseconds

12345