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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c6540 ** element pointed to plus the next _ht.count-1 elements in the list.
6552 struct _ht { /* the hash table */ struct in struct:Hash
20716 struct _ht *pEntry, /* The entry into which pNew is inserted */
20749 struct _ht *new_ht; /* The new hash table */
20753 if( new_size*sizeof(struct _ht)>SQLITE_MALLOC_SOFT_LIMIT ){
20754 new_size = SQLITE_MALLOC_SOFT_LIMIT/sizeof(struct _ht);
20764 new_ht = (struct _ht *)sqlite3Malloc( new_size*sizeof(struct _ht) );
20770 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht);
20771 memset(new_ht, 0, new_size*sizeof(struct _ht));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c6540 ** element pointed to plus the next _ht.count-1 elements in the list.
6552 struct _ht { /* the hash table */ struct in struct:Hash
20716 struct _ht *pEntry, /* The entry into which pNew is inserted */
20749 struct _ht *new_ht; /* The new hash table */
20753 if( new_size*sizeof(struct _ht)>SQLITE_MALLOC_SOFT_LIMIT ){
20754 new_size = SQLITE_MALLOC_SOFT_LIMIT/sizeof(struct _ht);
20764 new_ht = (struct _ht *)sqlite3Malloc( new_size*sizeof(struct _ht) );
20770 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht);
20771 memset(new_ht, 0, new_size*sizeof(struct _ht));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c6540 ** element pointed to plus the next _ht.count-1 elements in the list.
6552 struct _ht { /* the hash table */ struct in struct:Hash
20716 struct _ht *pEntry, /* The entry into which pNew is inserted */
20749 struct _ht *new_ht; /* The new hash table */
20753 if( new_size*sizeof(struct _ht)>SQLITE_MALLOC_SOFT_LIMIT ){
20754 new_size = SQLITE_MALLOC_SOFT_LIMIT/sizeof(struct _ht);
20764 new_ht = (struct _ht *)sqlite3Malloc( new_size*sizeof(struct _ht) );
20770 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht);
20771 memset(new_ht, 0, new_size*sizeof(struct _ht));
[all...]

Completed in 903 milliseconds