Home
last modified time | relevance | path

Searched refs:MEM_AffMask (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DvdbeInt.h239 #define MEM_AffMask 0x001f /* Mask of affinity bits */ macro
H A Dutf.c319 pMem->flags = MEM_Str|MEM_Term|(c&(MEM_AffMask|MEM_Subtype)); in sqlite3VdbeMemTranslate()
H A Dvdbeapi.c268 return aType[pVal->flags&MEM_AffMask]; in sqlite3_value_type()
H A Dvdbe.c1157 pOut->flags = (pOut->flags&~(MEM_Undefined|MEM_AffMask))|MEM_Null; in sqlite3VdbeExec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DvdbeInt.h249 #define MEM_AffMask 0x003f /* Mask of affinity bits */ macro
H A Dutf.c321 pMem->flags = MEM_Str|MEM_Term|(c&(MEM_AffMask|MEM_Subtype)); in sqlite3VdbeMemTranslate()
H A Dvdbeapi.c314 assert( eType == aType[pVal->flags&MEM_AffMask] ); in sqlite3_value_type()
317 return aType[pVal->flags&MEM_AffMask]; in sqlite3_value_type()
H A Dvdbe.c1282 pOut->flags = (pOut->flags&~(MEM_Undefined|MEM_AffMask))|MEM_Null; in sqlite3VdbeExec()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dutf.c345 c = MEM_Str|MEM_Term|(pMem->flags&(MEM_AffMask|MEM_Subtype)); in sqlite3VdbeMemTranslate()
H A DvdbeInt.h251 #define MEM_AffMask 0x003f /* Mask of affinity bits */ macro
H A Dvdbeapi.c314 assert( eType == aType[pVal->flags&MEM_AffMask] ); in sqlite3_value_type()
317 return aType[pVal->flags&MEM_AffMask]; in sqlite3_value_type()
H A Dvdbe.c1281 pOut->flags = (pOut->flags&~(MEM_Undefined|MEM_AffMask))|MEM_Null; in sqlite3VdbeExec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dutf.c345 c = MEM_Str|MEM_Term|(pMem->flags&(MEM_AffMask|MEM_Subtype)); in sqlite3VdbeMemTranslate()
H A DvdbeInt.h250 #define MEM_AffMask 0x003f /* Mask of affinity bits */ macro
H A Dvdbeapi.c314 assert( eType == aType[pVal->flags&MEM_AffMask] ); in sqlite3_value_type()
317 return aType[pVal->flags&MEM_AffMask]; in sqlite3_value_type()
H A Dvdbe.c1286 pOut->flags = (pOut->flags&~(MEM_Undefined|MEM_AffMask))|MEM_Null; in sqlite3VdbeExec()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c20254 #define MEM_AffMask 0x003f /* Mask of affinity bits */ macro
30065 pMem->flags = MEM_Str|MEM_Term|(c&(MEM_AffMask|MEM_Subtype));
81772 assert( eType == aType[pVal->flags&MEM_AffMask] );
81775 return aType[pVal->flags&MEM_AffMask];
85046 pOut->flags = (pOut->flags&~(MEM_Undefined|MEM_AffMask))|MEM_Null;
/dports/www/firefox/firefox-99.0/security/nss/lib/sqlite/
H A Dsqlite3.c20254 #define MEM_AffMask 0x003f /* Mask of affinity bits */ macro
30065 pMem->flags = MEM_Str|MEM_Term|(c&(MEM_AffMask|MEM_Subtype));
81772 assert( eType == aType[pVal->flags&MEM_AffMask] );
81775 return aType[pVal->flags&MEM_AffMask];
85046 pOut->flags = (pOut->flags&~(MEM_Undefined|MEM_AffMask))|MEM_Null;
/dports/security/ca_root_nss/nss-3.71/nss/lib/sqlite/
H A Dsqlite3.c20254 #define MEM_AffMask 0x003f /* Mask of affinity bits */ macro
30065 pMem->flags = MEM_Str|MEM_Term|(c&(MEM_AffMask|MEM_Subtype));
81772 assert( eType == aType[pVal->flags&MEM_AffMask] );
81775 return aType[pVal->flags&MEM_AffMask];
85046 pOut->flags = (pOut->flags&~(MEM_Undefined|MEM_AffMask))|MEM_Null;
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c20254 #define MEM_AffMask 0x003f /* Mask of affinity bits */ macro
30065 pMem->flags = MEM_Str|MEM_Term|(c&(MEM_AffMask|MEM_Subtype));
81772 assert( eType == aType[pVal->flags&MEM_AffMask] );
81775 return aType[pVal->flags&MEM_AffMask];
85046 pOut->flags = (pOut->flags&~(MEM_Undefined|MEM_AffMask))|MEM_Null;
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c20254 #define MEM_AffMask 0x003f /* Mask of affinity bits */ macro
30065 pMem->flags = MEM_Str|MEM_Term|(c&(MEM_AffMask|MEM_Subtype));
81772 assert( eType == aType[pVal->flags&MEM_AffMask] );
81775 return aType[pVal->flags&MEM_AffMask];
85046 pOut->flags = (pOut->flags&~(MEM_Undefined|MEM_AffMask))|MEM_Null;
/dports/security/vuls/vuls-0.13.7/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c20782 #define MEM_AffMask 0x003f /* Mask of affinity bits */ macro
30763 pMem->flags = MEM_Str|MEM_Term|(c&(MEM_AffMask|MEM_Subtype));
82828 assert( eType == aType[pVal->flags&MEM_AffMask] );
82831 return aType[pVal->flags&MEM_AffMask];
86137 pOut->flags = (pOut->flags&~(MEM_Undefined|MEM_AffMask))|MEM_Null;
/dports/devel/stack/stack-2.7.3/_cabal_deps/persistent-sqlite-2.13.0.0/cbits/
H A Dsqlite3.c20959 #define MEM_AffMask 0x003f /* Mask of affinity bits */ macro
30993 c = MEM_Str|MEM_Term|(pMem->flags&(MEM_AffMask|MEM_Subtype));
83301 assert( eType == aType[pVal->flags&MEM_AffMask] );
83304 return aType[pVal->flags&MEM_AffMask];
86613 pOut->flags = (pOut->flags&~(MEM_Undefined|MEM_AffMask))|MEM_Null;
/dports/misc/broot/broot-1.7.0/cargo-crates/libsqlite3-sys-0.20.1/sqlite3/
H A Dsqlite3.c20959 #define MEM_AffMask 0x003f /* Mask of affinity bits */ macro
30993 c = MEM_Str|MEM_Term|(pMem->flags&(MEM_AffMask|MEM_Subtype));
83301 assert( eType == aType[pVal->flags&MEM_AffMask] );
83304 return aType[pVal->flags&MEM_AffMask];
86613 pOut->flags = (pOut->flags&~(MEM_Undefined|MEM_AffMask))|MEM_Null;
/dports/emulators/mess/mame-mame0226/3rdparty/sqlite3/
H A Dsqlite3.c20959 #define MEM_AffMask 0x003f /* Mask of affinity bits */ macro
30993 c = MEM_Str|MEM_Term|(pMem->flags&(MEM_AffMask|MEM_Subtype));
83301 assert( eType == aType[pVal->flags&MEM_AffMask] );
83304 return aType[pVal->flags&MEM_AffMask];
86613 pOut->flags = (pOut->flags&~(MEM_Undefined|MEM_AffMask))|MEM_Null;

1234567