Home
last modified time | relevance | path

Searched refs:VDBE_MAGIC_HALT (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/databases/sqlite2/sqlite-2.8.17/src/
H A DvdbeInt.h288 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */ macro
H A Dvdbeaux.c838 if( p->magic!=VDBE_MAGIC_RUN && p->magic!=VDBE_MAGIC_HALT ){ in sqliteVdbeReset()
924 if( p->magic!=VDBE_MAGIC_RUN && p->magic!=VDBE_MAGIC_HALT ){ in sqliteVdbeFinalize()
H A Dvdbe.c661 p->magic = VDBE_MAGIC_HALT; in sqliteVdbeExec()
4880 p->magic = VDBE_MAGIC_HALT; in sqliteVdbeExec()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A DvdbeInt.h288 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */ macro
H A Dvdbeaux.c838 if( p->magic!=VDBE_MAGIC_RUN && p->magic!=VDBE_MAGIC_HALT ){ in sqliteVdbeReset()
924 if( p->magic!=VDBE_MAGIC_RUN && p->magic!=VDBE_MAGIC_HALT ){ in sqliteVdbeFinalize()
H A Dvdbe.c661 p->magic = VDBE_MAGIC_HALT; in sqliteVdbeExec()
4876 p->magic = VDBE_MAGIC_HALT; in sqliteVdbeExec()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DvdbeInt.h288 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */ macro
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DvdbeInt.h331 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */ macro
H A Dvdbeaux.c2247 p->magic = VDBE_MAGIC_HALT; in sqlite3VdbeHalt()
2363 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){ in sqlite3VdbeFinalize()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DvdbeInt.h419 #define VDBE_MAGIC_HALT 0x319c2973 /* VDBE has completed execution */ macro
H A Dvdbeaux.c2785 p->magic = VDBE_MAGIC_HALT; in sqlite3VdbeHalt()
2950 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){ in sqlite3VdbeFinalize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DvdbeInt.h456 #define VDBE_MAGIC_HALT 0x319c2973 /* VDBE has completed execution */ macro
H A Dvdbeaux.c3140 p->magic = VDBE_MAGIC_HALT; in sqlite3VdbeHalt()
3317 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){ in sqlite3VdbeFinalize()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DvdbeInt.h458 #define VDBE_MAGIC_HALT 0x319c2973 /* VDBE has completed execution */ macro
H A Dvdbeaux.c3198 p->iVdbeMagic = VDBE_MAGIC_HALT; in sqlite3VdbeHalt()
3381 if( p->iVdbeMagic==VDBE_MAGIC_RUN || p->iVdbeMagic==VDBE_MAGIC_HALT ){ in sqlite3VdbeFinalize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DvdbeInt.h457 #define VDBE_MAGIC_HALT 0x319c2973 /* VDBE has completed execution */ macro
H A Dvdbeaux.c3202 p->magic = VDBE_MAGIC_HALT; in sqlite3VdbeHalt()
3385 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){ in sqlite3VdbeFinalize()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c17802 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */ macro
49339 p->magic = VDBE_MAGIC_HALT;
49456 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c17136 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */ macro
47245 p->magic = VDBE_MAGIC_HALT;
47362 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c12295 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */ macro
50417 p->magic = VDBE_MAGIC_HALT;
50533 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c6060 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */ macro
43933 p->magic = VDBE_MAGIC_HALT;
44049 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c13186 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */ macro
61786 p->magic = VDBE_MAGIC_HALT;
61917 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c12822 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */ macro
59860 p->magic = VDBE_MAGIC_HALT;
59976 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c12815 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */ macro
59824 p->magic = VDBE_MAGIC_HALT;
59940 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c12877 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */ macro
60587 p->magic = VDBE_MAGIC_HALT;
60703 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){

1234567