Searched refs:auth_protocol (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_auth.h | 31 const char * const auth_protocol, 53 const char * const auth_protocol, 91 const char * const auth_protocol,
|
H A D | mysqlnd_auth.c | 44 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 D | mysqlnd_wireprotocol.c | 461 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 D | mysqlnd_wireprotocol.h | 77 char *auth_protocol; member
|
H A D | mysqlnd_connection.c | 228 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 D | mysqlnd_commands.c | 628 greet_packet.authentication_plugin_data, greet_packet.auth_protocol, in MYSQLND_METHOD()
|
H A D | mysqlnd_structs.h | 214 char *auth_protocol; member
|
/php-src/ext/snmp/ |
H A D | snmp.stub.php | 149 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 D | snmp_arginfo.h | 65 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 D | snmp.c | 1066 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 D | snmp3-error.phpt | 18 //int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol,
|
H A D | snmp3.phpt | 15 //int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol,
|
Completed in 41 milliseconds