Home
last modified time | relevance | path

Searched defs:TERM_VNULL (Results 1 – 5 of 5) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DwhereInt.h279 # define TERM_VNULL 0x80 /* Manufactured x>NULL or x<=NULL term */ macro
281 # define TERM_VNULL 0x00 /* Disabled if not using stat3 */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DwhereInt.h285 # define TERM_VNULL 0x0080 /* Manufactured x>NULL or x<=NULL term */ macro
287 # define TERM_VNULL 0x0000 /* Disabled if not using stat4 */ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DwhereInt.h287 # define TERM_VNULL 0x0080 /* Manufactured x>NULL or x<=NULL term */ macro
289 # define TERM_VNULL 0x0000 /* Disabled if not using stat4 */ macro
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dwhere.c122 # define TERM_VNULL 0x80 /* Manufactured x>NULL or x<=NULL term */ macro
124 # define TERM_VNULL 0x00 /* Disabled if not using stat2 */ macro
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DwhereInt.h273 #define TERM_VNULL 0x0080 /* Manufactured x>NULL or x<=NULL term */ macro