Home
last modified time | relevance | path

Searched defs:_ht (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_hash.h770 #define ZEND_HASH_FOREACH(_ht, indirect) do { \ argument
780 #define ZEND_HASH_REVERSE_FOREACH(_ht, indirect) do { \ argument
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c11208 struct _ht { /* the hash table */ struct
11209 int count; /* Number of entries with this hash */
11210 HashElem *chain; /* Pointer to first entry with this hash */

Completed in 353 milliseconds