Home
last modified time | relevance | path

Searched defs:unixShmNode (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos_unix.c197 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef
4242 struct unixShmNode { struct
4243 unixInodeInfo *pInode; /* unixInodeInfo that owns this SHM node */
4244 sqlite3_mutex *pShmMutex; /* Mutex to access this object */
4245 char *zFilename; /* Name of the mmapped file */
4246 int hShm; /* Open file descriptor */
4247 int szRegion; /* Size of shared-memory regions */
4248 u16 nRegion; /* Size of array apRegion */
4249 u8 isReadonly; /* True if read-only */
4250 u8 isUnlocked; /* True if no DMS lock held */
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos_unix.c182 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef
3522 struct unixShmNode { struct
3523 unixInodeInfo *pInode; /* unixInodeInfo that owns this SHM node */
3524 sqlite3_mutex *mutex; /* Mutex to access this object */
3525 char *zFilename; /* Name of the mmapped file */
3526 int h; /* Open file descriptor */
3527 int szRegion; /* Size of shared-memory regions */
3528 int nRegion; /* Size of array apRegion */
3529 char **apRegion; /* Array of mapped shared-memory regions */
3553 unixShmNode *pShmNode; /* The underlying unixShmNode object */ argument
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos_unix.c198 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef
4267 struct unixShmNode { struct
4268 unixInodeInfo *pInode; /* unixInodeInfo that owns this SHM node */
4269 sqlite3_mutex *pShmMutex; /* Mutex to access this object */
4270 char *zFilename; /* Name of the mmapped file */
4271 int hShm; /* Open file descriptor */
4272 int szRegion; /* Size of shared-memory regions */
4273 u16 nRegion; /* Size of array apRegion */
4274 u8 isReadonly; /* True if read-only */
4275 u8 isUnlocked; /* True if no DMS lock held */
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos_unix.c198 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef
4267 struct unixShmNode { struct
4268 unixInodeInfo *pInode; /* unixInodeInfo that owns this SHM node */
4269 sqlite3_mutex *pShmMutex; /* Mutex to access this object */
4270 char *zFilename; /* Name of the mmapped file */
4271 int hShm; /* Open file descriptor */
4272 int szRegion; /* Size of shared-memory regions */
4273 u16 nRegion; /* Size of array apRegion */
4274 u8 isReadonly; /* True if read-only */
4275 u8 isUnlocked; /* True if no DMS lock held */
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos_unix.c182 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef
4036 struct unixShmNode { struct
4037 unixInodeInfo *pInode; /* unixInodeInfo that owns this SHM node */
4038 sqlite3_mutex *mutex; /* Mutex to access this object */
4039 char *zFilename; /* Name of the mmapped file */
4040 int h; /* Open file descriptor */
4041 int szRegion; /* Size of shared-memory regions */
4042 u16 nRegion; /* Size of array apRegion */
4043 u8 isReadonly; /* True if read-only */
4044 char **apRegion; /* Array of mapped shared-memory regions */
[all …]
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c23642 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c23881 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c23079 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c23035 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c23881 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c23881 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c23285 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef