Searched refs:pShmNode (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c23340 unixShmNode *pShmNode; /* Shared memory associated with this inode */ member in struct:unixInodeInfo
23401 assert( pInode->pShmNode==0 );
25846 unixShmNode *pShmNode; /* The underlying unixShmNode object */ member in struct:unixShm
25869 unixShmNode *pShmNode, /* Apply locks to this open shared-memory segment */
25878 assert( sqlite3_mutex_held(pShmNode->mutex) || pShmNode->nRef==0 );
25893 rc = fcntl(pShmNode->h, F_SETLK, &f);
25904 pShmNode->exclMask &= ~mask;
25905 pShmNode->sharedMask &= ~mask;
25908 pShmNode
25868 unixShmSystemLock( unixShmNode *pShmNode, int lockType, int ofst, int n ) argument
25989 struct unixShmNode *pShmNode; /* The underlying mmapped file */ local
26127 unixShmNode *pShmNode; local
26220 unixShmNode *pShmNode = p->pShmNode; /* The underlying file iNode */ local
26341 unixShmNode *pShmNode; /* The underlying shared-memory file */ local
30434 winShmNode *pShmNode; /* The underlying winShmNode object */ member in struct:winShm
30550 struct winShmNode *pShmNode = 0; /* The underlying mmapped file */ local
30665 winShmNode *pShmNode; /* The underlying shared-memory file */ local
30709 winShmNode *pShmNode = p->pShmNode; local
30846 winShmNode *pShmNode; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c23340 unixShmNode *pShmNode; /* Shared memory associated with this inode */ member in struct:unixInodeInfo
23401 assert( pInode->pShmNode==0 );
25846 unixShmNode *pShmNode; /* The underlying unixShmNode object */ member in struct:unixShm
25869 unixShmNode *pShmNode, /* Apply locks to this open shared-memory segment */
25878 assert( sqlite3_mutex_held(pShmNode->mutex) || pShmNode->nRef==0 );
25893 rc = fcntl(pShmNode->h, F_SETLK, &f);
25904 pShmNode->exclMask &= ~mask;
25905 pShmNode->sharedMask &= ~mask;
25908 pShmNode
25868 unixShmSystemLock( unixShmNode *pShmNode, int lockType, int ofst, int n ) argument
25989 struct unixShmNode *pShmNode; /* The underlying mmapped file */ local
26127 unixShmNode *pShmNode; local
26220 unixShmNode *pShmNode = p->pShmNode; /* The underlying file iNode */ local
26341 unixShmNode *pShmNode; /* The underlying shared-memory file */ local
30434 winShmNode *pShmNode; /* The underlying winShmNode object */ member in struct:winShm
30550 struct winShmNode *pShmNode = 0; /* The underlying mmapped file */ local
30665 winShmNode *pShmNode; /* The underlying shared-memory file */ local
30709 winShmNode *pShmNode = p->pShmNode; local
30846 winShmNode *pShmNode; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c23340 unixShmNode *pShmNode; /* Shared memory associated with this inode */ member in struct:unixInodeInfo
23401 assert( pInode->pShmNode==0 );
25846 unixShmNode *pShmNode; /* The underlying unixShmNode object */ member in struct:unixShm
25869 unixShmNode *pShmNode, /* Apply locks to this open shared-memory segment */
25878 assert( sqlite3_mutex_held(pShmNode->mutex) || pShmNode->nRef==0 );
25893 rc = fcntl(pShmNode->h, F_SETLK, &f);
25904 pShmNode->exclMask &= ~mask;
25905 pShmNode->sharedMask &= ~mask;
25908 pShmNode
25868 unixShmSystemLock( unixShmNode *pShmNode, int lockType, int ofst, int n ) argument
25989 struct unixShmNode *pShmNode; /* The underlying mmapped file */ local
26127 unixShmNode *pShmNode; local
26220 unixShmNode *pShmNode = p->pShmNode; /* The underlying file iNode */ local
26341 unixShmNode *pShmNode; /* The underlying shared-memory file */ local
30434 winShmNode *pShmNode; /* The underlying winShmNode object */ member in struct:winShm
30550 struct winShmNode *pShmNode = 0; /* The underlying mmapped file */ local
30665 winShmNode *pShmNode; /* The underlying shared-memory file */ local
30709 winShmNode *pShmNode = p->pShmNode; local
30846 winShmNode *pShmNode; local
[all...]

Completed in 648 milliseconds