Searched refs:iOffset (Results 1 - 5 of 5) 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
695 while (c->iOffset < c->nInput) {
699 while (c->iOffset < c->nInput && isDelim(z[c->iOffset])) {
700 c->iOffset++;
704 iStartOffset = c->iOffset;
705 while (c->iOffset < c->nInput && !isDelim(z[c->iOffset])) {
706 c->iOffset++;
709 if (c->iOffset > iStartOffse
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1543 int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
1548 int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c9476 u32 iOffset; member in struct:ZipfileEOCD
9519 u32 iOffset; member in struct:ZipfileCDS
9931 pCDS->iOffset = zipfileRead32(aRead);
10166 rc = zipfileReadData(pFile, aRead, szFix, pNew->cds.iOffset, pzErr);
10168 aRead = (u8*)&aBlob[pNew->cds.iOffset];
10173 pNew->iDataOff = pNew->cds.iOffset + ZIPFILE_LFH_FIXED_SZ;
10181 (int)pNew->cds.iOffset
10204 i64 iEof = pCsr->eocd.iOffset + pCsr->eocd.nSize;
10491 pEOCD->iOffset = zipfileRead32(aRead);
10533 iOff = eocd.iOffset;
11125 i64 iOffset = pTab->szCurrent; local
19737 int iOffset; local
22032 int iOffset = 0; local
[all...]
H A Dsqlite3.c8158 ** from the open BLOB, starting at offset iOffset.)^
8160 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
8161 ** [SQLITE_ERROR] is returned and no data is read. ^If N or iOffset is
8163 ** ^The size of the blob (and hence the maximum value of N+iOffset)
8179 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
8187 ** into the open BLOB, starting at offset iOffset.)^
8201 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
8203 ** BLOB (and hence the maximum value of N+iOffset) can be determined
8204 ** using the [sqlite3_blob_bytes()] interface. ^If N or iOffset are less
8221 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
19436 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...]
H A Dsqlite3.h7845 ** from the open BLOB, starting at offset iOffset.)^
7847 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
7848 ** [SQLITE_ERROR] is returned and no data is read. ^If N or iOffset is
7850 ** ^The size of the blob (and hence the maximum value of N+iOffset)
7866 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
7874 ** into the open BLOB, starting at offset iOffset.)^
7888 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
7890 ** BLOB (and hence the maximum value of N+iOffset) can be determined
7891 ** using the [sqlite3_blob_bytes()] interface. ^If N or iOffset are less
7908 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
[all...]

Completed in 802 milliseconds