Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_hash.h173 #define ZEND_HASH_INDEX_FIND(_ht, _h, _ret, _not_found) do { \ argument
829 #define ZEND_HASH_FOREACH(_ht, indirect) do { \ argument
840 #define ZEND_HASH_REVERSE_FOREACH(_ht, indirect) do { \ argument
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c13420 struct _ht { /* the hash table */ struct
13421 unsigned int count; /* Number of entries with this hash */
13422 HashElem *chain; /* Pointer to first entry with this hash */

Completed in 400 milliseconds