Home
last modified time | relevance | path

Searched refs:auth_protocol (Results 1 – 12 of 12) sorted by relevance

/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_auth.h31 const char * const auth_protocol,
53 const char * const auth_protocol,
91 const char * const auth_protocol,
H A Dmysqlnd_auth.c44 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 Dmysqlnd_wireprotocol.h77 char *auth_protocol; member
H A Dmysqlnd_connection.c228 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()
1367 conn->authentication_plugin_data, conn->options->auth_protocol,
1498 if (conn->options->auth_protocol) {
1499 mnd_pefree(conn->options->auth_protocol, conn->persistent);
1501 conn->options->auth_protocol = new_auth_protocol;
1502 DBG_INF_FMT("auth_protocol=%s", conn->options->auth_protocol);
H A Dmysqlnd_wireprotocol.c443 packet->auth_protocol = estrdup((char *)p); in php_mysqlnd_greet_read()
444 p+= strlen(packet->auth_protocol) + 1; /* eat the '\0' */ in php_mysqlnd_greet_read()
452 packet->auth_protocol? packet->auth_protocol:"n/a", packet->authentication_plugin_data.l); in php_mysqlnd_greet_read()
477 if (p->auth_protocol) { in php_mysqlnd_greet_free_mem()
478 efree(p->auth_protocol); in php_mysqlnd_greet_free_mem()
479 p->auth_protocol = NULL; in php_mysqlnd_greet_free_mem()
H A Dmysqlnd_commands.c628 greet_packet.authentication_plugin_data, greet_packet.auth_protocol, in MYSQLND_METHOD()
H A Dmysqlnd_structs.h213 char *auth_protocol; member
/PHP-8.3/ext/snmp/
H A Dsnmp.stub.php149 string $auth_protocol, string $auth_passphrase, argument
155 string $auth_protocol, string $auth_passphrase, argument
161 string $auth_protocol, string $auth_passphrase, argument
167 string $auth_protocol, string $auth_passphrase, argument
173 string $auth_protocol, string $auth_passphrase, argument
H A Dsnmp_arginfo.h65 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 Dsnmp.c1066 zend_string *auth_protocol, zend_string *auth_passphrase, zend_string *priv_protocol, in netsnmp_session_set_security() argument
1079 if (!netsnmp_session_set_auth_protocol(session, auth_protocol)) { in netsnmp_session_set_security()
/PHP-8.3/ext/snmp/tests/
H A Dsnmp3-error.phpt18 //int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol,
H A Dsnmp3.phpt15 //int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol,

Completed in 75 milliseconds