HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_value_nochange (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 647 #define sqlite3_value_nochange sqlite3_api->value_nochange macro
sqlite3.h 6036 ** <tr><td><b>sqlite3_value_nochange&nbsp;&nbsp;</b>
6090 ** sqlite3_value_nochange(X) interface returns true if and only if
6097 ** sqlite3_value_nochange(X) is true will in all other respects appear
6098 ** to be a NULL value. If sqlite3_value_nochange(X) is invoked anywhere other
6147 SQLITE_API int sqlite3_value_nochange(sqlite3_value*);
10305 ** In that case, [sqlite3_value_nochange(X)] will return true for the
sqlite3.c 6357 ** <tr><td><b>sqlite3_value_nochange&nbsp;&nbsp;</b>
6411 ** sqlite3_value_nochange(X) interface returns true if and only if
6418 ** sqlite3_value_nochange(X) is true will in all other respects appear
6419 ** to be a NULL value. If sqlite3_value_nochange(X) is invoked anywhere other
6468 SQLITE_API int sqlite3_value_nochange(sqlite3_value*);
10626 ** In that case, [sqlite3_value_nochange(X)] will return true for the
93862 SQLITE_API int sqlite3_value_nochange(sqlite3_value *pVal){ function
142867 #define sqlite3_value_nochange macro
    [all...]

Completed in 188 milliseconds