Searched refs:mysql_flags (Results 1 – 6 of 6) sorted by relevance
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd_auth.h | 30 const zend_ulong mysql_flags, 81 const zend_ulong mysql_flags 96 const zend_ulong mysql_flags,
|
H A D | mysqlnd_auth.c | 49 const zend_ulong mysql_flags, in mysqlnd_run_authentication() argument 121 mysql_flags); in mysqlnd_run_authentication() 188 const zend_ulong mysql_flags) in mysqlnd_switch_to_ssl_if_needed() argument 199 const size_t client_capabilities = mysql_flags; in mysqlnd_switch_to_ssl_if_needed() 221 const zend_ulong mysql_flags in mysqlnd_connect_run_authentication() argument 247 const zend_ulong mysql_flags, in mysqlnd_auth_handshake() argument 290 auth_packet.client_flags = mysql_flags; in mysqlnd_auth_handshake() 585 const zend_ulong mysql_flags in mysqlnd_native_auth_get_auth_data() argument 646 const zend_ulong mysql_flags in mysqlnd_pam_auth_get_auth_data() argument 915 const zend_ulong mysql_flags in mysqlnd_sha256_auth_get_auth_data() argument [all …]
|
H A D | mysqlnd_connection.c | 487 mysql_flags |= MYSQLND_CAPABILITIES; in MYSQLND_METHOD() 493 mysql_flags &= ~CLIENT_COMPRESS; in MYSQLND_METHOD() 497 mysql_flags |= CLIENT_COMPRESS; in MYSQLND_METHOD() 501 if (mysql_flags & CLIENT_SSL) { in MYSQLND_METHOD() 502 mysql_flags &= ~CLIENT_SSL; in MYSQLND_METHOD() 511 mysql_flags |= CLIENT_SSL; in MYSQLND_METHOD() 519 DBG_RETURN(mysql_flags); in MYSQLND_METHOD() 539 size_t client_flags = mysql_flags; in MYSQLND_METHOD() 593 unsigned int mysql_flags 672 mysql_flags = conn->m->get_updated_connect_flags(conn, mysql_flags); [all …]
|
H A D | mysqlnd.h | 87 #define mysqlnd_connect(conn, host, user, pass, pass_len, db, db_len, port, socket, mysql_flags, cl… argument 88 …(host), (user), (pass), (pass_len), (db), (db_len), (port), (socket), (mysql_flags), (client_api_f… 98 unsigned int mysql_flags,
|
H A D | mysqlnd_commands.c | 622 const size_t mysql_flags = client_flags; in MYSQLND_METHOD() local 629 DBG_INF_FMT("[user=%s] [db=%s:%d] [flags=%llu]", user, db, db_len, mysql_flags); in MYSQLND_METHOD() 668 conn->options, mysql_flags)) in MYSQLND_METHOD()
|
H A D | mysqlnd_structs.h | 443 …LND_CSTRING database, unsigned int port, MYSQLND_CSTRING socket_or_pipe, unsigned int mysql_flags); 521 …_mysqlnd_conn_data__get_updated_connect_flags)(MYSQLND_CONN_DATA * conn, unsigned int mysql_flags); 522 …_CSTRING * const password, const MYSQLND_CSTRING * const database, const unsigned int mysql_flags); 626 …TRING database, unsigned int port, const MYSQLND_CSTRING socket_or_pipe, unsigned int mysql_flags); 1383 const MYSQLND_PFC_DATA * const pfc_data, const zend_ulong mysql_flags
|
Completed in 49 milliseconds