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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_win.c81 typedef struct winShmNode winShmNode; /* A region of shared-memory */ typedef in typeref:struct:winShmNode
1269 ** Either winShmNode.mutex must be held or winShmNode.nRef==0 and
1274 struct winShmNode { struct
1289 winShmNode *pNext; /* Next in list of all winShmNode objects */
1296 ** A global array of all winShmNode objects.
1300 static winShmNode *winShmNodeList = 0;
1316 winShmNode *pShmNod
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c31201 typedef struct winShmNode winShmNode; /* A region of shared-memory */ typedef in typeref:struct:winShmNode
32393 struct winShmNode { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c32200 typedef struct winShmNode winShmNode; /* A region of shared-memory */ typedef in typeref:struct:winShmNode
35316 struct winShmNode { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c32220 typedef struct winShmNode winShmNode; /* A region of shared-memory */ typedef in typeref:struct:winShmNode
35336 struct winShmNode { struct
[all...]

Completed in 2112 milliseconds