Home
last modified time | relevance | path

Searched refs:pMethods (Results 1 – 25 of 668) sorted by relevance

12345678910>>...27

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos.c83 if( pId->pMethods ){ in sqlite3OsClose()
84 pId->pMethods->xClose(pId); in sqlite3OsClose()
85 pId->pMethods = 0; in sqlite3OsClose()
97 return id->pMethods->xTruncate(id, size); in sqlite3OsTruncate()
105 return id->pMethods->xFileSize(id, pSize); in sqlite3OsFileSize()
109 return id->pMethods->xLock(id, lockType); in sqlite3OsLock()
112 return id->pMethods->xUnlock(id, lockType); in sqlite3OsUnlock()
128 if( id->pMethods==0 ) return SQLITE_NOTFOUND; in sqlite3OsFileControl()
156 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControlHint()
171 id->pMethods->xShmBarrier(id); in sqlite3OsShmBarrier()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos.c83 if( pId->pMethods ){ in sqlite3OsClose()
84 pId->pMethods->xClose(pId); in sqlite3OsClose()
85 pId->pMethods = 0; in sqlite3OsClose()
97 return id->pMethods->xTruncate(id, size); in sqlite3OsTruncate()
105 return id->pMethods->xFileSize(id, pSize); in sqlite3OsFileSize()
109 return id->pMethods->xLock(id, lockType); in sqlite3OsLock()
112 return id->pMethods->xUnlock(id, lockType); in sqlite3OsUnlock()
128 if( id->pMethods==0 ) return SQLITE_NOTFOUND; in sqlite3OsFileControl()
149 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControlHint()
164 id->pMethods->xShmBarrier(id); in sqlite3OsShmBarrier()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos.c83 if( pId->pMethods ){ in sqlite3OsClose()
84 pId->pMethods->xClose(pId); in sqlite3OsClose()
85 pId->pMethods = 0; in sqlite3OsClose()
97 return id->pMethods->xTruncate(id, size); in sqlite3OsTruncate()
105 return id->pMethods->xFileSize(id, pSize); in sqlite3OsFileSize()
109 return id->pMethods->xLock(id, lockType); in sqlite3OsLock()
112 return id->pMethods->xUnlock(id, lockType); in sqlite3OsUnlock()
128 if( id->pMethods==0 ) return SQLITE_NOTFOUND; in sqlite3OsFileControl()
149 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControlHint()
164 id->pMethods->xShmBarrier(id); in sqlite3OsShmBarrier()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos.c83 if( pId->pMethods ){ in sqlite3OsClose()
84 pId->pMethods->xClose(pId); in sqlite3OsClose()
85 pId->pMethods = 0; in sqlite3OsClose()
97 return id->pMethods->xTruncate(id, size); in sqlite3OsTruncate()
101 return id->pMethods->xSync(id, flags); in sqlite3OsSync()
105 return id->pMethods->xFileSize(id, pSize); in sqlite3OsFileSize()
109 return id->pMethods->xLock(id, lockType); in sqlite3OsLock()
112 return id->pMethods->xUnlock(id, lockType); in sqlite3OsUnlock()
160 id->pMethods->xShmBarrier(id); in sqlite3OsShmBarrier()
183 return id->pMethods->xUnfetch(id, iOff, p); in sqlite3OsUnfetch()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos.c57 if( pId->pMethods ){ in sqlite3OsClose()
58 rc = pId->pMethods->xClose(pId); in sqlite3OsClose()
59 pId->pMethods = 0; in sqlite3OsClose()
72 return id->pMethods->xTruncate(id, size); in sqlite3OsTruncate()
76 return id->pMethods->xSync(id, flags); in sqlite3OsSync()
80 return id->pMethods->xFileSize(id, pSize); in sqlite3OsFileSize()
84 return id->pMethods->xLock(id, lockType); in sqlite3OsLock()
87 return id->pMethods->xUnlock(id, lockType); in sqlite3OsUnlock()
107 id->pMethods->xShmBarrier(id); in sqlite3OsShmBarrier()
110 return id->pMethods->xShmUnmap(id, deleteFlag); in sqlite3OsShmUnmap()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dappendvfs.c188 return pFile->pMethods->xClose(pFile); in apndClose()
234 rc = pFile->pMethods->xFileSize(pFile, &sz); in apndWrite()
266 return pFile->pMethods->xSync(pFile, flags); in apndSync()
276 rc = pFile->pMethods->xFileSize(pFile, pSize); in apndFileSize()
288 return pFile->pMethods->xLock(pFile, eLock); in apndLock()
326 return pFile->pMethods->xSectorSize(pFile); in apndSectorSize()
358 pFile->pMethods->xShmBarrier(pFile); in apndShmBarrier()
442 p->base.pMethods = &apnd_io_methods; in apndOpen()
447 pSubFile->pMethods->xClose(pSubFile); in apndOpen()
460 pSubFile->pMethods->xClose(pSubFile); in apndOpen()
[all …]
H A Dvfsstat.c240 if( p->pReal->pMethods ){ in vstatClose()
241 rc = p->pReal->pMethods->xClose(p->pReal); in vstatClose()
279 rc = p->pReal->pMethods->xWrite(p->pReal, z, iAmt, iOfst); in vstatWrite()
293 rc = p->pReal->pMethods->xTruncate(p->pReal, size); in vstatTruncate()
303 rc = p->pReal->pMethods->xSync(p->pReal, flags); in vstatSync()
314 rc = p->pReal->pMethods->xFileSize(p->pReal, pSize); in vstatFileSize()
324 rc = p->pReal->pMethods->xLock(p->pReal, eLock); in vstatLock()
335 rc = p->pReal->pMethods->xUnlock(p->pReal, eLock); in vstatUnlock()
370 rc = p->pReal->pMethods->xSectorSize(p->pReal); in vstatSectorSize()
405 p->pReal->pMethods->xShmBarrier(p->pReal); in vstatShmBarrier()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dappendvfs.c188 return pFile->pMethods->xClose(pFile); in apndClose()
234 rc = pFile->pMethods->xFileSize(pFile, &sz); in apndWrite()
266 return pFile->pMethods->xSync(pFile, flags); in apndSync()
276 rc = pFile->pMethods->xFileSize(pFile, pSize); in apndFileSize()
288 return pFile->pMethods->xLock(pFile, eLock); in apndLock()
326 return pFile->pMethods->xSectorSize(pFile); in apndSectorSize()
358 pFile->pMethods->xShmBarrier(pFile); in apndShmBarrier()
442 pFile->pMethods = &apnd_io_methods; in apndOpen()
447 pSubFile->pMethods->xClose(pSubFile); in apndOpen()
460 pSubFile->pMethods->xClose(pSubFile); in apndOpen()
[all …]
H A Dcksumvfs.c370 return pFile->pMethods->xClose(pFile); in cksmClose()
469 return pFile->pMethods->xTruncate(pFile, size); in cksmTruncate()
477 return pFile->pMethods->xSync(pFile, flags); in cksmSync()
494 return pFile->pMethods->xLock(pFile, eLock); in cksmLock()
502 return pFile->pMethods->xUnlock(pFile, eLock); in cksmUnlock()
560 return pFile->pMethods->xSectorSize(pFile); in cksmSectorSize()
592 pFile->pMethods->xShmBarrier(pFile); in cksmShmBarrier()
614 if( pFile->pMethods->iVersion>2 && pFile->pMethods->xFetch ){ in cksmFetch()
624 if( pFile->pMethods->iVersion>2 && pFile->pMethods->xUnfetch ){ in cksmUnfetch()
651 pFile->pMethods = &cksm_io_methods; in cksmOpen()
[all …]
H A Dvfsstat.c240 if( p->pReal->pMethods ){ in vstatClose()
241 rc = p->pReal->pMethods->xClose(p->pReal); in vstatClose()
279 rc = p->pReal->pMethods->xWrite(p->pReal, z, iAmt, iOfst); in vstatWrite()
293 rc = p->pReal->pMethods->xTruncate(p->pReal, size); in vstatTruncate()
303 rc = p->pReal->pMethods->xSync(p->pReal, flags); in vstatSync()
314 rc = p->pReal->pMethods->xFileSize(p->pReal, pSize); in vstatFileSize()
324 rc = p->pReal->pMethods->xLock(p->pReal, eLock); in vstatLock()
335 rc = p->pReal->pMethods->xUnlock(p->pReal, eLock); in vstatUnlock()
370 rc = p->pReal->pMethods->xSectorSize(p->pReal); in vstatSectorSize()
405 p->pReal->pMethods->xShmBarrier(p->pReal); in vstatShmBarrier()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sql/
H A Dvfs_wrapper.cc86 return wrapped_file->pMethods->xTruncate(wrapped_file, size); in Truncate()
92 return wrapped_file->pMethods->xSync(wrapped_file, flags); in Sync()
98 return wrapped_file->pMethods->xFileSize(wrapped_file, size); in FileSize()
106 return wrapped_file->pMethods->xLock(wrapped_file, file_lock); in Lock()
132 return wrapped_file->pMethods->xSectorSize(wrapped_file); in SectorSize()
144 return wrapped_file->pMethods->xShmMap( in ShmMap()
155 wrapped_file->pMethods->xShmBarrier(wrapped_file); in ShmBarrier()
160 return wrapped_file->pMethods->xShmUnmap(wrapped_file, del); in ShmUnmap()
170 return wrapped_file->pMethods->xUnfetch(wrapped_file, off, p); in Unfetch()
240 if (wrapped_file->pMethods->iVersion == 1) { in Open()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/
H A Dvfs_wrapper.cc87 return wrapped_file->pMethods->xTruncate(wrapped_file, size); in Truncate()
93 return wrapped_file->pMethods->xSync(wrapped_file, flags); in Sync()
99 return wrapped_file->pMethods->xFileSize(wrapped_file, size); in FileSize()
107 return wrapped_file->pMethods->xLock(wrapped_file, file_lock); in Lock()
133 return wrapped_file->pMethods->xSectorSize(wrapped_file); in SectorSize()
145 return wrapped_file->pMethods->xShmMap( in ShmMap()
156 wrapped_file->pMethods->xShmBarrier(wrapped_file); in ShmBarrier()
161 return wrapped_file->pMethods->xShmUnmap(wrapped_file, del); in ShmUnmap()
171 return wrapped_file->pMethods->xUnfetch(wrapped_file, off, p); in Unfetch()
241 if (wrapped_file->pMethods->iVersion == 1) { in Open()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dappendvfs.c229 return pFile->pMethods->xClose(pFile); in apndClose()
267 if( SQLITE_OK==(rc = pFile->pMethods->xWrite in apndWriteMark()
312 return pFile->pMethods->xSync(pFile, flags); in apndSync()
330 return pFile->pMethods->xLock(pFile, eLock); in apndLock()
369 return pFile->pMethods->xSectorSize(pFile); in apndSectorSize()
401 pFile->pMethods->xShmBarrier(pFile); in apndShmBarrier()
527 pFile->pMethods = &apnd_io_methods; in apndOpen()
535 pBaseFile->pMethods->xClose(pBaseFile); in apndOpen()
536 pFile->pMethods = 0; in apndOpen()
552 pBaseFile->pMethods->xClose(pBaseFile); in apndOpen()
[all …]
H A Dcksumvfs.c405 return pFile->pMethods->xClose(pFile); in cksmClose()
504 return pFile->pMethods->xTruncate(pFile, size); in cksmTruncate()
512 return pFile->pMethods->xSync(pFile, flags); in cksmSync()
529 return pFile->pMethods->xLock(pFile, eLock); in cksmLock()
537 return pFile->pMethods->xUnlock(pFile, eLock); in cksmUnlock()
595 return pFile->pMethods->xSectorSize(pFile); in cksmSectorSize()
627 pFile->pMethods->xShmBarrier(pFile); in cksmShmBarrier()
649 if( pFile->pMethods->iVersion>2 && pFile->pMethods->xFetch ){ in cksmFetch()
659 if( pFile->pMethods->iVersion>2 && pFile->pMethods->xUnfetch ){ in cksmUnfetch()
686 pFile->pMethods = &cksm_io_methods; in cksmOpen()
[all …]
H A Dvfsstat.c240 if( p->pReal->pMethods ){ in vstatClose()
241 rc = p->pReal->pMethods->xClose(p->pReal); in vstatClose()
279 rc = p->pReal->pMethods->xWrite(p->pReal, z, iAmt, iOfst); in vstatWrite()
293 rc = p->pReal->pMethods->xTruncate(p->pReal, size); in vstatTruncate()
303 rc = p->pReal->pMethods->xSync(p->pReal, flags); in vstatSync()
314 rc = p->pReal->pMethods->xFileSize(p->pReal, pSize); in vstatFileSize()
324 rc = p->pReal->pMethods->xLock(p->pReal, eLock); in vstatLock()
335 rc = p->pReal->pMethods->xUnlock(p->pReal, eLock); in vstatUnlock()
370 rc = p->pReal->pMethods->xSectorSize(p->pReal); in vstatSectorSize()
405 p->pReal->pMethods->xShmBarrier(p->pReal); in vstatShmBarrier()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/scripting/source/basprov/
H A Dbasmodnode.cxx80 SbxArray* pMethods = m_pModule->GetMethods().get(); in getChildNodes() local
81 if ( pMethods ) in getChildNodes()
83 sal_uInt32 nCount = pMethods->Count(); in getChildNodes()
87 SbMethod* pMethod = static_cast<SbMethod*>(pMethods->Get(i)); in getChildNodes()
97 SbMethod* pMethod = static_cast<SbMethod*>(pMethods->Get(i)); in getChildNodes()
116 SbxArray* pMethods = m_pModule->GetMethods().get(); in hasChildNodes() local
117 if (pMethods && pMethods->Count() > 0) in hasChildNodes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scripting/source/basprov/
H A Dbasmodnode.cxx81 SbxArray* pMethods = m_pModule->GetMethods().get(); in getChildNodes() local
82 if ( pMethods ) in getChildNodes()
84 sal_Int32 nCount = pMethods->Count(); in getChildNodes()
88 … SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Get( static_cast< sal_uInt16 >( i ) ) ); in getChildNodes()
98 … SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Get( static_cast< sal_uInt16 >( i ) ) ); in getChildNodes()
117 SbxArray* pMethods = m_pModule->GetMethods().get(); in hasChildNodes() local
118 if ( pMethods && pMethods->Count() > 0 ) in hasChildNodes()
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DTelemetryVFS.cpp197 rc = p->pReal->pMethods->xClose(p->pReal); in xClose()
200 delete p->base.pMethods; in xClose()
201 p->base.pMethods = nullptr; in xClose()
323 return p->pReal->pMethods->xSync(p->pReal, flags); in xSync()
332 rc = p->pReal->pMethods->xLock(p->pReal, eLock); in xLock()
403 rc = p->pReal->pMethods->xSectorSize(p->pReal); in xSectorSize()
435 p->pReal->pMethods->xShmBarrier(p->pReal); in xShmBarrier()
447 MOZ_ASSERT(p->pReal->pMethods->iVersion >= 3); in xFetch()
453 MOZ_ASSERT(p->pReal->pMethods->iVersion >= 3); in xUnfetch()
494 if (p->pReal->pMethods) { in xOpen()
[all …]
H A DObfuscatingVFS.cpp294 return pFile->pMethods->xClose(pFile); in obfsClose()
350 return pFile->pMethods->xTruncate(pFile, size); in obfsTruncate()
358 return pFile->pMethods->xSync(pFile, flags); in obfsSync()
367 return pFile->pMethods->xFileSize(pFile, pSize); in obfsFileSize()
375 return pFile->pMethods->xLock(pFile, eLock); in obfsLock()
383 return pFile->pMethods->xUnlock(pFile, eLock); in obfsUnlock()
414 rc = pFile->pMethods->xFileControl(pFile, op, pArg); in obfsFileControl()
426 return pFile->pMethods->xSectorSize(pFile); in obfsSectorSize()
453 pFile->pMethods->xShmBarrier(pFile); in obfsShmBarrier()
459 return pFile->pMethods->xShmUnmap(pFile, deleteFlag); in obfsShmUnmap()
[all …]
/dports/www/firefox/firefox-99.0/storage/
H A DTelemetryVFS.cpp197 rc = p->pReal->pMethods->xClose(p->pReal); in xClose()
200 delete p->base.pMethods; in xClose()
201 p->base.pMethods = nullptr; in xClose()
323 return p->pReal->pMethods->xSync(p->pReal, flags); in xSync()
332 rc = p->pReal->pMethods->xLock(p->pReal, eLock); in xLock()
403 rc = p->pReal->pMethods->xSectorSize(p->pReal); in xSectorSize()
435 p->pReal->pMethods->xShmBarrier(p->pReal); in xShmBarrier()
447 MOZ_ASSERT(p->pReal->pMethods->iVersion >= 3); in xFetch()
453 MOZ_ASSERT(p->pReal->pMethods->iVersion >= 3); in xUnfetch()
494 if (p->pReal->pMethods) { in xOpen()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DTelemetryVFS.cpp346 rc = p->pReal->pMethods->xClose(p->pReal); in xClose()
349 delete p->base.pMethods; in xClose()
350 p->base.pMethods = nullptr; in xClose()
460 return p->pReal->pMethods->xSync(p->pReal, flags); in xSync()
469 rc = p->pReal->pMethods->xLock(p->pReal, eLock); in xLock()
540 rc = p->pReal->pMethods->xSectorSize(p->pReal); in xSectorSize()
572 p->pReal->pMethods->xShmBarrier(p->pReal); in xShmBarrier()
584 MOZ_ASSERT(p->pReal->pMethods->iVersion >= 3); in xFetch()
590 MOZ_ASSERT(p->pReal->pMethods->iVersion >= 3); in xUnfetch()
621 if (p->pReal->pMethods) { in xOpen()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DTelemetryVFS.cpp352 rc = p->pReal->pMethods->xClose(p->pReal); in xClose()
355 delete p->base.pMethods; in xClose()
356 p->base.pMethods = nullptr; in xClose()
471 return p->pReal->pMethods->xSync(p->pReal, flags); in xSync()
482 rc = p->pReal->pMethods->xLock(p->pReal, eLock); in xLock()
562 rc = p->pReal->pMethods->xSectorSize(p->pReal); in xSectorSize()
600 p->pReal->pMethods->xShmBarrier(p->pReal); in xShmBarrier()
615 MOZ_ASSERT(p->pReal->pMethods->iVersion >= 3); in xFetch()
623 MOZ_ASSERT(p->pReal->pMethods->iVersion >= 3); in xUnfetch()
661 if( p->pReal->pMethods ){ in xOpen()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DTelemetryVFS.cpp197 rc = p->pReal->pMethods->xClose(p->pReal); in xClose()
200 delete p->base.pMethods; in xClose()
201 p->base.pMethods = nullptr; in xClose()
323 return p->pReal->pMethods->xSync(p->pReal, flags); in xSync()
332 rc = p->pReal->pMethods->xLock(p->pReal, eLock); in xLock()
403 rc = p->pReal->pMethods->xSectorSize(p->pReal); in xSectorSize()
435 p->pReal->pMethods->xShmBarrier(p->pReal); in xShmBarrier()
447 MOZ_ASSERT(p->pReal->pMethods->iVersion >= 3); in xFetch()
453 MOZ_ASSERT(p->pReal->pMethods->iVersion >= 3); in xUnfetch()
494 if (p->pReal->pMethods) { in xOpen()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DTelemetryVFS.cpp214 rc = p->pReal->pMethods->xClose(p->pReal); in xClose()
217 delete p->base.pMethods; in xClose()
218 p->base.pMethods = nullptr; in xClose()
340 return p->pReal->pMethods->xSync(p->pReal, flags); in xSync()
349 rc = p->pReal->pMethods->xLock(p->pReal, eLock); in xLock()
420 rc = p->pReal->pMethods->xSectorSize(p->pReal); in xSectorSize()
452 p->pReal->pMethods->xShmBarrier(p->pReal); in xShmBarrier()
464 MOZ_ASSERT(p->pReal->pMethods->iVersion >= 3); in xFetch()
470 MOZ_ASSERT(p->pReal->pMethods->iVersion >= 3); in xUnfetch()
511 if (p->pReal->pMethods) { in xOpen()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dvfsstat.c240 if( p->pReal->pMethods ){ in vstatClose()
241 rc = p->pReal->pMethods->xClose(p->pReal); in vstatClose()
279 rc = p->pReal->pMethods->xWrite(p->pReal, z, iAmt, iOfst); in vstatWrite()
293 rc = p->pReal->pMethods->xTruncate(p->pReal, size); in vstatTruncate()
303 rc = p->pReal->pMethods->xSync(p->pReal, flags); in vstatSync()
314 rc = p->pReal->pMethods->xFileSize(p->pReal, pSize); in vstatFileSize()
324 rc = p->pReal->pMethods->xLock(p->pReal, eLock); in vstatLock()
335 rc = p->pReal->pMethods->xUnlock(p->pReal, eLock); in vstatUnlock()
370 rc = p->pReal->pMethods->xSectorSize(p->pReal); in vstatSectorSize()
405 p->pReal->pMethods->xShmBarrier(p->pReal); in vstatShmBarrier()
[all …]

12345678910>>...27