HomeSort by relevance Sort by last modified time
    Searched refs:_sqlite3_result_error (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 48 static void _sqlite3_result_error(sqlite3_context* ctx, const char* errmsg, int len) function
672 _sqlite3_result_error(context, "user-defined function raised exception", -1);
708 _sqlite3_result_error(context, "user-defined aggregate's '__init__' method raised error", -1);
732 _sqlite3_result_error(context, "user-defined aggregate's 'step' method raised error", -1);
770 _sqlite3_result_error(context, "user-defined aggregate's 'finalize' method raised error", -1);
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.c 48 static void _sqlite3_result_error(sqlite3_context* ctx, const char* errmsg, int len) function
683 _sqlite3_result_error(context, "user-defined function raised exception", -1);
719 _sqlite3_result_error(context, "user-defined aggregate's '__init__' method raised error", -1);
743 _sqlite3_result_error(context, "user-defined aggregate's 'step' method raised error", -1);
789 _sqlite3_result_error(context, "user-defined aggregate's 'finalize' method raised error", -1);
    [all...]
  /external/python/cpython3/Modules/_sqlite/
connection.c 58 static void _sqlite3_result_error(sqlite3_context* ctx, const char* errmsg, int len) function
621 _sqlite3_result_error(context, "user-defined function raised exception", -1);
657 _sqlite3_result_error(context, "user-defined aggregate's '__init__' method raised error", -1);
681 _sqlite3_result_error(context, "user-defined aggregate's 'step' method raised error", -1);
735 _sqlite3_result_error(context, "user-defined aggregate's 'finalize' method raised error", -1);
737 /* with old SQLite versions, _sqlite3_result_error() sets a new Python
    [all...]

Completed in 50 milliseconds