Searched refs:AuthContext (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dauth.c229 AuthContext *pContext,
242 void sqlite3AuthContextPop(AuthContext *pContext){
H A DsqliteInt.h598 typedef struct AuthContext AuthContext; typedef in typeref:struct:AuthContext
2269 struct AuthContext { struct
2864 void sqlite3AuthContextPush(Parse*, AuthContext*, const char*);
2865 void sqlite3AuthContextPop(AuthContext*);
H A Ddelete.c237 AuthContext sContext; /* Authorization context */
H A Dupdate.c111 AuthContext sContext; /* The authorization context */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7578 typedef struct AuthContext AuthContext; typedef in typeref:struct:AuthContext
10614 struct AuthContext { struct
11209 SQLITE_PRIVATE void sqlite3AuthContextPush(Parse*, AuthContext*, const char*);
11210 SQLITE_PRIVATE void sqlite3AuthContextPop(AuthContext*);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8781 typedef struct AuthContext AuthContext; typedef in typeref:struct:AuthContext
12022 struct AuthContext { struct
12739 SQLITE_PRIVATE void sqlite3AuthContextPush(Parse*, AuthContext*, const char*);
12740 SQLITE_PRIVATE void sqlite3AuthContextPop(AuthContext*);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8781 typedef struct AuthContext AuthContext; typedef in typeref:struct:AuthContext
12022 struct AuthContext { struct
12739 SQLITE_PRIVATE void sqlite3AuthContextPush(Parse*, AuthContext*, const char*);
12740 SQLITE_PRIVATE void sqlite3AuthContextPop(AuthContext*);
[all...]

Completed in 655 milliseconds