Lines Matching defs: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);
88945 Trigger *pAction = fkActionTrigger(pParse, pTab, pFKey, pChanges);
88946 if( pAction ){
88947 sqlite3CodeRowTriggerDirect(pParse, pAction, pTab, regOld, OE_Abort, 0);