Home
last modified time | relevance | path

Searched refs:sqlite3_result_error_toobig (Results 1 - 4 of 4) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3ext.h541 #define sqlite3_result_error_toobig sqlite3_api->result_error_toobig macro
H A Dsqlite3.h5865 ** ^The sqlite3_result_error_toobig() interface causes SQLite to throw an
5969 SQLITE_API void sqlite3_result_error_toobig(sqlite3_context*);
/third_party/python/Modules/_sqlite/
H A Dconnection.c760 sqlite3_result_error_toobig(context); in set_sqlite_error()
/third_party/sqlite/src/
H A Dsqlite3.c6174 ** ^The sqlite3_result_error_toobig() interface causes SQLite to throw an
6278 SQLITE_API void sqlite3_result_error_toobig(sqlite3_context*);
88444 SQLITE_API void sqlite3_result_error_toobig(sqlite3_context *pCtx){ global() function
132464 #define sqlite3_result_error_toobig global() macro
[all...]

Completed in 141 milliseconds