Home
last modified time | relevance | path

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

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_auth.c44 const char * const auth_protocol, in mysqlnd_auth_handshake() argument
105 auth_packet->auth_plugin_name = auth_protocol; in mysqlnd_auth_handshake()
165 const char * const auth_protocol, in mysqlnd_auth_change_user() argument
220 auth_packet->auth_plugin_name = auth_protocol; in mysqlnd_auth_change_user()
H A Dmysqlnd_priv.h235 const char * const auth_protocol,
254 const char * const auth_protocol,
H A Dmysqlnd.c77 if (conn->options->auth_protocol) { in MYSQLND_METHOD()
78 mnd_pefree(conn->options->auth_protocol, pers); in MYSQLND_METHOD()
79 conn->options->auth_protocol = NULL; in MYSQLND_METHOD()
524 …requested_protocol = mnd_pestrdup(greet_packet->auth_protocol? greet_packet->auth_protocol: "mysql… in mysqlnd_connect_run_authentication()
2165 …requested_protocol = mnd_pestrdup(conn->options->auth_protocol? conn->options->auth_protocol:"mysq…
2396 if (conn->options->auth_protocol) {
2397 mnd_pefree(conn->options->auth_protocol, conn->persistent);
2399 conn->options->auth_protocol = new_auth_protocol;
2400 DBG_INF_FMT("auth_protocol=%s", conn->options->auth_protocol);
H A Dmysqlnd_wireprotocol.h86 char *auth_protocol; member
H A Dmysqlnd_wireprotocol.c418 packet->auth_protocol = estrdup((char *)p); in php_mysqlnd_greet_read()
419 p+= strlen(packet->auth_protocol) + 1; /* eat the '\0' */ in php_mysqlnd_greet_read()
427 packet->auth_protocol? packet->auth_protocol:"n/a", packet->auth_plugin_data_len); in php_mysqlnd_greet_read()
452 if (p->auth_protocol) { in php_mysqlnd_greet_free_mem()
453 efree(p->auth_protocol); in php_mysqlnd_greet_free_mem()
454 p->auth_protocol = NULL; in php_mysqlnd_greet_free_mem()
H A Dmysqlnd_structs.h169 char *auth_protocol; member
/PHP-5.4/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.4/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 42 milliseconds