Home
last modified time | relevance | path

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

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_auth.h33 const char * const auth_protocol,
53 const char * const auth_protocol,
72 const char * const auth_protocol,
107 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
307 auth_packet->auth_plugin_name = auth_protocol; in mysqlnd_auth_handshake()
371 const char * const auth_protocol, in mysqlnd_auth_change_user() argument
426 auth_packet->auth_plugin_name = auth_protocol; in mysqlnd_auth_change_user()
H A Dmysqlnd_wireprotocol.h89 char *auth_protocol; member
H A Dmysqlnd_connection.c241 if (conn->options->auth_protocol) { in MYSQLND_METHOD()
242 mnd_pefree(conn->options->auth_protocol, pers); in MYSQLND_METHOD()
243 conn->options->auth_protocol = NULL; in MYSQLND_METHOD()
1648 conn->authentication_plugin_data, conn->options->auth_protocol,
1788 if (conn->options->auth_protocol) {
1789 mnd_pefree(conn->options->auth_protocol, conn->persistent);
1791 conn->options->auth_protocol = new_auth_protocol;
1792 DBG_INF_FMT("auth_protocol=%s", conn->options->auth_protocol);
H A Dmysqlnd_wireprotocol.c445 packet->auth_protocol = estrdup((char *)p); in php_mysqlnd_greet_read()
446 p+= strlen(packet->auth_protocol) + 1; /* eat the '\0' */ in php_mysqlnd_greet_read()
454 packet->auth_protocol? packet->auth_protocol:"n/a", packet->authentication_plugin_data.l); in php_mysqlnd_greet_read()
479 if (p->auth_protocol) { in php_mysqlnd_greet_free_mem()
480 efree(p->auth_protocol); in php_mysqlnd_greet_free_mem()
481 p->auth_protocol = NULL; in php_mysqlnd_greet_free_mem()
H A Dmysqlnd_commands.c1339 greet_packet->authentication_plugin_data, greet_packet->auth_protocol, in mysqlnd_com_handshake_run()
H A Dmysqlnd_structs.h214 char *auth_protocol; member
/PHP-7.1/ext/snmp/tests/
H A Dreflection.phpt46 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.1/ext/snmp/
H A Dsnmp.c244 ZEND_ARG_INFO(0, auth_protocol)
257 ZEND_ARG_INFO(0, auth_protocol)
270 ZEND_ARG_INFO(0, auth_protocol)
283 ZEND_ARG_INFO(0, auth_protocol)
296 ZEND_ARG_INFO(0, auth_protocol)
333 ZEND_ARG_INFO(0, auth_protocol)
1344 …ion_set_security(struct snmp_session *session, char *sec_level, char *auth_protocol, char *auth_pa… in netsnmp_session_set_security() argument
1356 if (netsnmp_session_set_auth_protocol(session, auth_protocol)) { in netsnmp_session_set_security()

Completed in 55 milliseconds