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.c10602 const char *zAuthContext; /* The 6th parameter to db->xAuth callbacks */ member in struct:Parse
10627 ** to save the Parse.zAuthContext value so that it can be restored later.
10630 const char *zAuthContext; /* Put saved Parse.zAuthContext here */ member in struct:AuthContext
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11161 const char *zAuthContext; /* The 6th parameter to db->xAuth callbacks */ member in struct:Parse
11183 ** to save the Parse.zAuthContext value so that it can be restored later.
11186 const char *zAuthContext; /* Put saved Parse.zAuthContext here */ member in struct:AuthContext
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11161 const char *zAuthContext; /* The 6th parameter to db->xAuth callbacks */ member in struct:Parse
11183 ** to save the Parse.zAuthContext value so that it can be restored later.
11186 const char *zAuthContext; /* Put saved Parse.zAuthContext here */ member in struct:AuthContext
[all...]

Completed in 590 milliseconds