Searched defs:winShm (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_win.c80 typedef struct winShm winShm; /* A connection to shared-memory */ typedef in typeref:struct:winShm
109 winShm *pShm; /* Instance of shared memory on this file */
1287 int nRef; /* Number of winShm objects pointing to this */
1288 winShm *pFirst; /* All winShm objects pointing to this */
1291 u8 nextShmId; /* Next available winShm.id value */
1309 ** winShm.pShmNode
1310 ** winShm.id
1312 ** All other fields are read/write. The winShm
1315 struct winShm { struct
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c31215 typedef struct winShm winShm; /* A connection to shared-memory */ typedef in typeref:struct:winShm
32449 struct winShm { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c32148 typedef struct winShm winShm; /* A connection to shared-memory */ typedef in typeref:struct:winShm
34441 struct winShm { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c32176 typedef struct winShm winShm; /* A connection to shared-memory */ typedef in typeref:struct:winShm
34469 struct winShm { struct
[all...]

Completed in 689 milliseconds