Searched refs:pysqlite_error_name (Results 1 – 3 of 3) sorted by relevance
93 extern const char *pysqlite_error_name(int rc);
93 const char *error_name = pysqlite_error_name(errcode); in raise_exception()
464 pysqlite_error_name(int rc) in pysqlite_error_name() function