Lines Matching refs:pAction
17823 static void os2MutexTrace(sqlite3_mutex *p, char *pAction){
17828 printf("%s mutex %p (%d) with nRef=%ld\n", pAction, (void*)p, p->trace, ulCount);
88909 Trigger *pAction = fkActionTrigger(pParse, pTab, pFKey, pChanges);
88910 if( pAction ){
88911 sqlite3CodeRowTriggerDirect(pParse, pAction, pTab, regOld, OE_Abort, 0);