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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c2427 ** The afpLockingContext structure contains all afp lock specific state
2429 typedef struct afpLockingContext afpLockingContext; typedef in typeref:struct:afpLockingContext
2430 struct afpLockingContext { struct
2507 afpLockingContext *context = (afpLockingContext *) pFile->lockingContext;
2572 afpLockingContext *context = (afpLockingContext *) pFile->lockingContext;
2754 afpLockingContext *context = (afpLockingContext *) pFil
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c26568 ** The afpLockingContext structure contains all afp lock specific state
26570 typedef struct afpLockingContext afpLockingContext; typedef in typeref:struct:afpLockingContext
26571 struct afpLockingContext { struct
26648 afpLockingContext *context = (afpLockingContext *) pFile->lockingContext;
26713 afpLockingContext *context = (afpLockingContext *) pFile->lockingContext;
26895 afpLockingContext *context = (afpLockingContext *) pFil
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c26872 ** The afpLockingContext structure contains all afp lock specific state
26874 typedef struct afpLockingContext afpLockingContext; typedef in typeref:struct:afpLockingContext
26875 struct afpLockingContext { struct
26948 afpLockingContext *context;
26953 context = (afpLockingContext *) pFile->lockingContext;
27018 afpLockingContext *context = (afpLockingContext *) pFile->lockingContext;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c26890 ** The afpLockingContext structure contains all afp lock specific state
26892 typedef struct afpLockingContext afpLockingContext; typedef in typeref:struct:afpLockingContext
26893 struct afpLockingContext { struct
26966 afpLockingContext *context;
26971 context = (afpLockingContext *) pFile->lockingContext;
27036 afpLockingContext *context = (afpLockingContext *) pFile->lockingContext;
[all...]

Completed in 498 milliseconds