Searched defs:errcode (Results 1 – 3 of 3) sorted by relevance
114 static std::string sqlite3_error_code_to_msg(int errcode) { in sqlite3_error_code_to_msg()154 void throw_sqlite3_exception_errcode(JNIEnv* env, int errcode, const char* message) { in throw_sqlite3_exception_errcode()161 void throw_sqlite3_exception(JNIEnv* env, int errcode, in throw_sqlite3_exception()
724 void markError(status_t errcode, const char *func) in markError()