Searched refs:pEntry (Results 1 – 5 of 5) sorted by relevance
252 Lac_MemPoolEntryFree(void *pEntry) in Lac_MemPoolEntryFree() argument257 if (pEntry == NULL) { in Lac_MemPoolEntryFree()263 (lac_mem_blk_t *)((LAC_ARCH_UINT)pEntry - sizeof(lac_mem_blk_t)); in Lac_MemPoolEntryFree()
47 void * pEntry; member56 void * pEntry; member
82 curIbTrace->pEntry = iomb; in mpiTraceAdd()105 curObTrace->pEntry = iomb; in mpiTraceAdd()
7880 struct dirent *pEntry = readdir(pLvl->pDir); in fsdirNext() local7881 if( pEntry ){ in fsdirNext()7882 if( pEntry->d_name[0]=='.' ){ in fsdirNext()7883 if( pEntry->d_name[1]=='.' && pEntry->d_name[2]=='\0' ) continue; in fsdirNext()7884 if( pEntry->d_name[1]=='\0' ) continue; in fsdirNext()7887 pCur->zPath = sqlite3_mprintf("%s/%s", pLvl->zDir, pEntry->d_name); in fsdirNext()9787 ZipfileEntry *pEntry; in zipfileCleanupTransaction() local9794 for(pEntry=pTab->pFirstEntry; pEntry; pEntry=pNext){ in zipfileCleanupTransaction()9795 pNext = pEntry->pNext; in zipfileCleanupTransaction()9796 zipfileEntryFree(pEntry); in zipfileCleanupTransaction()[all …]
36968 struct _ht *pEntry, /* The entry into which pNew is inserted */36972 if( pEntry ){36973 pHead = pEntry->count ? pEntry->chain : 0;36974 pEntry->count++;36975 pEntry->chain = pNew;37052 struct _ht *pEntry;37054 pEntry = &pH->ht[h];37055 elem = pEntry->chain;37056 count = pEntry->count;37082 struct _ht *pEntry;[all …]