Searched refs:tblHash (Results 1 - 7 of 7) sorted by relevance
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | attach.c | 85 sqliteHashInit(&aNew->tblHash, SQLITE_HASH_STRING, 0);
|
| H A D | btree_rb.c | 78 Hash tblHash; /* All created tables, by index */ member in struct:Rbtree 588 sqliteHashInsert(&pRbtree->tblHash, 0, n, pNewTbl); 621 sqliteHashInit(&(*ppRbtree)->tblHash, SQLITE_HASH_INT, 0); 674 pTree = sqliteHashInsert(&tree->tblHash, 0, n, 0); 724 pCur->pTree = sqliteHashFind(&tree->tblHash, 0, iTable); 1031 pTree = sqliteHashFind(&tree->tblHash, 0, n); 1247 for(p=sqliteHashFirst(&tree->tblHash); p; p=sqliteHashNext(p)){ 1305 while( (p=sqliteHashFirst(&tree->tblHash))!=0 ){ 1309 sqliteHashClear(&tree->tblHash); 1328 cur.pTree = sqliteHashFind( &pRbtree->tblHash, [all...] |
| H A D | build.c | 111 p = sqliteHashFind(&db->aDb[j].tblHash, zName, strlen(zName)+1); 228 temp1 = pDb->tblHash; 238 sqliteHashInit(&pDb->tblHash, SQLITE_HASH_STRING, 0); 366 pOld = sqliteHashInsert(&db->aDb[i].tblHash, p->zName, strlen(p->zName)+1, 0); 972 pOld = sqliteHashInsert(&db->aDb[p->iDb].tblHash, 1145 for(i=sqliteHashFirst(&db->aDb[idx].tblHash); i; i=sqliteHashNext(i)){
|
| H A D | main.c | 491 sqliteHashInit(&db->aDb[i].tblHash, SQLITE_HASH_STRING, 0);
|
| H A D | pragma.c | 632 for(x=sqliteHashFirst(&db->aDb[i].tblHash); x; x=sqliteHashNext(x)){
|
| H A D | sqliteInt.h | 264 Hash tblHash; /* All tables indexed by name */ member in struct:Db
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 9298 Hash tblHash; /* All tables indexed by name */ member in struct:Schema 13070 pSchema->tblHash.count 13075 nByte += sqlite3MallocSize(pSchema->tblHash.ht); 13083 for(p=sqliteHashFirst(&pSchema->tblHash); p; p=sqliteHashNext(p)){ [all...] |
Completed in 131 milliseconds