Searched defs:pEntry (Results 1 – 16 of 16) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | hash.c | 74 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 D | rowset.c | 111 struct RowSetEntry *pEntry; /* List of entries using pRight */ member 211 struct RowSetEntry *pEntry; /* The new entry */ in sqlite3RowSetInsert() local
|
| H A D | test_malloc.c | 745 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 D | attach.c | 276 HashElem *pEntry; in detachFunc() local
|
| H A D | test_fs.c | 132 struct DIRENT *pEntry; member
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | ft_hash.c | 205 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 D | fts1_hash.c | 163 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 D | fts2_hash.c | 170 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 D | fts3_hash.c | 168 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 D | lsmtest_util.c | 158 struct Entry *pEntry; in argError() local 180 struct Entry *pEntry; in testArgSelectX() local
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_buffer.c | 357 Fts5TermsetEntry *pEntry; in sqlite3Fts5TermsetAdd() local 399 Fts5TermsetEntry *pEntry = p->apHash[i]; in sqlite3Fts5TermsetFree() local
|
| H A D | fts5_hash.c | 462 Fts5HashEntry *pEntry = pIter; in fts5HashEntrySort() local
|
| /sqlite-3.40.0/ext/expert/ |
| H A D | sqlite3expert.c | 201 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 D | zipfile.c | 409 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 D | fileio.c | 720 struct dirent *pEntry = readdir(pLvl->pDir); in fsdirNext() local
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_shared.c | 643 FreelistEntry *pEntry = &pFree->aEntry[p->iFree]; in walkFreelistCb() local 725 FreelistEntry *pEntry = &p->pFreelist->aEntry[i]; in lsmWalkFreelist() local
|