Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dauth.c198 AuthContext *pContext, in sqliteAuthContextPush()
212 void sqliteAuthContextPop(AuthContext *pContext){ in sqliteAuthContextPop()
H A DsqliteInt.h251 typedef struct AuthContext AuthContext; typedef
940 struct AuthContext { struct
1250 void sqliteAuthContextPush(Parse*, AuthContext*, const char*);
1251 void sqliteAuthContextPop(AuthContext*);
H A Ddelete.c71 AuthContext sContext; /* Authorization context */ in sqliteDeleteFrom()
H A Dupdate.c54 AuthContext sContext; /* The authorization context */ in sqliteUpdate()
H A Dtrigger.c723 AuthContext sContext; in sqliteCodeRowTrigger()