Searched refs:iOffset (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dsys_macosx.cpp206 int iOffset; local
207 iOffset = lseek(iHandle, iSeekLength, SEEK_SET);
208 return iOffset;
239 * @param[in] iOffset Start point of the file to be mapped in memory.
244 INTERNAL void *SYS_MemoryMap(int iSize, int iFid, int iOffset) argument
251 MAP_SHARED, iFid, iOffset);
268 * @param[in] iOffset Start point of the file to be mapped in memory.
272 INTERNAL void *SYS_PublicMemoryMap(int iSize, int iFid, int iOffset) argument
278 vAddress = mmap(0, iSize, PROT_READ, MAP_SHARED, iFid, iOffset);
H A Dsys_unix.c209 int iOffset; local
210 iOffset = lseek(iHandle, iSeekLength, SEEK_SET);
211 return iOffset;
242 * @param[in] iOffset Start point of the file to be mapped in memory.
247 INTERNAL void *SYS_MemoryMap(int iSize, int iFid, int iOffset) argument
254 MAP_SHARED, iFid, iOffset);
271 * @param[in] iOffset Start point of the file to be mapped in memory.
275 INTERNAL void *SYS_PublicMemoryMap(int iSize, int iFid, int iOffset) argument
281 vAddress = mmap(0, iSize, PROT_READ, MAP_SHARED, iFid, iOffset);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h5170 ** from the open BLOB, starting at offset iOffset.)^
5172 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
5173 ** [SQLITE_ERROR] is returned and no data is read. ^If N or iOffset is
5175 ** ^The size of the blob (and hence the maximum value of N+iOffset)
5191 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
5198 ** into the open BLOB, starting at offset iOffset.
5206 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
5209 ** The size of the BLOB (and hence the maximum value of N+iOffset)
5229 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
H A Dsqlite3.c5723 ** from the open BLOB, starting at offset iOffset.)^
5725 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
5726 ** [SQLITE_ERROR] is returned and no data is read. ^If N or iOffset is
5728 ** ^The size of the blob (and hence the maximum value of N+iOffset)
5744 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
5751 ** into the open BLOB, starting at offset iOffset.
5759 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
5762 ** The size of the BLOB (and hence the maximum value of N+iOffset)
5782 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
10704 int iLimit, iOffset; /* Memor member in struct:Select
16648 int iOffset; /* An offset into mem5.aCtrl[] */ local
32603 seekWinFile(winFile *pFile, sqlite3_int64 iOffset) argument
33831 int iOffset = pShmNode->nRegion*szRegion; local
33855 int iOffset = iRegion*szRegion; local
37982 i64 iOffset; /* Starting offset in main journal */ member in struct:PagerSavepoint
40352 i64 iOffset = (pgno-1)*(i64)pPager->pageSize; local
45461 i64 iOffset; /* Next offset to read from log file */ local
46092 i64 iOffset; local
46713 i64 iOffset; local
47043 i64 iOffset; /* Write offset in log file */ local
47073 i64 iOffset = walFrameOffset(iFrame+1, szPage); local
69835 int iOffset; /* Byte offset of blob in cursor data */ member in struct:Incrblob
70164 blobReadWrite( sqlite3_blob *pBlob, void *z, int n, int iOffset, int (*xCall)(BtCursor*, u32, u32, void*) ) argument
70214 sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset) argument
70221 sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset) argument
71454 sqlite3_int64 iOffset; /* Offset from the beginning of the file */ member in struct:FilePoint
89988 static const u8 iOffset[] = {0, 1, 2, 4, 9, 12, 16}; local
93789 int iOffset; local
120936 int iOffset; /* current position in zInput */ member in struct:porter_tokenizer_cursor
122068 int iOffset; /* current position in pInput */ member in struct:simple_tokenizer_cursor
[all...]

Completed in 399 milliseconds