Searched refs:SET (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_5/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_5/win32/build/ |
| H A D | Makefile | 145 SET PATH=$(PATH);$(PHP_BUILD)\bin
|
| /PHP_5_5/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...] |
| /PHP_5_5/ext/pdo_mysql/ |
| H A D | mysql_statement.c | 784 PDO_MYSQL_NATIVE_TYPE_NAME(SET)
|
Completed in 5 milliseconds