Lines Matching refs:nWidth
19449 int nWidth; /* Number of slots in colWidth[] and actualWidth[] */ member
20535 int nWidth = ArraySize(aExplainWidth); in shell_callback() local
20541 nWidth = ArraySize(aScanExpWidth); in shell_callback()
20544 if( nArg>nWidth ) nArg = nWidth; in shell_callback()
21349 int nWidth = 0; in display_explain_scanstats() local
21359 if( n>nWidth ) nWidth = n; in display_explain_scanstats()
21361 nWidth += 4; in display_explain_scanstats()
21407 "% *z (%z)", -1*(nWidth-scanStatsHeight(p, ii)*3), zText, z in display_explain_scanstats()
21901 if( nColumn>p->nWidth ){ in exec_prepared_stmt_columnar()
21904 for(i=p->nWidth; i<nColumn; i++) p->colWidth[i] = 0; in exec_prepared_stmt_columnar()
21905 p->nWidth = nColumn; in exec_prepared_stmt_columnar()
28838 for (i=0;i<p->nWidth;i++) { in do_meta_command()
29544 p->nWidth = nArg-1; in do_meta_command()
29545 p->colWidth = realloc(p->colWidth, (p->nWidth+1)*sizeof(int)*2); in do_meta_command()
29546 if( p->colWidth==0 && p->nWidth>0 ) shell_out_of_memory(); in do_meta_command()
29547 if( p->nWidth ) p->actualWidth = &p->colWidth[p->nWidth]; in do_meta_command()