Home
last modified time | relevance | path

Searched refs:AuthContext (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dauth.c248 AuthContext *pContext, in sqlite3AuthContextPush()
261 void sqlite3AuthContextPop(AuthContext *pContext){ in sqlite3AuthContextPop()
H A DsqliteInt.h1174 typedef struct AuthContext AuthContext; typedef
3778 struct AuthContext { struct
4920 void sqlite3AuthContextPush(Parse*, AuthContext*, const char*);
4921 void sqlite3AuthContextPop(AuthContext*);
H A Ddelete.c294 AuthContext sContext; /* Authorization context */ in sqlite3DeleteFrom()
H A Dupdate.c317 AuthContext sContext; /* The authorization context */ in sqlite3Update()