Searched refs:AuthContext (Results 1 – 5 of 5) sorted by relevance
198 AuthContext *pContext, in sqliteAuthContextPush()212 void sqliteAuthContextPop(AuthContext *pContext){ in sqliteAuthContextPop()
251 typedef struct AuthContext AuthContext; typedef940 struct AuthContext { struct1250 void sqliteAuthContextPush(Parse*, AuthContext*, const char*);1251 void sqliteAuthContextPop(AuthContext*);
71 AuthContext sContext; /* Authorization context */ in sqliteDeleteFrom()
54 AuthContext sContext; /* The authorization context */ in sqliteUpdate()
723 AuthContext sContext; in sqliteCodeRowTrigger()