Home
last modified time | relevance | path

Searched refs:szRegion (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/hopspack/website/
H A Dhopspack_register.c199 char * const szRegion, in parseAndValidate() argument
244 szRegion, nMaxPropSize) == 0) in parseAndValidate()
297 char szRegion[MAX_PROP_SIZE + 1]; in main() local
334 szRegion, in main()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos_os2.c768 int szRegion; /* Size of shared-memory regions */ member
881 static int os2OpenSharedMemory( os2File *fd, int szRegion ) { argument
916 pNode->szRegion = szRegion;
949 } else if( pNode->szRegion != szRegion ) {
1069 int szRegion, /* Size of regions */ argument
1083 rc = os2OpenSharedMemory( pFile, szRegion );
1090 assert( szRegion==pNode->szRegion );
1112 if( DosAllocSharedMem(&pvTemp, (PSZ)shmName, szRegion,
1114 DosAllocSharedMem(&pvTemp, (PSZ)shmName, szRegion,
1146 pFile->zFullPathCp, iRegion, szRegion, bExtend, rc))
H A Dos_win.c1279 int szRegion; /* Size of shared-memory regions */ member
1730 int szRegion, /* Size of regions */ in winShmMap() argument
1747 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 ); in winShmMap()
1751 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ in winShmMap()
1754 pShmNode->szRegion = szRegion; in winShmMap()
1802 int iOffset = pShmNode->nRegion*szRegion; in winShmMap()
1805 0, iOffset - iOffsetShift, szRegion + iOffsetShift in winShmMap()
1808 (int)GetCurrentProcessId(), pShmNode->nRegion, iOffset, szRegion, in winShmMap()
1826 int iOffset = iRegion*szRegion; in winShmMap()
H A Dtest_devsym.c245 int szRegion, in devsymShmMap() argument
250 return sqlite3OsShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in devsymShmMap()
H A Dtest_vfstrace.c447 int szRegion, in vfstraceShmMap() argument
455 pInfo->zVfsName, p->zFName, iRegion, szRegion, isWrite); in vfstraceShmMap()
456 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in vfstraceShmMap()
H A Dos_unix.c3527 int szRegion; /* Size of shared-memory regions */ member
3659 munmap(p->apRegion[i], p->szRegion); in unixShmPurge()
3846 int szRegion, /* Size of regions */ in unixShmMap() argument
3864 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 ); in unixShmMap()
3871 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ in unixShmMap()
3874 pShmNode->szRegion = szRegion; in unixShmMap()
3914 pMem = mmap(0, szRegion, PROT_READ|PROT_WRITE, in unixShmMap()
3915 MAP_SHARED, pShmNode->h, pShmNode->nRegion*szRegion in unixShmMap()
3922 pMem = sqlite3_malloc(szRegion); in unixShmMap()
3927 memset(pMem, 0, szRegion); in unixShmMap()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DVFSAsync.cpp300 int szRegion, /* Size of regions */ in asyncShmMap() argument
313 memInfo->regionSize = szRegion; in asyncShmMap()
317 assert( memInfo->regionSize == szRegion ); in asyncShmMap()
323 void *mem = new uint8_t[ szRegion ]; in asyncShmMap()
324 memset( mem, 0, szRegion ); in asyncShmMap()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_devsym.c246 int szRegion, in devsymShmMap() argument
251 return sqlite3OsShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in devsymShmMap()
H A Dtest_vfstrace.c566 int szRegion, in vfstraceShmMap() argument
574 pInfo->zVfsName, p->zFName, iRegion, szRegion, isWrite); in vfstraceShmMap()
575 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in vfstraceShmMap()
H A Dos_win.c3666 int szRegion; /* Size of shared-memory regions */ member
4116 int szRegion, /* Size of regions */ argument
4133 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 );
4137 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */
4140 pShmNode->szRegion = szRegion;
4200 int iOffset = pShmNode->nRegion*szRegion;
4204 iOffset - iOffsetShift, szRegion + iOffsetShift
4208 0, iOffset - iOffsetShift, szRegion + iOffsetShift
4213 szRegion, pMap ? "ok" : "failed"));
4231 int iOffset = iRegion*szRegion;
H A Dos_unix.c4041 int szRegion; /* Size of shared-memory regions */ member
4191 osMunmap(p->apRegion[i], p->szRegion); in unixShmPurge()
4393 int szRegion, /* Size of regions */ in unixShmMap() argument
4413 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 ); in unixShmMap()
4423 int nByte = nReqRegion*szRegion; /* Minimum required file size */ in unixShmMap()
4426 pShmNode->szRegion = szRegion; in unixShmMap()
4481 int nMap = szRegion*nShmPerMap; in unixShmMap()
4487 MAP_SHARED, pShmNode->h, szRegion*(i64)pShmNode->nRegion in unixShmMap()
4494 pMem = sqlite3_malloc64(szRegion); in unixShmMap()
4499 memset(pMem, 0, szRegion); in unixShmMap()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_devsym.c199 int szRegion, in devsymShmMap() argument
204 return p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in devsymShmMap()
H A Dtest_vfstrace.c566 int szRegion, in vfstraceShmMap() argument
574 pInfo->zVfsName, p->zFName, iRegion, szRegion, isWrite); in vfstraceShmMap()
575 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in vfstraceShmMap()
H A Dos_win.c3724 int szRegion; /* Size of shared-memory regions */ member
4204 int szRegion, /* Size of regions */ argument
4229 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 );
4233 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */
4236 pShmNode->szRegion = szRegion;
4301 int iOffset = pShmNode->nRegion*szRegion;
4305 iOffset - iOffsetShift, szRegion + iOffsetShift
4309 0, iOffset - iOffsetShift, szRegion + iOffsetShift
4314 szRegion, pMap ? "ok" : "failed"));
4332 int iOffset = iRegion*szRegion;
H A Dos_unix.c4272 int szRegion; /* Size of shared-memory regions */ member
4430 osMunmap(p->apRegion[i], p->szRegion); in unixShmPurge()
4688 int szRegion, /* Size of regions */ in unixShmMap() argument
4713 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 ); in unixShmMap()
4723 int nByte = nReqRegion*szRegion; /* Minimum required file size */ in unixShmMap()
4726 pShmNode->szRegion = szRegion; in unixShmMap()
4781 int nMap = szRegion*nShmPerMap; in unixShmMap()
4787 MAP_SHARED, pShmNode->hShm, szRegion*(i64)pShmNode->nRegion in unixShmMap()
4803 pShmNode->apRegion[pShmNode->nRegion+i] = &((char*)pMem)[szRegion*i]; in unixShmMap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_devsym.c199 int szRegion, in devsymShmMap() argument
204 return sqlite3OsShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in devsymShmMap()
H A Dtest_vfstrace.c566 int szRegion, in vfstraceShmMap() argument
574 pInfo->zVfsName, p->zFName, iRegion, szRegion, isWrite); in vfstraceShmMap()
575 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in vfstraceShmMap()
H A Dos_win.c3723 int szRegion; /* Size of shared-memory regions */ member
4203 int szRegion, /* Size of regions */ argument
4228 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 );
4232 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */
4235 pShmNode->szRegion = szRegion;
4300 int iOffset = pShmNode->nRegion*szRegion;
4304 iOffset - iOffsetShift, szRegion + iOffsetShift
4308 0, iOffset - iOffsetShift, szRegion + iOffsetShift
4313 szRegion, pMap ? "ok" : "failed"));
4331 int iOffset = iRegion*szRegion;
H A Dos_unix.c4247 int szRegion; /* Size of shared-memory regions */ member
4397 osMunmap(p->apRegion[i], p->szRegion); in unixShmPurge()
4655 int szRegion, /* Size of regions */ in unixShmMap() argument
4680 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 ); in unixShmMap()
4690 int nByte = nReqRegion*szRegion; /* Minimum required file size */ in unixShmMap()
4693 pShmNode->szRegion = szRegion; in unixShmMap()
4748 int nMap = szRegion*nShmPerMap; in unixShmMap()
4754 MAP_SHARED, pShmNode->hShm, szRegion*(i64)pShmNode->nRegion in unixShmMap()
4770 pShmNode->apRegion[pShmNode->nRegion+i] = &((char*)pMem)[szRegion*i]; in unixShmMap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_devsym.c199 int szRegion, in devsymShmMap() argument
204 return p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in devsymShmMap()
H A Dtest_vfstrace.c566 int szRegion, in vfstraceShmMap() argument
574 pInfo->zVfsName, p->zFName, iRegion, szRegion, isWrite); in vfstraceShmMap()
575 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in vfstraceShmMap()
H A Dos_win.c3724 int szRegion; /* Size of shared-memory regions */ member
4204 int szRegion, /* Size of regions */ argument
4229 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 );
4233 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */
4236 pShmNode->szRegion = szRegion;
4301 int iOffset = pShmNode->nRegion*szRegion;
4305 iOffset - iOffsetShift, szRegion + iOffsetShift
4309 0, iOffset - iOffsetShift, szRegion + iOffsetShift
4314 szRegion, pMap ? "ok" : "failed"));
4332 int iOffset = iRegion*szRegion;
H A Dos_unix.c4272 int szRegion; /* Size of shared-memory regions */ member
4430 osMunmap(p->apRegion[i], p->szRegion); in unixShmPurge()
4688 int szRegion, /* Size of regions */ in unixShmMap() argument
4713 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 ); in unixShmMap()
4723 int nByte = nReqRegion*szRegion; /* Minimum required file size */ in unixShmMap()
4726 pShmNode->szRegion = szRegion; in unixShmMap()
4781 int nMap = szRegion*nShmPerMap; in unixShmMap()
4787 MAP_SHARED, pShmNode->hShm, szRegion*(i64)pShmNode->nRegion in unixShmMap()
4803 pShmNode->apRegion[pShmNode->nRegion+i] = &((char*)pMem)[szRegion*i]; in unixShmMap()
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DTelemetryVFS.cpp425 int xShmMap(sqlite3_file* pFile, int iRegion, int szRegion, int isWrite, in xShmMap() argument
429 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in xShmMap()
/dports/www/firefox/firefox-99.0/storage/
H A DTelemetryVFS.cpp425 int xShmMap(sqlite3_file* pFile, int iRegion, int szRegion, int isWrite, in xShmMap() argument
429 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in xShmMap()

123456789