Home
last modified time | relevance | path

Searched refs:_ht (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/session/
H A Dphp_session.h223 HashTable *_ht = Z_ARRVAL_P(PS(http_session_vars)); \
226 for (zend_hash_internal_pointer_reset(_ht); \
227 …(key_type = zend_hash_get_current_key_ex(_ht, &key, &key_length, &num_key, 0, NULL)) != HASH_KEY_N…
228 zend_hash_move_forward(_ht)) { \
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dhash.h38 struct _ht { /* the hash table */ struct
H A Dhash.c166 struct _ht *new_ht; /* The new hash table */ in rehash()
172 new_ht = (struct _ht *)sqliteMalloc( new_size*sizeof(struct _ht) ); in rehash()
/PHP-5.3/ext/openssl/
H A Dopenssl.c2974 #define OPENSSL_PKEY_SET_BN(_ht, _type, _name) do { \ argument
2976 if (zend_hash_find(_ht, #_name, sizeof(#_name), (void**)&bn) == SUCCESS && \
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c7330 struct _ht { /* the hash table */ struct
21771 struct _ht *pEntry, /* The entry into which pNew is inserted */ in insertElement()
21804 struct _ht *new_ht; /* The new hash table */ in rehash()
21808 if( new_size*sizeof(struct _ht)>SQLITE_MALLOC_SOFT_LIMIT ){ in rehash()
21809 new_size = SQLITE_MALLOC_SOFT_LIMIT/sizeof(struct _ht); in rehash()
21819 new_ht = (struct _ht *)sqlite3Malloc( new_size*sizeof(struct _ht) ); in rehash()
21825 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht); in rehash()
21826 memset(new_ht, 0, new_size*sizeof(struct _ht)); in rehash()
21849 struct _ht *pEntry = &pH->ht[h]; in findElementGivenHash()
21873 struct _ht *pEntry; in removeElementGivenHash()

Completed in 309 milliseconds