Searched refs:VdbeModuleComment (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/ |
H A D | sqlite3.c | 16875 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X macro 16877 # define VdbeModuleComment(X) macro 16882 # define VdbeModuleComment(X) macro 127296 VdbeModuleComment((v, "BEGIN: GenRowDel(%d,%d,%d,%d)", 127409 VdbeModuleComment((v, "END: GenRowDel()")); 127453 VdbeModuleComment((v, "GenRowIdxDel for %s", pIdx->zName)); 133538 VdbeModuleComment((v, "BEGIN: GenCnstCks(%d,%d,%d,%d,%d)", 134304 VdbeModuleComment((v, "END: GenCnstCks(%d)", seenReplace)); 157219 VdbeModuleComment((v, "Begin WHERE-loop%d: %s",iLevel,pTabItem->pTab->zName)); 158436 VdbeModuleComment((v, "begin transitive constraint")); [all …]
|
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 17006 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X macro 17008 # define VdbeModuleComment(X) macro 17013 # define VdbeModuleComment(X) macro 128374 VdbeModuleComment((v, "BEGIN: GenRowDel(%d,%d,%d,%d)", 128487 VdbeModuleComment((v, "END: GenRowDel()")); 128531 VdbeModuleComment((v, "GenRowIdxDel for %s", pIdx->zName)); 134820 VdbeModuleComment((v, "BEGIN: GenCnstCks(%d,%d,%d,%d,%d)", 135586 VdbeModuleComment((v, "END: GenCnstCks(%d)", seenReplace)); 158799 VdbeModuleComment((v, "Begin WHERE-loop%d: %s",iLevel,pTabItem->pTab->zName)); 160024 VdbeModuleComment((v, "begin transitive constraint")); [all …]
|
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/ |
D | sqlite3.c | 17056 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X macro 17058 # define VdbeModuleComment(X) macro 17063 # define VdbeModuleComment(X) macro 133077 VdbeModuleComment((v, "BEGIN: GenRowDel(%d,%d,%d,%d)", 133190 VdbeModuleComment((v, "END: GenRowDel()")); 133234 VdbeModuleComment((v, "GenRowIdxDel for %s", pIdx->zName)); 139330 VdbeModuleComment((v, "BEGIN: GenCnstCks(%d,%d,%d,%d,%d)", 140096 VdbeModuleComment((v, "END: GenCnstCks(%d)", seenReplace)); 163164 VdbeModuleComment((v, "Begin WHERE-loop%d: %s",iLevel,pTabItem->pTab->zName)); 164381 VdbeModuleComment((v, "begin transitive constraint")); [all …]
|
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
H A D | sqlite3.c | 16875 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X macro 16877 # define VdbeModuleComment(X) macro 16882 # define VdbeModuleComment(X) macro 127280 VdbeModuleComment((v, "BEGIN: GenRowDel(%d,%d,%d,%d)", 127393 VdbeModuleComment((v, "END: GenRowDel()")); 127437 VdbeModuleComment((v, "GenRowIdxDel for %s", pIdx->zName)); 133522 VdbeModuleComment((v, "BEGIN: GenCnstCks(%d,%d,%d,%d,%d)", 134288 VdbeModuleComment((v, "END: GenCnstCks(%d)", seenReplace)); 157203 VdbeModuleComment((v, "Begin WHERE-loop%d: %s",iLevel,pTabItem->pTab->zName)); 158420 VdbeModuleComment((v, "begin transitive constraint")); [all …]
|