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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c181 typedef struct unixShm unixShm; /* Connection shared memory */ typedef in typeref:struct:unixShm
213 unixShm *pShm; /* Shared memory segment information */
3541 ** has its own unixShm object, but they all point to a single instance
3574 int nRef; /* Number of unixShm objects pointing to this */
3575 unixShm *pFirst; /* All unixShm objects pointing to this */
3579 u8 nextShmId; /* Next available unixShm.id value */
3590 ** unixShm.pFile
3591 ** unixShm
3596 struct unixShm { struct
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24132 typedef struct unixShm unixShm; /* Connection shared memory */ typedef in typeref:struct:unixShm
24164 unixShm *pShm; /* Shared memory segment information */
27697 ** has its own unixShm object, but they all point to a single instance
27730 int nRef; /* Number of unixShm objects pointing to this */
27731 unixShm *pFirst; /* All unixShm objects pointing to this */
27735 u8 nextShmId; /* Next available unixShm.id value */
27746 ** unixShm.pFile
27747 ** unixShm
27752 struct unixShm { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24993 typedef struct unixShm unixShm; /* Connection shared memory */ typedef in typeref:struct:unixShm
25026 unixShm *pShm; /* Shared memory segment information */
28726 struct unixShm { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25000 typedef struct unixShm unixShm; /* Connection shared memory */ typedef in typeref:struct:unixShm
25033 unixShm *pShm; /* Shared memory segment information */
28746 struct unixShm { struct
[all...]

Completed in 447 milliseconds