Home | History | Annotate | Download | only in dist

Lines Matching defs:VdbeNoopComment

9525 # define VdbeNoopComment(X)  sqlite3VdbeNoopComment X
9533 # define VdbeNoopComment(X)
80229 VdbeNoopComment((v, "begin IN expr"));
104315 VdbeNoopComment((v, "Output routine for A"));
104324 VdbeNoopComment((v, "Output routine for B"));
104337 VdbeNoopComment((v, "eof-A subroutine"));
104352 VdbeNoopComment((v, "eof-B subroutine"));
104360 VdbeNoopComment((v, "A-lt-B subroutine"));
104373 VdbeNoopComment((v, "A-eq-B subroutine"));
104381 VdbeNoopComment((v, "A-gt-B subroutine"));
106148 VdbeNoopComment((v, "materialize \"%s\"", pItem->pTab->zName));