Searched refs:aGotoChng (Results 1 – 1 of 1) sorted by relevance
1155 int *aGotoChng; /* Array of jump instruction addresses */ in analyzeOneTable() local1156 aGotoChng = sqlite3DbMallocRawNN(db, sizeof(int)*nColTest); in analyzeOneTable()1157 if( aGotoChng==0 ) continue; in analyzeOneTable()1183 aGotoChng[i] = in analyzeOneTable()1201 sqlite3VdbeJumpHere(v, aGotoChng[i]); in analyzeOneTable()1206 sqlite3DbFree(db, aGotoChng); in analyzeOneTable()