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

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h2242 const char *zAuthContext; /* The 6th parameter to db->xAuth callbacks */ member in struct:Parse
2267 ** to save the Parse.zAuthContext value so that it can be restored later.
2270 const char *zAuthContext; /* Put saved Parse.zAuthContext here */ member in struct:AuthContext
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10587 const char *zAuthContext; /* The 6th parameter to db->xAuth callbacks */ member in struct:Parse
10612 ** to save the Parse.zAuthContext value so that it can be restored later.
10615 const char *zAuthContext; /* Put saved Parse.zAuthContext here */ member in struct:AuthContext
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11997 const char *zAuthContext; /* The 6th parameter to db->xAuth callbacks */ member in struct:Parse
12020 ** to save the Parse.zAuthContext value so that it can be restored later.
12023 const char *zAuthContext; /* Put saved Parse.zAuthContext here */ member in struct:AuthContext
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11997 const char *zAuthContext; /* The 6th parameter to db->xAuth callbacks */ member in struct:Parse
12020 ** to save the Parse.zAuthContext value so that it can be restored later.
12023 const char *zAuthContext; /* Put saved Parse.zAuthContext here */ member in struct:AuthContext
[all...]

Completed in 1249 milliseconds