Home
last modified time | relevance | path

Searched refs:_sqlite3_result_error (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dconnection.c48 static void _sqlite3_result_error(sqlite3_context* ctx, const char* errmsg, int len) in _sqlite3_result_error() function
683 _sqlite3_result_error(context, "user-defined function raised exception", -1); in _pysqlite_func_callback()
719_sqlite3_result_error(context, "user-defined aggregate's '__init__' method raised error", -1); in _pysqlite_step_callback()
743 _sqlite3_result_error(context, "user-defined aggregate's 'step' method raised error", -1); in _pysqlite_step_callback()
789_sqlite3_result_error(context, "user-defined aggregate's 'finalize' method raised error", -1); in _pysqlite_final_callback()