Home
last modified time | relevance | path

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

/PHP-5.5/ext/session/
H A Dphp_session.h261 HashTable *_ht = Z_ARRVAL_P(PS(http_session_vars)); \
264 for (zend_hash_internal_pointer_reset(_ht); \
265 …(key_type = zend_hash_get_current_key_ex(_ht, &key, &key_length, &num_key, 0, NULL)) != HASH_KEY_N…
266 zend_hash_move_forward(_ht)) { \
/PHP-5.5/ext/openssl/
H A Dopenssl.c3076 #define OPENSSL_PKEY_SET_BN(_ht, _type, _name) do { \ argument
3078 if (zend_hash_find(_ht, #_name, sizeof(#_name), (void**)&bn) == SUCCESS && \
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c8603 struct _ht { /* the hash table */ struct
24873 struct _ht *pEntry, /* The entry into which pNew is inserted */
24906 struct _ht *new_ht; /* The new hash table */
24910 if( new_size*sizeof(struct _ht)>SQLITE_MALLOC_SOFT_LIMIT ){
24911 new_size = SQLITE_MALLOC_SOFT_LIMIT/sizeof(struct _ht);
24925 new_ht = (struct _ht *)sqlite3Malloc( new_size*sizeof(struct _ht) );
24931 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht);
24932 memset(new_ht, 0, new_size*sizeof(struct _ht));
24955 struct _ht *pEntry;
24984 struct _ht *pEntry;

Completed in 289 milliseconds