Home
last modified time | relevance | path

Searched defs:pEntry (Results 1 – 16 of 16) sorted by relevance

/sqlite-3.40.0/src/
H A Dhash.c74 struct _ht *pEntry, /* The entry into which pNew is inserted */ in insertElement()
158 struct _ht *pEntry; in findElementWithHash() local
187 struct _ht *pEntry; in removeElementGivenHash() local
H A Drowset.c111 struct RowSetEntry *pEntry; /* List of entries using pRight */ member
211 struct RowSetEntry *pEntry; /* The new entry */ in sqlite3RowSetInsert() local
H A Dtest_malloc.c745 Tcl_HashEntry *pEntry; in test_memdebug_callback() local
774 Tcl_HashEntry *pEntry; in test_memdebug_log_clear() local
827 Tcl_HashEntry *pEntry; in test_memdebug_log() local
H A Dattach.c276 HashElem *pEntry; in detachFunc() local
H A Dtest_fs.c132 struct DIRENT *pEntry; member
/sqlite-3.40.0/ext/fts1/
H A Dft_hash.c205 struct _ht *pEntry, /* The entry into which pNew is inserted */ in insertElement()
265 struct _ht *pEntry = &pH->ht[h]; in findElementGivenHash() local
287 struct _ht *pEntry; in removeElementGivenHash() local
H A Dfts1_hash.c163 struct _fts1ht *pEntry, /* The entry into which pNew is inserted */ in insertElement()
223 struct _fts1ht *pEntry = &pH->ht[h]; in findElementGivenHash() local
245 struct _fts1ht *pEntry; in removeElementGivenHash() local
/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.c170 struct _fts2ht *pEntry, /* The entry into which pNew is inserted */ in insertElement()
230 struct _fts2ht *pEntry = &pH->ht[h]; in findElementGivenHash() local
252 struct _fts2ht *pEntry; in removeElementGivenHash() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_hash.c168 struct _fts3ht *pEntry, /* The entry into which pNew is inserted */ in fts3HashInsertElement()
231 struct _fts3ht *pEntry = &pH->ht[h]; in fts3FindElementByHash() local
253 struct _fts3ht *pEntry; in fts3RemoveElementByHash() local
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_util.c158 struct Entry *pEntry; in argError() local
180 struct Entry *pEntry; in testArgSelectX() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_buffer.c357 Fts5TermsetEntry *pEntry; in sqlite3Fts5TermsetAdd() local
399 Fts5TermsetEntry *pEntry = p->apHash[i]; in sqlite3Fts5TermsetFree() local
H A Dfts5_hash.c462 Fts5HashEntry *pEntry = pIter; in fts5HashEntrySort() local
/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c201 IdxHashEntry *pEntry; in idxHashClear() local
239 IdxHashEntry *pEntry; in idxHashAdd() local
269 IdxHashEntry *pEntry; in idxHashFind() local
288 IdxHashEntry *pEntry = idxHashFind(pHash, zKey, nKey); in idxHashSearch() local
1198 IdxHashEntry *pEntry; in idxFindIndexes() local
1656 IdxHashEntry *pEntry; in idxPopulateOneStat1() local
1956 IdxHashEntry *pEntry; in sqlite3_expert_analyze() local
/sqlite-3.40.0/ext/misc/
H A Dzipfile.c409 ZipfileEntry *pEntry; in zipfileCleanupTransaction() local
1352 static int zipfileSerializeLFH(ZipfileEntry *pEntry, u8 *aBuf){ in zipfileSerializeLFH()
1387 ZipfileEntry *pEntry, in zipfileAppendEntry()
1756 static int zipfileSerializeCDS(ZipfileEntry *pEntry, u8 *aBuf){ in zipfileSerializeCDS()
H A Dfileio.c720 struct dirent *pEntry = readdir(pLvl->pDir); in fsdirNext() local
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_shared.c643 FreelistEntry *pEntry = &pFree->aEntry[p->iFree]; in walkFreelistCb() local
725 FreelistEntry *pEntry = &p->pFreelist->aEntry[i]; in lsmWalkFreelist() local