Searched refs:mysql_flags (Results 1 – 6 of 6) sorted by relevance
/PHP-8.4/ext/mysqlnd/ |
H A D | mysqlnd_auth.h | 28 const zend_ulong mysql_flags, 79 const zend_ulong mysql_flags 94 const zend_ulong mysql_flags,
|
H A D | mysqlnd_auth.c | 47 const zend_ulong mysql_flags, in mysqlnd_run_authentication() argument 114 mysql_flags); in mysqlnd_run_authentication() 181 const zend_ulong mysql_flags) in mysqlnd_switch_to_ssl_if_needed() argument 192 const size_t client_capabilities = mysql_flags; in mysqlnd_switch_to_ssl_if_needed() 214 const zend_ulong mysql_flags in mysqlnd_connect_run_authentication() argument 240 const zend_ulong mysql_flags, in mysqlnd_auth_handshake() argument 283 auth_packet.client_flags = mysql_flags; in mysqlnd_auth_handshake() 565 const zend_ulong mysql_flags in mysqlnd_native_auth_get_auth_data() argument 626 const zend_ulong mysql_flags in mysqlnd_pam_auth_get_auth_data() argument 903 const zend_ulong mysql_flags in mysqlnd_sha256_auth_get_auth_data() argument [all …]
|
H A D | mysqlnd_connection.c | 457 mysql_flags |= MYSQLND_CAPABILITIES; in MYSQLND_METHOD() 463 mysql_flags &= ~CLIENT_COMPRESS; in MYSQLND_METHOD() 467 mysql_flags |= CLIENT_COMPRESS; in MYSQLND_METHOD() 471 if (mysql_flags & CLIENT_SSL) { in MYSQLND_METHOD() 472 mysql_flags &= ~CLIENT_SSL; in MYSQLND_METHOD() 481 mysql_flags |= CLIENT_SSL; in MYSQLND_METHOD() 489 DBG_RETURN(mysql_flags); in MYSQLND_METHOD() 508 size_t client_flags = mysql_flags; in MYSQLND_METHOD() 562 unsigned int mysql_flags 634 mysql_flags = conn->m->get_updated_connect_flags(conn, mysql_flags); [all …]
|
H A D | mysqlnd.h | 82 #define mysqlnd_connect(conn, host, user, pass, pass_len, db, db_len, port, socket, mysql_flags, cl… argument 83 …(host), (user), (pass), (pass_len), (db), (db_len), (port), (socket), (mysql_flags), (client_api_f… 93 unsigned int mysql_flags,
|
H A D | mysqlnd_commands.c | 585 const size_t mysql_flags = client_flags; in MYSQLND_METHOD() local 592 DBG_INF_FMT("[user=%s] [db=%s:%zu] [flags=%zu]", user, db, db_len, mysql_flags); in MYSQLND_METHOD() 630 conn->options, mysql_flags)) in MYSQLND_METHOD()
|
H A D | mysqlnd_structs.h | 430 …LND_CSTRING database, unsigned int port, MYSQLND_CSTRING socket_or_pipe, unsigned int mysql_flags); 506 …_mysqlnd_conn_data__get_updated_connect_flags)(MYSQLND_CONN_DATA * conn, unsigned int mysql_flags); 507 …_CSTRING * const password, const MYSQLND_CSTRING * const database, const unsigned int mysql_flags); 607 …TRING database, unsigned int port, const MYSQLND_CSTRING socket_or_pipe, unsigned int mysql_flags); 1332 const MYSQLND_PFC_DATA * const pfc_data, const zend_ulong mysql_flags
|
Completed in 38 milliseconds