Home | History | Annotate | Download | only in orig

Lines Matching defs:VdbeNoopComment

9525 # define VdbeNoopComment(X)  sqlite3VdbeNoopComment X
9533 # define VdbeNoopComment(X)
80209 VdbeNoopComment((v, "begin IN expr"));
104295 VdbeNoopComment((v, "Output routine for A"));
104304 VdbeNoopComment((v, "Output routine for B"));
104317 VdbeNoopComment((v, "eof-A subroutine"));
104332 VdbeNoopComment((v, "eof-B subroutine"));
104340 VdbeNoopComment((v, "A-lt-B subroutine"));
104353 VdbeNoopComment((v, "A-eq-B subroutine"));
104361 VdbeNoopComment((v, "A-gt-B subroutine"));
106128 VdbeNoopComment((v, "materialize \"%s\"", pItem->pTab->zName));