Searched refs:mysql_flags (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/ext/mysqlnd/ |
H A D | mysqlnd.c | 421 unsigned long mysql_flags in mysqlnd_switch_to_ssl_if_needed() 449 if (mysql_flags & CLIENT_SSL) { in mysqlnd_switch_to_ssl_if_needed() 499 unsigned long mysql_flags in mysqlnd_connect_run_authentication() 629 unsigned int mysql_flags 802 mysql_flags &= ~CLIENT_COMPRESS; 806 mysql_flags |= CLIENT_COMPRESS; 810 if (mysql_flags & CLIENT_SSL) { 811 mysql_flags &= ~CLIENT_SSL; 817 mysql_flags |= CLIENT_SSL; 985 unsigned int mysql_flags [all …]
|
H A D | mysqlnd_auth.c | 41 unsigned long mysql_flags, in mysqlnd_auth_handshake() argument 86 auth_packet->client_flags = mysql_flags; in mysqlnd_auth_handshake() 363 const MYSQLND_OPTIONS * const options, unsigned long mysql_flags in mysqlnd_native_auth_get_auth_data() 421 const MYSQLND_OPTIONS * const options, unsigned long mysql_flags in mysqlnd_pam_auth_get_auth_data()
|
H A D | mysqlnd_priv.h | 232 unsigned long mysql_flags,
|
H A D | mysqlnd_structs.h | 395 …ed int db_len, unsigned int port, const char * socket_or_pipe, unsigned int mysql_flags TSRMLS_DC); 553 …ed int db_len, unsigned int port, const char * socket_or_pipe, unsigned int mysql_flags TSRMLS_DC); 1073 const MYSQLND_OPTIONS * const options, unsigned long mysql_flags
|
H A D | mysqlnd.h | 96 unsigned int mysql_flags
|
Completed in 36 milliseconds