Searched defs:iOffset (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c51 size_t iOffset; /* current position in zInput */ member in struct:custom_apropos_tokenizer_cursor
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c9476 u32 iOffset; member in struct:ZipfileEOCD
9519 u32 iOffset; member in struct:ZipfileCDS
11125 i64 iOffset = pTab->szCurrent; local
19737 int iOffset; local
22032 int iOffset = 0; local
[all...]
H A Dsqlite3.c19436 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */ member in struct:Select
23173 i64 iOffset; /* File offset of the row being cached */ member in struct:VdbeTxtBlbCache
28339 int iOffset; /* An offset into mem5.aCtrl[] */ local
48891 winSeekFile(winFile *pFile, sqlite3_int64 iOffset) argument
50612 int iOffset = pShmNode->nRegion*szRegion; local
50643 int iOffset = iRegion*szRegion; local
57182 i64 iOffset; /* Starting offset in main journal */ member in struct:PagerSavepoint
59778 i64 iOffset = (pPg->pgno-1)*(i64)pPager->pageSize; local
66041 i64 iOffset = walFrameOffset(iFrame, szPage); local
66831 i64 iOffset; local
67312 i64 iOffset; /* Current offset when reading wal file */ local
68174 i64 iOffset; local
68557 i64 iOffset; /* Next byte to write in WAL file */ local
79265 btreeOverwriteContent( MemPage *pPage, u8 *pDest, const BtreePayload *pX, int iOffset, int iAmt ) argument
79313 int iOffset; /* Next byte of pX->pData to write */ local
93315 vdbeColumnFromOverflow( VdbeCursor *pC, int iCol, int t, i64 iOffset, u32 cacheStatus, u32 colCacheCtr, Mem *pDest ) argument
101770 int iOffset; /* Byte offset of blob in cursor data */ member in struct:Incrblob
102120 blobReadWrite( sqlite3_blob *pBlob, void *z, int n, int iOffset, int (*xCall)(BtCursor*, u32, u32, void*) ) argument
102195 sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset) argument
102202 sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset) argument
105539 sqlite3_int64 iOffset; /* Offset from the beginning of the file */ member in struct:FilePoint
137810 static const u8 iOffset[] = {0, 1, 2, 4, 9, 12, 15, 20}; local
142628 codeOffset( Vdbe *v, int iOffset, int iContinue ) argument
144255 int iOffset; local
180834 int iOffset = -1; local
193015 int iOffset; /* current position in zInput */ member in struct:porter_tokenizer_cursor
194198 int iOffset; /* current position in pInput */ member in struct:simple_tokenizer_cursor
221834 i64 iOffset; /* Value of 'pgOffset' column */ member in struct:StatCursor
[all...]

Completed in 912 milliseconds