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

/external/sqlite/dist/orig/
H A Dshell.c552 int *aiIndent; /* Array of indents used in MODE_Explain */ member in struct:ShellState
553 int nIndent; /* Size of array aiIndent[] */
554 int iIndent; /* Index of current op in aiIndent[] */
894 if( i==1 && p->aiIndent && p->pStmt ){
896 fprintf(p->out, "%*.s", p->aiIndent[p->iIndent], "");
1391 ** and populate the ShellState.aiIndent[] array with the number of
1411 int nAlloc = 0; /* Allocated size of p->aiIndent[], abYield */
1412 int iOp; /* Index of operation in p->aiIndent[] */
1434 ** instruction in the aiIndent[] array. p2 and p2op may be different if
1440 /* Grow the p->aiIndent arra
[all...]
/external/sqlite/dist/
H A Dshell.c558 int *aiIndent; /* Array of indents used in MODE_Explain */ member in struct:ShellState
559 int nIndent; /* Size of array aiIndent[] */
560 int iIndent; /* Index of current op in aiIndent[] */
900 if( i==1 && p->aiIndent && p->pStmt ){
902 fprintf(p->out, "%*.s", p->aiIndent[p->iIndent], "");
1397 ** and populate the ShellState.aiIndent[] array with the number of
1417 int nAlloc = 0; /* Allocated size of p->aiIndent[], abYield */
1418 int iOp; /* Index of operation in p->aiIndent[] */
1440 ** instruction in the aiIndent[] array. p2 and p2op may be different if
1446 /* Grow the p->aiIndent arra
[all...]

Completed in 54 milliseconds