Searched refs:osMmap (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 39388 #define osMmap ((void*(*)(void*,size_t,int,int,int,off_t))aSyscall[22].pCurrent) macro 43769 pMem = osMmap(0, nMap, in unixShmMap() 44188 pNew = osMmap(pReq, nNew-nReuse, flags, MAP_SHARED, h, nReuse); in unixRemapfile() 44207 pNew = osMmap(0, nNew, flags, MAP_SHARED, h, 0); in unixRemapfile()
|