Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h659 #define sqlite3_value_frombind sqlite3_api->value_frombind macro
H A Dsqlite3.h5509 ** <tr><td><b>sqlite3_value_frombind&nbsp;&nbsp;</b>
5582 ** ^The sqlite3_value_frombind(X) interface returns non-zero if the
5585 ** or an expression, then sqlite3_value_frombind(X) returns zero.
5632 SQLITE_API int sqlite3_value_frombind(sqlite3_value*);
/third_party/sqlite/src/
H A Dsqlite3.c5818 ** <tr><td><b>sqlite3_value_frombind&nbsp;&nbsp;</b>
5891 ** ^The sqlite3_value_frombind(X) interface returns non-zero if the
5894 ** or an expression, then sqlite3_value_frombind(X) returns zero.
5941 SQLITE_API int sqlite3_value_frombind(sqlite3_value*);
88193 SQLITE_API int sqlite3_value_frombind(sqlite3_value *pVal){ global() function
132582 #define sqlite3_value_frombind global() macro
[all...]

Completed in 160 milliseconds