Home
last modified time | relevance | path

Searched refs:unixShm (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c39077 typedef struct unixShm unixShm; /* Connection shared memory */ typedef
39110 unixShm *pShm; /* Shared memory segment information */
43188 unixShm *pFirst; /* All unixShm objects pointing to this */
43211 struct unixShm { struct
43213 unixShm *pNext; /* Next unixShm with the same unixShmNode */ argument
43515 struct unixShm *p = 0; /* The connection to be opened */ in unixOpenSharedMemory()
43676 unixShm *p; in unixShmMap()
43815 unixShm *pX; in assertLockingArrayOk()
43853 unixShm *p; /* The shared memory being locked */ in unixShmLock()
44069 unixShm *p; /* The connection to be closed */ in unixShmUnmap()
[all …]