Home
last modified time | relevance | path

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

/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_priv.h199 const char * const auth_protocol,
218 const char * const auth_protocol,
H A Dmysqlnd_auth.c43 const char * const auth_protocol, in mysqlnd_auth_handshake() argument
100 auth_packet->auth_plugin_name = auth_protocol; in mysqlnd_auth_handshake()
164 const char * const auth_protocol, in mysqlnd_auth_change_user() argument
219 auth_packet->auth_plugin_name = auth_protocol; in mysqlnd_auth_change_user()
H A Dmysqlnd.c78 if (conn->options->auth_protocol) { in MYSQLND_METHOD()
79 mnd_pefree(conn->options->auth_protocol, pers); in MYSQLND_METHOD()
80 conn->options->auth_protocol = NULL; in MYSQLND_METHOD()
563 const char * const auth_protocol, in mysqlnd_run_authentication() argument
590 …requested_protocol = mnd_pestrdup(auth_protocol? auth_protocol : MYSQLND_DEFAULT_AUTH_PROTOCOL, FA… in mysqlnd_run_authentication()
707 … greet_packet->auth_plugin_data, greet_packet->auth_plugin_data_len, greet_packet->auth_protocol, in mysqlnd_connect_run_authentication()
2301 conn->auth_plugin_data, conn->auth_plugin_data_len, conn->options->auth_protocol,
2439 if (conn->options->auth_protocol) {
2440 mnd_pefree(conn->options->auth_protocol, conn->persistent);
2442 conn->options->auth_protocol = new_auth_protocol;
[all …]
H A Dmysqlnd_wireprotocol.h84 char *auth_protocol; member
H A Dmysqlnd_wireprotocol.c433 packet->auth_protocol = estrdup((char *)p); in php_mysqlnd_greet_read()
434 p+= strlen(packet->auth_protocol) + 1; /* eat the '\0' */ in php_mysqlnd_greet_read()
442 packet->auth_protocol? packet->auth_protocol:"n/a", packet->auth_plugin_data_len); in php_mysqlnd_greet_read()
467 if (p->auth_protocol) { in php_mysqlnd_greet_free_mem()
468 efree(p->auth_protocol); in php_mysqlnd_greet_free_mem()
469 p->auth_protocol = NULL; in php_mysqlnd_greet_free_mem()
H A Dmysqlnd_structs.h169 char *auth_protocol; member
/PHP-7.0/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.0/ext/snmp/
H A Dsnmp.c247 ZEND_ARG_INFO(0, auth_protocol)
260 ZEND_ARG_INFO(0, auth_protocol)
273 ZEND_ARG_INFO(0, auth_protocol)
286 ZEND_ARG_INFO(0, auth_protocol)
299 ZEND_ARG_INFO(0, auth_protocol)
336 ZEND_ARG_INFO(0, auth_protocol)
1347 …ion_set_security(struct snmp_session *session, char *sec_level, char *auth_protocol, char *auth_pa… in netsnmp_session_set_security() argument
1359 if (netsnmp_session_set_auth_protocol(session, auth_protocol)) { in netsnmp_session_set_security()

Completed in 49 milliseconds