AuthContext 7578 third_party/sqlite/amalgamation/sqlite3.c typedef struct AuthContext AuthContext; AuthContext 11209 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3AuthContextPush(Parse*, AuthContext*, const char*); AuthContext 11210 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3AuthContextPop(AuthContext*); AuthContext 76817 third_party/sqlite/amalgamation/sqlite3.c AuthContext *pContext, AuthContext 76830 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3AuthContextPop(AuthContext *pContext){ AuthContext 81294 third_party/sqlite/amalgamation/sqlite3.c AuthContext sContext; /* Authorization context */ AuthContext 95810 third_party/sqlite/amalgamation/sqlite3.c AuthContext sContext; /* The authorization context */ AuthContext 229 third_party/sqlite/src/src/auth.c AuthContext *pContext, AuthContext 242 third_party/sqlite/src/src/auth.c void sqlite3AuthContextPop(AuthContext *pContext){ AuthContext 237 third_party/sqlite/src/src/delete.c AuthContext sContext; /* Authorization context */ AuthContext 598 third_party/sqlite/src/src/sqliteInt.h typedef struct AuthContext AuthContext; AuthContext 2864 third_party/sqlite/src/src/sqliteInt.h void sqlite3AuthContextPush(Parse*, AuthContext*, const char*); AuthContext 2865 third_party/sqlite/src/src/sqliteInt.h void sqlite3AuthContextPop(AuthContext*); AuthContext 111 third_party/sqlite/src/src/update.c AuthContext sContext; /* The authorization context */