Searched refs:SET (Results 1 - 7 of 7) sorted by relevance
| /PHP_5_3/ext/session/ |
| H A D | mod_files.bat | 17 SET /A Depth=%2 + 0 2>NUL
24 SET /A Bits=%3 + 0 2>NUL
32 SET Bits=4
35 SET HashChars=0 1 2 3 4 5 6 7 8 9 A B C D E F
36 IF /I %Bits% GEQ 5 SET HashChars=!HashChars! G H I J K L M N O P Q R S T U V
37 IF /I %Bits% GEQ 6 SET HashChars=!HashChars! W X Y Z - ,
47 SET /A ThisDepth=%3 - 1
|
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | parse.y | 214 refact(A) ::= SET NULL. { A = OE_SetNull; } 215 refact(A) ::= SET DEFAULT. { A = OE_SetDflt; } 493 cmd ::= UPDATE orconf(R) nm(X) dbnm(D) SET setlist(Y) where_opt(Z). 838 trigger_cmd(A) ::= UPDATE orconf(R) nm(X) SET setlist(Y) where_opt(Z).
|
| /PHP_5_3/win32/build/ |
| H A D | Makefile | 129 SET PATH=$(PATH);$(PHP_BUILD)\bin
|
| /PHP_5_3/ext/mysqli/tests/ |
| H A D | connect.inc | 134 /* Those tree are set by SET NAMES */ 152 if (!($res = mysqli_query($link, sprintf("SHOW CHARACTER SET LIKE '%s'", $names['character_set_client']))) || 175 if (!($res = mysqli_query($link, sprintf("SHOW CHARACTER SET LIKE '%s'", $names['character_set_results']))) || 199 if (!($res = mysqli_query($link, sprintf("SHOW CHARACTER SET LIKE '%s'", $names['character_set_connection']))) ||
|
| /PHP_5_3/ext/pdo_mysql/ |
| H A D | mysql_statement.c | 810 PDO_MYSQL_NATIVE_TYPE_NAME(SET)
|
| /PHP_5_3/ext/pgsql/ |
| H A D | pgsql.c | 6046 smart_str_appends(&querystr, " SET ");
|
| /PHP_5_3/ext/standard/ |
| H A D | md5.c | 160 * SET reads 4 input bytes in little-endian byte order and stores them 168 # define SET(n) \ macro 171 SET(n) 173 # define SET(n) \ macro 207 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) 208 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) 209 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) 210 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) 211 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) 212 STEP(F, d, a, b, c, SET( [all...] |
Completed in 30 milliseconds