Lines Matching refs:nCol
538 int nCol; /* Number of columns in table zTab */ in test_conflict_handler() local
543 sqlite3changeset_op(pIter, &zTab, &nCol, &op, 0); in test_conflict_handler()
582 for(i=0; i<nCol; i++){ in test_conflict_handler()
594 for(i=0; i<nCol; i++){ in test_conflict_handler()
607 for(i=0; i<nCol; i++){ in test_conflict_handler()
630 rc = sqlite3changeset_conflict(pIter, nCol, &pVal); in test_conflict_handler()
641 rc = sqlite3changeset_new(pIter, nCol, &pVal); in test_conflict_handler()
652 rc = sqlite3changeset_old(pIter, nCol, &pVal); in test_conflict_handler()
700 int nCol; /* Number of columns in table zTab */ in replace_handler() local
704 sqlite3changeset_op(pIter, &zTab, &nCol, &op, 0); in replace_handler()
707 for(i=0; i<nCol; i++){ in replace_handler()
716 for(i=0; i<nCol; i++){ in replace_handler()
1083 int nCol; /* Number of columns in table */ in test_sqlite3session_foreach() local
1104 sqlite3changeset_op(pIter, &zTab, &nCol, &op, &bIndirect); in test_sqlite3session_foreach()
1115 zPK = ckalloc(nCol+1); in test_sqlite3session_foreach()
1116 memset(zPK, 0, nCol+1); in test_sqlite3session_foreach()
1118 assert( nCol==nCol2 ); in test_sqlite3session_foreach()
1119 for(i=0; i<nCol; i++){ in test_sqlite3session_foreach()
1127 for(i=0; i<nCol; i++){ in test_sqlite3session_foreach()
1135 for(i=0; i<nCol; i++){ in test_sqlite3session_foreach()