Searched refs:iOffset (Results 26 - 34 of 34) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/src/
H A Dpragma.c33 static const u8 iOffset[] = {0, 1, 2, 4, 9, 12, 16}; local
42 if( iLength[i]==n && sqlite3StrNICmp(&zText[iOffset[i]],z,n)==0 ){
H A Dpager.c446 i64 iOffset; /* Starting offset in main journal */ member in struct:PagerSavepoint
2816 i64 iOffset = (pgno-1)*(i64)pPager->pageSize; local
2817 rc = sqlite3OsRead(pPager->fd, pPg->pData, pgsz, iOffset);
3157 ** offset PagerSavepoint.iOffset and continuing to
3218 ** PagerSavepoint.iOffset and continuing to the next journal header.
3226 pPager->journalOff = pSavepoint->iOffset;
6149 aNew[ii].iOffset = pPager->journalOff;
6151 aNew[ii].iOffset = JOURNAL_HDR_SZ(pPager);
H A Dtest1.c1691 int iOffset; local
1701 if( TCL_OK!=Tcl_GetIntFromObj(interp, objv[2], &iOffset)
1710 rc = sqlite3_blob_read(pBlob, zBuf, nByte, iOffset);
1742 int iOffset; local
1754 if( TCL_OK!=Tcl_GetIntFromObj(interp, objv[2], &iOffset) ){
1762 rc = sqlite3_blob_write(pBlob, zBuf, nBuf, iOffset);
H A DsqliteInt.h2045 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */ member in struct:Select
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c5524 ** from the open BLOB, starting at offset iOffset.)^
5526 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
5527 ** [SQLITE_ERROR] is returned and no data is read. ^If N or iOffset is
5529 ** ^The size of the blob (and hence the maximum value of N+iOffset)
5545 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
5552 ** into the open BLOB, starting at offset iOffset.
5560 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
5563 ** The size of the BLOB (and hence the maximum value of N+iOffset)
5583 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
10390 int iLimit, iOffset; /* Memor member in struct:Select
16257 int iOffset; /* An offset into mem5.aCtrl[] */ local
31755 seekWinFile(winFile *pFile, sqlite3_int64 iOffset) argument
32921 int iOffset = pShmNode->nRegion*szRegion; local
32945 int iOffset = iRegion*szRegion; local
36876 i64 iOffset; /* Starting offset in main journal */ member in struct:PagerSavepoint
39246 i64 iOffset = (pgno-1)*(i64)pPager->pageSize; local
44360 i64 iOffset; /* Next offset to read from log file */ local
44982 i64 iOffset; local
45592 i64 iOffset; local
45904 i64 iOffset; /* Write offset in log file */ local
45934 i64 iOffset = walFrameOffset(iFrame+1, szPage); local
68456 int iOffset; /* Byte offset of blob in cursor data */ member in struct:Incrblob
68782 blobReadWrite( sqlite3_blob *pBlob, void *z, int n, int iOffset, int (*xCall)(BtCursor*, u32, u32, void*) ) argument
68832 sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset) argument
68839 sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset) argument
69189 sqlite3_int64 iOffset; /* Offset from the beginning of the file */ member in struct:FilePoint
87569 static const u8 iOffset[] = {0, 1, 2, 4, 9, 12, 16}; local
91341 int iOffset; local
110619 PageData(DbPage *pPage, unsigned iOffset) argument
118589 int iOffset; /* current position in zInput */ member in struct:porter_tokenizer_cursor
119718 int iOffset; /* current position in pInput */ member in struct:simple_tokenizer_cursor
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c5837 ** from the open BLOB, starting at offset iOffset.)^
5839 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
5840 ** [SQLITE_ERROR] is returned and no data is read. ^If N or iOffset is
5842 ** ^The size of the blob (and hence the maximum value of N+iOffset)
5858 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
5865 ** into the open BLOB, starting at offset iOffset.
5873 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
5876 ** The size of the BLOB (and hence the maximum value of N+iOffset)
5896 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
11693 int iLimit, iOffset; /* Memor member in struct:Select
18246 int iOffset; /* An offset into mem5.aCtrl[] */ local
34311 winSeekFile(winFile *pFile, sqlite3_int64 iOffset) argument
35853 int iOffset = pShmNode->nRegion*szRegion; local
35884 int iOffset = iRegion*szRegion; local
40692 i64 iOffset; /* Starting offset in main journal */ member in struct:PagerSavepoint
43137 i64 iOffset = (pgno-1)*(i64)pPager->pageSize; local
48578 i64 iOffset; /* Next offset to read from log file */ local
49220 i64 iOffset; local
49885 i64 iOffset; local
50210 i64 iOffset; /* Next byte to write in WAL file */ local
74560 int iOffset; /* Byte offset of blob in cursor data */ member in struct:Incrblob
74886 blobReadWrite( sqlite3_blob *pBlob, void *z, int n, int iOffset, int (*xCall)(BtCursor*, u32, u32, void*) ) argument
74936 sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset) argument
74943 sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset) argument
76401 sqlite3_int64 iOffset; /* Offset from the beginning of the file */ member in struct:FilePoint
98687 static const u8 iOffset[] = {0, 1, 2, 4, 9, 12, 16}; local
101986 codeOffset( Vdbe *v, int iOffset, int iContinue ) argument
103193 int iOffset; local
134903 int iOffset; /* current position in zInput */ member in struct:porter_tokenizer_cursor
136051 int iOffset; /* current position in pInput */ member in struct:simple_tokenizer_cursor
[all...]
/external/sqlite/dist/
H A Dsqlite3.c5837 ** from the open BLOB, starting at offset iOffset.)^
5839 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
5840 ** [SQLITE_ERROR] is returned and no data is read. ^If N or iOffset is
5842 ** ^The size of the blob (and hence the maximum value of N+iOffset)
5858 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
5865 ** into the open BLOB, starting at offset iOffset.
5873 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
5876 ** The size of the BLOB (and hence the maximum value of N+iOffset)
5896 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
11693 int iLimit, iOffset; /* Memor member in struct:Select
18246 int iOffset; /* An offset into mem5.aCtrl[] */ local
34331 winSeekFile(winFile *pFile, sqlite3_int64 iOffset) argument
35873 int iOffset = pShmNode->nRegion*szRegion; local
35904 int iOffset = iRegion*szRegion; local
40712 i64 iOffset; /* Starting offset in main journal */ member in struct:PagerSavepoint
43157 i64 iOffset = (pgno-1)*(i64)pPager->pageSize; local
48598 i64 iOffset; /* Next offset to read from log file */ local
49240 i64 iOffset; local
49905 i64 iOffset; local
50230 i64 iOffset; /* Next byte to write in WAL file */ local
74580 int iOffset; /* Byte offset of blob in cursor data */ member in struct:Incrblob
74906 blobReadWrite( sqlite3_blob *pBlob, void *z, int n, int iOffset, int (*xCall)(BtCursor*, u32, u32, void*) ) argument
74956 sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset) argument
74963 sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset) argument
76421 sqlite3_int64 iOffset; /* Offset from the beginning of the file */ member in struct:FilePoint
98707 static const u8 iOffset[] = {0, 1, 2, 4, 9, 12, 16}; local
102006 codeOffset( Vdbe *v, int iOffset, int iContinue ) argument
103213 int iOffset; local
134935 int iOffset; /* current position in zInput */ member in struct:porter_tokenizer_cursor
136083 int iOffset; /* current position in pInput */ member in struct:simple_tokenizer_cursor
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c1032 int iOffset; /* the last start offset written */ member in struct:PLWriter
1057 pWriter->iOffset = 0;
1063 assert( iStartOffset>=pWriter->iOffset );
1064 n += putVarint(c+n, iStartOffset-pWriter->iOffset);
1065 pWriter->iOffset = iStartOffset;
1092 pWriter->iOffset = 0;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 631 milliseconds

12