Searched refs:sqlite3_value_nochange (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h608 #define sqlite3_value_nochange sqlite3_api->value_nochange macro
H A Dsqlite3.h5341 ** <tr><td><b>sqlite3_value_nochange&nbsp;&nbsp;</b>
5395 ** sqlite3_value_nochange(X) interface returns true if and only if
5402 ** sqlite3_value_nochange(X) is true will in all other respects appear
5403 ** to be a NULL value. If sqlite3_value_nochange(X) is invoked anywhere other
5456 SQLITE_API int sqlite3_value_nochange(sqlite3_value*);
9273 ** In that case, [sqlite3_value_nochange(X)] will return true for the
H A Dsqlite3.c6404 ** <tr><td><b>sqlite3_value_nochange&nbsp;&nbsp;</b>
6458 ** sqlite3_value_nochange(X) interface returns true if and only if
6465 ** sqlite3_value_nochange(X) is true will in all other respects appear
6466 ** to be a NULL value. If sqlite3_value_nochange(X) is invoked anywhere other
6519 SQLITE_API int sqlite3_value_nochange(sqlite3_value*);
10336 ** In that case, [sqlite3_value_nochange(X)] will return true for the
83948 SQLITE_API int sqlite3_value_nochange(sqlite3_value *pVal){ function
125998 #define sqlite3_value_nochange macro
[all...]

Completed in 786 milliseconds