Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h216 const char * const auth_protocol,
235 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_wireprotocol.h86 char *auth_protocol; member
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()
535 const char * const auth_protocol, in mysqlnd_run_authentication() argument
562 …requested_protocol = mnd_pestrdup(auth_protocol? auth_protocol : MYSQLND_DEFAULT_AUTH_PROTOCOL, FA… in mysqlnd_run_authentication()
679 … greet_packet->auth_plugin_data, greet_packet->auth_plugin_data_len, greet_packet->auth_protocol, in mysqlnd_connect_run_authentication()
2272 conn->auth_plugin_data, conn->auth_plugin_data_len, conn->options->auth_protocol,
2410 if (conn->options->auth_protocol) {
2411 mnd_pefree(conn->options->auth_protocol, conn->persistent);
2413 conn->options->auth_protocol = new_auth_protocol;
[all …]
H A Dmysqlnd_wireprotocol.c436 packet->auth_protocol = estrdup((char *)p); in php_mysqlnd_greet_read()
437 p+= strlen(packet->auth_protocol) + 1; /* eat the '\0' */ in php_mysqlnd_greet_read()
445 packet->auth_protocol? packet->auth_protocol:"n/a", packet->auth_plugin_data_len); in php_mysqlnd_greet_read()
470 if (p->auth_protocol) { in php_mysqlnd_greet_free_mem()
471 efree(p->auth_protocol); in php_mysqlnd_greet_free_mem()
472 p->auth_protocol = NULL; in php_mysqlnd_greet_free_mem()
H A Dmysqlnd_structs.h172 char *auth_protocol; member
/PHP-5.5/ext/snmp/tests/
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-5.5/ext/snmp/
H A Dsnmp.c253 ZEND_ARG_INFO(0, auth_protocol)
266 ZEND_ARG_INFO(0, auth_protocol)
279 ZEND_ARG_INFO(0, auth_protocol)
292 ZEND_ARG_INFO(0, auth_protocol)
305 ZEND_ARG_INFO(0, auth_protocol)
343 ZEND_ARG_INFO(0, auth_protocol)
1365 …ion_set_security(struct snmp_session *session, char *sec_level, char *auth_protocol, char *auth_pa… in netsnmp_session_set_security() argument
1377 if (netsnmp_session_set_auth_protocol(session, auth_protocol TSRMLS_CC)) { in netsnmp_session_set_security()

Completed in 46 milliseconds