Searched refs:pConflict (Results 1 – 2 of 2) sorted by relevance
606 Tcl_Obj *pConflict = Tcl_NewObj(); in test_conflict_handler() local612 test_append_value(pConflict, pVal); in test_conflict_handler()614 Tcl_ListObjAppendElement(0, pEval, pConflict); in test_conflict_handler()
98 sqlite3_stmt *pConflict; /* Points to conflicting row, if any */ member3493 if( !pIter->pConflict ){ in sqlite3changeset_conflict()3499 *ppValue = sqlite3_column_value(pIter->pConflict, iVal); in sqlite3changeset_conflict()3515 if( pIter->pConflict || pIter->apValue ){ in sqlite3changeset_fk_conflicts()4313 pIter->pConflict = p->pSelect; in sessionConflictHandler()4315 pIter->pConflict = 0; in sessionConflictHandler()