Home
last modified time | relevance | path

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

/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.h31 const char * const auth_protocol,
53 const char * const auth_protocol,
91 const char * const auth_protocol,
H A Dmysqlnd_auth.c44 const char * const auth_protocol, in mysqlnd_run_authentication() argument
71 …requested_protocol = mnd_pestrdup(auth_protocol? auth_protocol : MYSQLND_DEFAULT_AUTH_PROTOCOL, FA… in mysqlnd_run_authentication()
243 const char * const auth_protocol, in mysqlnd_auth_handshake() argument
298 auth_packet.auth_plugin_name = auth_protocol; in mysqlnd_auth_handshake()
373 const char * const auth_protocol, in mysqlnd_auth_change_user() argument
422 auth_packet.auth_plugin_name = auth_protocol; in mysqlnd_auth_change_user()
H A Dmysqlnd_wireprotocol.c461 packet->auth_protocol = estrdup(""); in php_mysqlnd_greet_read()
473 char *auth_protocol = emalloc(auth_protocol_len + 1); in php_mysqlnd_greet_read() local
474 memcpy(auth_protocol, p, auth_protocol_len); in php_mysqlnd_greet_read()
475 auth_protocol[auth_protocol_len] = '\0'; in php_mysqlnd_greet_read()
476 packet->auth_protocol = auth_protocol; in php_mysqlnd_greet_read()
490 packet->auth_protocol? packet->auth_protocol:"n/a", packet->authentication_plugin_data.l); in php_mysqlnd_greet_read()
515 if (p->auth_protocol) { in php_mysqlnd_greet_free_mem()
516 efree(p->auth_protocol); in php_mysqlnd_greet_free_mem()
517 p->auth_protocol = NULL; in php_mysqlnd_greet_free_mem()
H A Dmysqlnd_wireprotocol.h77 char *auth_protocol; member
H A Dmysqlnd_connection.c228 if (conn->options->auth_protocol) { in MYSQLND_METHOD()
229 mnd_pefree(conn->options->auth_protocol, pers); in MYSQLND_METHOD()
230 conn->options->auth_protocol = NULL; in MYSQLND_METHOD()
1367 conn->authentication_plugin_data, conn->options->auth_protocol,
1482 if (conn->options->auth_protocol) {
1483 mnd_pefree(conn->options->auth_protocol, conn->persistent);
1485 conn->options->auth_protocol = new_auth_protocol;
1486 DBG_INF_FMT("auth_protocol=%s", conn->options->auth_protocol);
H A Dmysqlnd_commands.c628 greet_packet.authentication_plugin_data, greet_packet.auth_protocol, in MYSQLND_METHOD()
H A Dmysqlnd_structs.h214 char *auth_protocol; member
/php-src/ext/snmp/
H A Dsnmp.stub.php149 string $auth_protocol, string $auth_passphrase, argument
155 string $auth_protocol, string $auth_passphrase, argument
161 string $auth_protocol, string $auth_passphrase, argument
167 string $auth_protocol, string $auth_passphrase, argument
173 string $auth_protocol, string $auth_passphrase, argument
H A Dsnmp_arginfo.h65 ZEND_ARG_TYPE_INFO(0, auth_protocol, IS_STRING, 0)
80 ZEND_ARG_TYPE_INFO(0, auth_protocol, IS_STRING, 0)
95 ZEND_ARG_TYPE_INFO(0, auth_protocol, IS_STRING, 0)
H A Dsnmp.c1066 zend_string *auth_protocol, zend_string *auth_passphrase, zend_string *priv_protocol, in netsnmp_session_set_security() argument
1079 if (!netsnmp_session_set_auth_protocol(session, auth_protocol)) { in netsnmp_session_set_security()
/php-src/ext/snmp/tests/
H A Dsnmp3-error.phpt18 //int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol,
H A Dsnmp3.phpt15 //int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol,

Completed in 41 milliseconds