Searched refs:AuthContext (Results 1 – 4 of 4) sorted by relevance
248 AuthContext *pContext, in sqlite3AuthContextPush()261 void sqlite3AuthContextPop(AuthContext *pContext){ in sqlite3AuthContextPop()
1174 typedef struct AuthContext AuthContext; typedef3778 struct AuthContext { struct4920 void sqlite3AuthContextPush(Parse*, AuthContext*, const char*);4921 void sqlite3AuthContextPop(AuthContext*);
294 AuthContext sContext; /* Authorization context */ in sqlite3DeleteFrom()
317 AuthContext sContext; /* The authorization context */ in sqlite3Update()