Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 58) sorted by relevance

123

/PHP-7.2/ext/hash/
H A Dhash_gost.c30 #define round(tables, k1, k2) \ argument
32 l ^= tables[0][t & 0xff] ^ tables[1][(t >> 8) & 0xff] ^ \
33 tables[2][(t >> 16) & 0xff] ^ tables[3][t >> 24]; \
35 r ^= tables[0][t & 0xff] ^ tables[1][(t >> 8) & 0xff] ^ \
36 tables[2][(t >> 16) & 0xff] ^ tables[3][t >> 24];
41 round(tables, key[0], key[1]) \
42 round(tables, key[2], key[3]) \
43 round(tables, key[4], key[5]) \
44 round(tables, key[6], key[7]) \
197 #define PASS(tables) \ argument
[all …]
H A Dphp_hash_snefru_tables.h21 static const uint32_t tables[16][256]= { variable
H A Dphp_hash_gost.h32 const uint32_t (*tables)[4][256]; member
H A Dhash_snefru.c69 t0 = tables[2*index+0]; in Snefru()
70 t1 = tables[2*index+1]; in Snefru()
/PHP-7.2/ext/pcre/pcrelib/
H A Ddftables.c65 const unsigned char *tables; in main() local
84 tables = pcre_maketables(); in main()
85 base_of_tables = tables; in main()
137 fprintf(f, "%3d", *tables++); in main()
148 fprintf(f, "%3d", *tables++); in main()
168 fprintf(f, "0x%02x", *tables++); in main()
196 fprintf(f, "0x%02x", *tables++); in main()
H A Dpcre_study.c1467 const pcre_uint8 *tables; in pcre_study() local
1513 tables = re->tables; in pcre_study()
1516 if (tables == NULL) in pcre_study()
1518 (void *)(&tables)); in pcre_study()
1520 if (tables == NULL) in pcre_study()
1522 (void *)(&tables)); in pcre_study()
1524 if (tables == NULL) in pcre_study()
1526 (void *)(&tables)); in pcre_study()
1529 compile_block.lcc = tables + lcc_offset; in pcre_study()
1530 compile_block.fcc = tables + fcc_offset; in pcre_study()
[all …]
H A Dpcre.h381 const unsigned char *tables; /* Pointer to character tables */ member
394 const unsigned char *tables; /* Pointer to character tables */ member
407 const unsigned char *tables; /* Pointer to character tables */ member
H A DREADME44 Character tables
337 tables for ASCII encoding that is part of the distribution. If you specify
577 character tables (the pcre_chartables.c file). This will probably not work,
582 by making a copy of pcre_chartables.c.dist, which is a default set of tables
586 If you need to modify the character tables when cross-compiling, you should
736 set of character tables for a specific locale and using them instead of the
737 default tables. The tests make use of the "fr_FR" (French) locale. Before
790 Character tables
793 For speed, PCRE uses four tables for manipulating and identifying characters
812 tables.
[all …]
/PHP-7.2/ext/standard/tests/misc/
H A Dget_browser_variation1.phpt60 ["tables"]=>
140 ["tables"]=>
202 ["tables"]=>
274 ["tables"]=>
346 ["tables"]=>
412 ["tables"]=>
494 ["tables"]=>
570 ["tables"]=>
640 ["tables"]=>
704 ["tables"]=>
[all …]
H A Dget_browser_basic.phpt61 ["tables"]=>
131 ["tables"]=>
203 ["tables"]=>
275 ["tables"]=>
343 ["tables"]=>
419 ["tables"]=>
491 ["tables"]=>
563 ["tables"]=>
635 ["tables"]=>
707 ["tables"]=>
[all …]
H A Dbug69983.phpt29 [tables] => 1
H A Dget_browser_variation2.phpt46 ["tables"]=>
/PHP-7.2/ext/spl/tests/
H A DArrayObject_modify_shared_object_properties.phpt2 Modifications to ArrayObjects should not affect shared properties tables
/PHP-7.2/ext/pcre/tests/
H A Dlocales.phpt13 // this tests if the cache is working correctly, as the char tables
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_connect_attr.phpt15 if (!$res = mysqli_query($link, "select count(*) as count from information_schema.tables where tabl…
16 die("skip select from information_schema.tables for session_connect_attrs query failed");
H A Dbug34810.phpt96 … Threads: %d Questions: %d Slow queries: %d Opens: %d Flush tables: %d Open tables: %d Quer…
H A Dmysqli_get_client_stats_off.phpt23 // connect and table inc connect to mysql and create tables
H A Dmysqli_change_user_locks_temporary.phpt2 mysqli_change_user() - table locks, GET_LOCK(), temporary tables
65 // Temporary tables should be dropped
H A Dmysqli_get_connection_stats_off.phpt17 // connect and table inc connect to mysql and create tables
H A Dmysqli_class_mysqli_interface.phpt291tables: %d Open tables: %d Queries per second avg: %d.%d'/string ('Uptime: %d Threads: %d Ques…
H A Dmysqli_change_user_get_lock.phpt39 …f any active transactions, closes and drops all temporary tables, and unlocks all locked tables. S…
/PHP-7.2/ext/pcre/
H A Dphp_pcre.h53 unsigned const char *tables; member
/PHP-7.2/ext/standard/tests/strings/
H A Dstrtr_error.phpt6 * Description: Translates characters in str using given translation tables
H A Dstrtr_variation4.phpt7 * Description: Translates characters in str using given translation tables
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_attr.phpt12 $stmt = $pdo->query("select count(*) from information_schema.tables where table_schema='performance…

Completed in 46 milliseconds

123