Searched refs:sqliteAuthContextPush (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | auth.c | 199 void sqliteAuthContextPush( function 213 ** by sqliteAuthContextPush
|
H A D | sqliteInt.h | 1253 void sqliteAuthContextPush(Parse*, AuthContext*, const char*); 1258 # define sqliteAuthContextPush(a,b,c) macro
|
H A D | delete.c | 139 sqliteAuthContextPush(pParse, &sContext, pTab->zName);
|
H A D | update.c | 210 sqliteAuthContextPush(pParse, &sContext, pTab->zName);
|
H A D | trigger.c | 738 sqliteAuthContextPush(pParse, &sContext, pTrigger->name);
|
Completed in 31 milliseconds