Home
last modified time | relevance | path

Searched refs:host (Results 101 – 125 of 577) sorted by last modified time

12345678910>>...24

/PHP-5.5/ext/pdo_mysql/tests/
H A DREADME4 For example: mysql:dbname=test;host=localhost;port=3306
6 PDO_MYSQL_TEST_HOST - database host
/PHP-5.5/ext/pdo_dblib/tests/
H A Dconfig.inc6 $dsn = 'dblib:host=localhost;dbname=test';
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput81154 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
1746 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
H A Dtestoutput11149 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
1150 0: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re.lay
1750 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
1751 0: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re.lay
H A Dtestoutput82010 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
2011 0: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re.lay
2012 1: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re
2615 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
2616 0: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re.lay
2617 1: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re
H A Dtestinput1670 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
1262 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt379 function that converts a UTF-16 character string to host byte order if
381 passed to be in host byte order.
390 If byte_order is NULL, it is assumed that the string starts off in host
395 points means that the input starts off in host byte order, otherwise
454 strings to be in host byte order. A utility function called
710 function that converts a UTF-32 character string to host byte order if
712 passed to be in host byte order.
721 If byte_order is NULL, it is assumed that the string starts off in host
726 points means that the input starts off in host byte order, otherwise
3057 if a pattern is compiled on one host and then transferred to a host
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog912 and saved regex was reloaded on a host of different endianness.
4422 was compiled on a host of opposite endianness.
4716 CC_FOR_BUILD, because "host" is typically used to mean the system on which the
H A DNEWS185 . When a compiled pattern was saved to a file and later reloaded on a host
555 different host with the opposite endianness.
H A DREADME574 order to cross-compile PCRE for some other host. However, you should NOT
576 file is compiled and run on the local host, in order to generate the inbuilt
588 run it on the local host to make a new version of pcre_chartables.c.dist.
/PHP-5.5/ext/openssl/tests/
H A Dsni_001.phpt74 echo "-- auto host name (1) --\n";
77 echo "-- auto host name (2) --\n";
80 echo "-- auto host name (3) --\n";
151 -- auto host name (1) --
153 -- auto host name (2) --
155 -- auto host name (3) --
H A Dbug48182.phpt13 $host = 'ssl://127.0.0.1'.':'.$port;
22 $sock = stream_socket_server($host, $errno, $errstr, $flags, $context);
47 $host = 'ssl://127.0.0.1'.':'.$port;
51 $socket = stream_socket_client($host, $errno, $errstr, 10, $flags);
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c1018 if (url->host) { in get_sni()
1019 const char * host = url->host; in get_sni() local
1021 size_t len = strlen(host); in get_sni()
1024 while (len && host[len-1] == '.') { in get_sni()
1029 sni = pestrndup(host, len, is_persistent); in get_sni()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h414 …(*func_mysqlnd_conn_data__connect)(MYSQLND_CONN_DATA * conn, const char * host, const char * user,…
496 …onn_data__connect_handshake)(MYSQLND_CONN_DATA * conn, const char * const host, const char * const…
596 typedef enum_func_status (*func_mysqlnd_data__connect)(MYSQLND * conn, const char * host, const cha…
868 char *host; member
H A Dmysqlnd.c128 if (conn->host) { in MYSQLND_METHOD()
129 mnd_pefree(conn->host, pers); in MYSQLND_METHOD()
130 conn->host = NULL; in MYSQLND_METHOD()
874 host?host:"", user?user:"", db?db:"", port, mysql_flags,
909 if (!host || !host[0]) {
910 host = "localhost";
929 host_len = strlen(host);
1003 conn->host = mnd_pestrdup(host, conn->persistent);
1004 if (!conn->host) {
1008 conn->host_len = strlen(conn->host);
[all …]
H A Dmysqlnd.h91 const char * host, const char * user,
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_warning_unclonable.phpt16 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
17 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
18 $host, $user, $db, $port, $socket);
H A Dmysqli_stmt_get_result_geom.phpt18 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_unclonable.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
15 $host, $user, $db, $port, $socket);
H A Dmysqli_stmt_get_result_bit.phpt40 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
41 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
42 $host, $user, $db, $port, $socket);
H A Dmysqli_stmt_get_result_types.phpt15 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_stmt_get_warnings.phpt11 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
12 …die(sprintf("skip Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
13 $host, $user, $db, $port, $socket));
H A Dmysqli_stmt_store_result.phpt45 if (!$link_buf = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_stmt_unclonable.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
15 $host, $user, $db, $port, $socket);
H A Dmysqli_stmt_bind_limits.phpt104 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
105 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
106 $host, $user, $db, $port, $socket);

Completed in 128 milliseconds

12345678910>>...24