Searched refs:SQLITE_SUBTYPE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h5577 ** [[SQLITE_SUBTYPE]] <dt>SQLITE_SUBTYPE</dt><dd>
5578 ** The SQLITE_SUBTYPE flag indicates to SQLite that a function might call
5584 ** property. If the SQLITE_SUBTYPE property is omitted, then the return
5604 #define SQLITE_SUBTYPE 0x000100000 macro
5805 ** should include the [SQLITE_SUBTYPE] property in the text
5807 ** If the [SQLITE_SUBTYPE] property is omitted, then sqlite3_value_subtype()
H A Dsqlite3.c5890 ** [[SQLITE_SUBTYPE]] <dt>SQLITE_SUBTYPE</dt><dd>
5891 ** The SQLITE_SUBTYPE flag indicates to SQLite that a function might call
5897 ** property. If the SQLITE_SUBTYPE property is omitted, then the return
5917 #define SQLITE_SUBTYPE 0x000100000 macro
6118 ** should include the [SQLITE_SUBTYPE] property in the text
6120 ** If the [SQLITE_SUBTYPE] property is omitted, then sqlite3_value_subtype()
17960 /* SQLITE_SUBTYPE 0x00100000 // Consumer of subtypes */
18059 ((bRS)*SQLITE_SUBTYPE)|((bWS)*SQLITE_RESULT_SUBTYPE), \
20404 ** due to the SQLITE_SUBTYPE fla
[all...]

Completed in 667 milliseconds