Home | History | Annotate | Download | only in dist

Lines Matching refs:colNamesSet

10285   u8 colNamesSet;      /* TRUE after OP_ColumnName has been issued to pVdbe */
75054 pParse->colNamesSet = 0;
88997 if( pParse->colNamesSet || NEVER(v==0) || db->mallocFailed ) return;
88998 pParse->colNamesSet = 1;