Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.h33 const char * const auth_protocol,
55 const char * const auth_protocol,
93 const char * const auth_protocol,
H A Dmysqlnd_auth.c46 const char * const auth_protocol, in mysqlnd_run_authentication() argument
73 …requested_protocol = mnd_pestrdup(auth_protocol? auth_protocol : MYSQLND_DEFAULT_AUTH_PROTOCOL, FA… in mysqlnd_run_authentication()
250 const char * const auth_protocol, in mysqlnd_auth_handshake() argument
305 auth_packet.auth_plugin_name = auth_protocol; in mysqlnd_auth_handshake()
380 const char * const auth_protocol, in mysqlnd_auth_change_user() argument
429 auth_packet.auth_plugin_name = auth_protocol; in mysqlnd_auth_change_user()
H A Dmysqlnd_wireprotocol.h79 char *auth_protocol; member
H A Dmysqlnd_connection.c230 if (conn->options->auth_protocol) { in MYSQLND_METHOD()
231 mnd_pefree(conn->options->auth_protocol, pers); in MYSQLND_METHOD()
232 conn->options->auth_protocol = NULL; in MYSQLND_METHOD()
1614 conn->authentication_plugin_data, conn->options->auth_protocol,
1752 if (conn->options->auth_protocol) {
1753 mnd_pefree(conn->options->auth_protocol, conn->persistent);
1755 conn->options->auth_protocol = new_auth_protocol;
1756 DBG_INF_FMT("auth_protocol=%s", conn->options->auth_protocol);
H A Dmysqlnd_wireprotocol.c444 packet->auth_protocol = estrdup((char *)p); in php_mysqlnd_greet_read()
445 p+= strlen(packet->auth_protocol) + 1; /* eat the '\0' */ in php_mysqlnd_greet_read()
453 packet->auth_protocol? packet->auth_protocol:"n/a", packet->authentication_plugin_data.l); in php_mysqlnd_greet_read()
478 if (p->auth_protocol) { in php_mysqlnd_greet_free_mem()
479 efree(p->auth_protocol); in php_mysqlnd_greet_free_mem()
480 p->auth_protocol = NULL; in php_mysqlnd_greet_free_mem()
H A Dmysqlnd_commands.c666 greet_packet.authentication_plugin_data, greet_packet.auth_protocol, in MYSQLND_METHOD()
H A Dmysqlnd_structs.h219 char *auth_protocol; member
/PHP-7.4/ext/snmp/tests/
H A Dreflection.phpt44 Parameter #1 [ <required> $auth_protocol ]
H A Dsnmp3-error.phpt15 //int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol,
H A Dsnmp3.phpt13 //int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol,
/PHP-7.4/ext/snmp/
H A Dsnmp.c235 ZEND_ARG_INFO(0, auth_protocol)
248 ZEND_ARG_INFO(0, auth_protocol)
261 ZEND_ARG_INFO(0, auth_protocol)
274 ZEND_ARG_INFO(0, auth_protocol)
287 ZEND_ARG_INFO(0, auth_protocol)
324 ZEND_ARG_INFO(0, auth_protocol)
1302 …ion_set_security(struct snmp_session *session, char *sec_level, char *auth_protocol, char *auth_pa… in netsnmp_session_set_security() argument
1314 if (netsnmp_session_set_auth_protocol(session, auth_protocol)) { in netsnmp_session_set_security()

Completed in 80 milliseconds