Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c48 static void _sqlite3_result_error(sqlite3_context* ctx, const char* errmsg, int len) in _sqlite3_result_error() function
672 _sqlite3_result_error(context, "user-defined function raised exception", -1); in _pysqlite_func_callback()
708_sqlite3_result_error(context, "user-defined aggregate's '__init__' method raised error", -1); in _pysqlite_step_callback()
732 _sqlite3_result_error(context, "user-defined aggregate's 'step' method raised error", -1); in _pysqlite_step_callback()
770_sqlite3_result_error(context, "user-defined aggregate's 'finalize' method raised error", -1); in _pysqlite_final_callback()