代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/358714/2984262
pod ssl_connect.pod
=pod
=head1 NAME
SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server
=head1 SYNOPSIS
#include
int SSL_connect(SSL *ssl);
=head1 DESCRIPTION
SSL_connect() initi
www.eeworm.com/read/358128/3002968
phpt 01connect.phpt
--TEST--
DB_driver::connect
--INI--
error_reporting = 2047
--SKIPIF--
--FILE--
www.eeworm.com/read/358128/3003497
txt connect_leg.txt
305276,1,106231
305276,2,137225
305277,1,106237
305277,2,137231
305280,1,106247
305280,2,137237
305416,1,112030
305416,1,112031
305416,2,112773
305424,1,112033
305424,2,112784
305429,1,112040
305429,2
www.eeworm.com/read/358128/3003817
result init_connect.result
select hex(@a);
hex(@a)
NULL
select hex(@a);
hex(@a)
610063
set global init_connect="set @a=2;set @b=3";
select @a, @b;
@a @b
2 3
set GLOBAL init_connect=DEFAULT;
select @a;
@a
NULL
set global init_co
www.eeworm.com/read/358128/3004812
test init_connect.test
#
# Test of init_connect variable
#
# should work with embedded server after mysqltest is fixed
--source include/not_embedded.inc
--source include/add_anonymous_users.inc
connect (con0,localhost,ro
www.eeworm.com/read/358128/3005047
test ssl_connect.test
-- source include/have_ssl.inc
# Repeat connect/disconnect
let $i=100;
while ($i)
{
connect (test_con1,localhost,root,,,,,SSL);
disconnect test_con1;
dec $i;
}
echo completed;
www.eeworm.com/read/355697/3049856
pod ssl_connect.pod
=pod
=head1 NAME
SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server
=head1 SYNOPSIS
#include
int SSL_connect(SSL *ssl);
=head1 DESCRIPTION
SSL_connect() initi