Searched refs:p2op (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dshell.c2653 ** p2 is an instruction address, set variable p2op to the index of that
2654 ** instruction in the aiIndent[] array. p2 and p2op may be different if
2658 int p2op = (p2 + (iOp-iAddr)); local
2685 for(i=p2op; i<iOp; i++) p->aiIndent[i] += 2;
2687 if( str_in_array(zOp, azGoto) && p2op<p->nIndent
2688 && (abYield[p2op] || sqlite3_column_int(pSql, 2))
2690 for(i=p2op; i<iOp; i++) p->aiIndent[i] += 2;
/external/sqlite/dist/
H A Dshell.c2659 ** p2 is an instruction address, set variable p2op to the index of that
2660 ** instruction in the aiIndent[] array. p2 and p2op may be different if
2664 int p2op = (p2 + (iOp-iAddr)); local
2691 for(i=p2op; i<iOp; i++) p->aiIndent[i] += 2;
2693 if( str_in_array(zOp, azGoto) && p2op<p->nIndent
2694 && (abYield[p2op] || sqlite3_column_int(pSql, 2))
2696 for(i=p2op; i<iOp; i++) p->aiIndent[i] += 2;

Completed in 165 milliseconds