Home
last modified time | relevance | path

Searched refs:sqlite3_result_null (Results 1 - 6 of 6) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3ext.h485 #define sqlite3_result_null sqlite3_api->result_null macro
H A Dsqlite3.h5878 ** ^The sqlite3_result_null() interface sets the return value
5949 ** SQL NULL value, just like [sqlite3_result_null(C)], except that it
5974 SQLITE_API void sqlite3_result_null(sqlite3_context*);
/third_party/python/Modules/_sqlite/
H A Dconnection.c622 sqlite3_result_null(context); in _pysqlite_set_result()
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx4075 sqlite3_result_null(c); in sqlite3_sharedprefix_fn()
/third_party/sqlite/src/
H A Dshell.c2541 sqlite3_result_null(pCtx); in decimal_result()
5404 sqlite3_result_null(ctx); in fsdirColumn()
11853 sqlite3_result_null(pCtx); in dbdataValue()
H A Dsqlite3.c6187 ** ^The sqlite3_result_null() interface sets the return value
6258 ** SQL NULL value, just like [sqlite3_result_null(C)], except that it
6283 SQLITE_API void sqlite3_result_null(sqlite3_context*);
88330 SQLITE_API void sqlite3_result_null(sqlite3_context *pCtx){ global() function
132408 #define sqlite3_result_null global() macro
[all...]

Completed in 209 milliseconds