OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:winFile
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
os_win.c
97
** The
winFile
structure is a subclass of sqlite3_file* specific to the win32
100
typedef struct
winFile
winFile
;
101
struct
winFile
{
116
winceLock local; /* Locks obtained by this instance of
winFile
*/
339
#define HANDLE_TO_WINFILE(a) (
winFile
*)&((char*)a)[-(int)offsetof(
winFile
,h)]
359
static BOOL winceCreateLock(const char *zFilename,
winFile
*pFile){
432
** Destroy the part of
winFile
that deals with wince locks
434
static void winceDestroyLock(
winFile
*pFile)
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 147 milliseconds