Home
last modified time | relevance | path

Searched refs:Hash (Results 1 – 16 of 16) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dhash.h21 typedef struct Hash Hash; typedef
32 struct Hash { struct
81 void sqliteHashInit(Hash*, int keytype, int copyKey);
82 void *sqliteHashInsert(Hash*, const void *pKey, int nKey, void *pData);
83 void *sqliteHashFind(const Hash*, const void *pKey, int nKey);
84 void sqliteHashClear(Hash*);
H A Dhash.c32 void sqliteHashInit(Hash *new, int keyClass, int copyKey){ in sqliteHashInit()
48 void sqliteHashClear(Hash *pH){ in sqliteHashClear()
165 static void rehash(Hash *pH, int new_size){ in rehash()
204 const Hash *pH, /* The pH to be searched */ in findElementGivenHash()
231 Hash *pH, /* The pH containing "elem" */ in removeElementGivenHash()
261 void *sqliteHashFind(const Hash *pH, const void *pKey, int nKey){ in sqliteHashFind()
290 void *sqliteHashInsert(Hash *pH, const void *pKey, int nKey, void *data){ in sqliteHashInsert()
H A DvdbeInt.h175 Hash hash; /* Hash table of all aggregate elements */
192 Hash hash; /* A set is just a hash table */
H A DsqliteInt.h264 Hash tblHash; /* All tables indexed by name */
265 Hash idxHash; /* All (named) indices indexed by name */
266 Hash trigHash; /* All triggers indexed by name */
267 Hash aFKey; /* Foreign keys indexed by to-table */
361 Hash aFunc; /* All functions that can be in SQL exprs */
H A Dos.c259 static Hash lockHash = { SQLITE_HASH_BINARY, 0, 0, 0, 0, 0 };
260 static Hash openHash = { SQLITE_HASH_BINARY, 0, 0, 0, 0, 0 };
H A Dbuild.c220 Hash temp1; in sqliteResetInternalSchema()
221 Hash temp2; in sqliteResetInternalSchema()
H A Dbtree_rb.c78 Hash tblHash; /* All created tables, by index */
/PHP-5.3/Zend/tests/
H A Dbug23104.phpt2 Bug #23104 (Hash position not reset for constant arrays)
/PHP-5.3/ext/hash/tests/
H A Dhash_copy_002.phpt18 resource(%d) of type (Hash Context)
/PHP-5.3/tests/lang/
H A D024.phpt290 *** Hash resizing test ***
504 *** Hash resizing test ***
729 *** Hash resizing test ***
954 *** Hash resizing test ***
1179 *** Hash resizing test ***
1404 *** Hash resizing test ***
1629 *** Hash resizing test ***
1854 *** Hash resizing test ***
2079 *** Hash resizing test ***
2304 *** Hash resizing test ***
[all …]
H A D023.phpt161 *** Hash resizing test ***<br>
/PHP-5.3/ext/phar/phar/
H A Dpharcommand.inc68 'inf' => '<bang> Hash-bang line to start the archive (e.g. #!/usr/bin/php). The hash '
414 * @return Hash constant to be used.
1469 $infos['Hash-type'] = 'NONE';
1471 $infos['Hash-type'] = $hash['hash_type'];
1472 $infos['Hash'] = $hash['hash'];
/PHP-5.3/
H A DUPGRADING549 - Hash: hash_copy()
H A DNEWS1682 - Hash extension:
5815 . Hash
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c7302 typedef struct Hash Hash; typedef
7326 struct Hash { struct
7351 SQLITE_PRIVATE void sqlite3HashInit(Hash*); argument
7354 SQLITE_PRIVATE void sqlite3HashClear(Hash*);
21735 SQLITE_PRIVATE void sqlite3HashClear(Hash *pH){ in sqlite3HashClear()
77712 Hash *pHash;
79214 Hash *pHash;
81505 Hash temp1;
81506 Hash temp2;
89184 Hash *pTbls;
[all …]
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic4220 # Hash 1.85/1.86 databases store metadata in network byte order.
4222 # Hash and Btree 2.X and later databases store the metadata in host byte order.
4229 >>4 belong >0 (Hash, version %d, native byte-order)
4233 >>4 belong >0 (Hash, version %d, little-endian)
4239 >>4 belong >0 (Hash, version %d, big-endian)
4243 >>4 belong >0 (Hash, version %d, native byte-order)
4253 >16 long >0 (Hash, version %d, native byte-order)
4255 >16 belong >0 (Hash, version %d, big-endian)
4257 >16 lelong >0 (Hash, version %d, little-endian)
4448 >32 byte 0 \b, Hash

Completed in 436 milliseconds