F 200 fileinfo/libmagic/encoding.c F, F, F, F, F, F, F, T, T, T, T, F, T, T, F, F, /* 0x0X */
F 202 fileinfo/libmagic/encoding.c F, F, F, F, F, F, F, F, F, F, F, T, F, F, F, F, /* 0x1X */
F 208 fileinfo/libmagic/encoding.c T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, F, /* 0x7X */
F 244 hash/hash_md.c (a) += F ((b), (c), (d)) + (x) + (php_hash_uint32)(ac); \
F 182 hash/hash_sha.c (e) += F ((b), (c), (d)) + (w) + (php_hash_uint32)(0x5A827999); \
F 812 pdo_mysql/mysql_statement.c const MYSQL_FIELD *F;
F 830 pdo_mysql/mysql_statement.c F = S->fields + colno;
F 832 pdo_mysql/mysql_statement.c if (F->def) {
F 833 pdo_mysql/mysql_statement.c add_assoc_string(return_value, "mysql:def", F->def, 1);
F 835 pdo_mysql/mysql_statement.c if (IS_NOT_NULL(F->flags)) {
F 838 pdo_mysql/mysql_statement.c if (IS_PRI_KEY(F->flags)) {
F 841 pdo_mysql/mysql_statement.c if (F->flags & MULTIPLE_KEY_FLAG) {
F 844 pdo_mysql/mysql_statement.c if (F->flags & UNIQUE_KEY_FLAG) {
F 847 pdo_mysql/mysql_statement.c if (IS_BLOB(F->flags)) {
F 850 pdo_mysql/mysql_statement.c str = type_to_name_native(F->type);
F 856 pdo_mysql/mysql_statement.c switch (F->type) {
F 875 pdo_mysql/mysql_statement.c add_assoc_string(return_value, "table", (char *) (F->table?F->table:""), 1);
F 207 standard/md5.c STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
F 208 standard/md5.c STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
F 209 standard/md5.c STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
F 210 standard/md5.c STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
F 211 standard/md5.c STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
F 212 standard/md5.c STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
F 213 standard/md5.c STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
F 214 standard/md5.c STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
F 215 standard/md5.c STEP(F, a, b, c, d, SET(8), 0x698098d8, 7)
F 216 standard/md5.c STEP(F, d, a, b, c, SET(9), 0x8b44f7af, 12)
F 217 standard/md5.c STEP(F, c, d, a, b, SET(10), 0xffff5bb1, 17)
F 218 standard/md5.c STEP(F, b, c, d, a, SET(11), 0x895cd7be, 22)
F 219 standard/md5.c STEP(F, a, b, c, d, SET(12), 0x6b901122, 7)
F 220 standard/md5.c STEP(F, d, a, b, c, SET(13), 0xfd987193, 12)
F 221 standard/md5.c STEP(F, c, d, a, b, SET(14), 0xa679438e, 17)
F 222 standard/md5.c STEP(F, b, c, d, a, SET(15), 0x49b40821, 22)
F 141 standard/sha1.c (e) += F ((b), (c), (d)) + (w) + (php_uint32)(0x5A827999); \