Home
last modified time | relevance | path

Searched refs:st_mysqlnd_protocol_command (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_commands.c32 struct st_mysqlnd_protocol_command parent;
53 struct st_mysqlnd_protocol_command parent;
94 static struct st_mysqlnd_protocol_command *
144 static struct st_mysqlnd_protocol_command *
165 struct st_mysqlnd_protocol_command parent;
223 static struct st_mysqlnd_protocol_command *
278 static struct st_mysqlnd_protocol_command *
299 struct st_mysqlnd_protocol_command parent;
348 static struct st_mysqlnd_protocol_command *
369 struct st_mysqlnd_protocol_command parent;
[all …]
H A Dmysqlnd_connection.c393 …struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_SET_OPTION, conn, option); in MYSQLND_METHOD()
895 …struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_QUERY, conn, query_string…
923 struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_REAP_RESULT, conn);
1072 struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_DEBUG, conn);
1098 struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_INIT_DB, conn, database);
1122 struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_PING, conn);
1146 …struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_STATISTICS, conn, message…
1172 …struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_PROCESS_KILL, conn, proce…
1234 …struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_REFRESH, conn, options_pa…
1257 …struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_SHUTDOWN, conn, level_par…
[all …]
H A Dmysqlnd_ps.c419 …struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_STMT_PREPARE, conn, query… in MYSQLND_METHOD()
732 …struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_STMT_EXECUTE, conn, paylo… in MYSQLND_METHOD()
1066 …struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_STMT_FETCH, conn, payload… in mysqlnd_fetch_stmt_row_cursor()
1280 …struct st_mysqlnd_protocol_command * command = stmt->conn->command_factory(COM_STMT_RESET, stmt->c… in MYSQLND_METHOD()
1391 …struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_STMT_SEND_LONG_DATA, conn… in MYSQLND_METHOD()
2226 …struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_STMT_CLOSE, conn, stmt_id… in MYSQLND_METHOD_PRIVATE()
H A Dmysqlnd_structs.h846 struct st_mysqlnd_protocol_command struct
852 typedef struct st_mysqlnd_protocol_command * (*func_mysqlnd__command_factory)(enum php_mysqlnd_serv… argument
H A Dmysqlnd_auth.c196 …struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_ENABLE_SSL, conn, client_… in mysqlnd_switch_to_ssl_if_needed()
H A Dmysqlnd_wireprotocol.c628 …struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_CHANGE_USER, conn, payloa… in php_mysqlnd_auth_write()

Completed in 50 milliseconds