Searched refs:auth_protocol (Results 1 – 12 of 12) sorted by relevance
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_auth.h | 31 const char * const auth_protocol, 53 const char * const auth_protocol, 91 const char * const auth_protocol,
|
H A D | mysqlnd_auth.c | 44 const char * const auth_protocol, in mysqlnd_run_authentication() argument 71 …requested_protocol = mnd_pestrdup(auth_protocol? auth_protocol : MYSQLND_DEFAULT_AUTH_PROTOCOL, FA… in mysqlnd_run_authentication() 243 const char * const auth_protocol, in mysqlnd_auth_handshake() argument 298 auth_packet.auth_plugin_name = auth_protocol; in mysqlnd_auth_handshake() 373 const char * const auth_protocol, in mysqlnd_auth_change_user() argument 422 auth_packet.auth_plugin_name = auth_protocol; in mysqlnd_auth_change_user()
|
H A D | mysqlnd_wireprotocol.h | 77 char *auth_protocol; member
|
H A D | mysqlnd_connection.c | 228 if (conn->options->auth_protocol) { in MYSQLND_METHOD() 229 mnd_pefree(conn->options->auth_protocol, pers); in MYSQLND_METHOD() 230 conn->options->auth_protocol = NULL; in MYSQLND_METHOD() 1379 conn->authentication_plugin_data, conn->options->auth_protocol, 1510 if (conn->options->auth_protocol) { 1511 mnd_pefree(conn->options->auth_protocol, conn->persistent); 1513 conn->options->auth_protocol = new_auth_protocol; 1514 DBG_INF_FMT("auth_protocol=%s", conn->options->auth_protocol);
|
H A D | mysqlnd_wireprotocol.c | 450 packet->auth_protocol = estrdup((char *)p); in php_mysqlnd_greet_read() 451 p+= strlen(packet->auth_protocol) + 1; /* eat the '\0' */ in php_mysqlnd_greet_read() 459 packet->auth_protocol? packet->auth_protocol:"n/a", packet->authentication_plugin_data.l); in php_mysqlnd_greet_read() 484 if (p->auth_protocol) { in php_mysqlnd_greet_free_mem() 485 efree(p->auth_protocol); in php_mysqlnd_greet_free_mem() 486 p->auth_protocol = NULL; in php_mysqlnd_greet_free_mem()
|
H A D | mysqlnd_commands.c | 657 greet_packet.authentication_plugin_data, greet_packet.auth_protocol, in MYSQLND_METHOD()
|
H A D | mysqlnd_structs.h | 213 char *auth_protocol; member
|
/PHP-8.1/ext/snmp/ |
H A D | snmp.stub.php | 41 string $auth_protocol, string $auth_passphrase, argument 47 string $auth_protocol, string $auth_passphrase, argument 53 string $auth_protocol, string $auth_passphrase, argument 59 string $auth_protocol, string $auth_passphrase, argument 65 string $auth_protocol, string $auth_passphrase, argument
|
H A D | snmp_arginfo.h | 65 ZEND_ARG_TYPE_INFO(0, auth_protocol, IS_STRING, 0) 80 ZEND_ARG_TYPE_INFO(0, auth_protocol, IS_STRING, 0) 95 ZEND_ARG_TYPE_INFO(0, auth_protocol, IS_STRING, 0)
|
H A D | snmp.c | 1068 zend_string *auth_protocol, zend_string *auth_passphrase, zend_string *priv_protocol, in netsnmp_session_set_security() argument 1081 if (!netsnmp_session_set_auth_protocol(session, auth_protocol)) { in netsnmp_session_set_security()
|
/PHP-8.1/ext/snmp/tests/ |
H A D | snmp3-error.phpt | 17 //int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol,
|
H A D | snmp3.phpt | 15 //int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol,
|
Completed in 60 milliseconds