Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dmodule.h93 extern const char *pysqlite_error_name(int rc);
Dutil.c93 const char *error_name = pysqlite_error_name(errcode); in raise_exception()
Dmodule.c464 pysqlite_error_name(int rc) in pysqlite_error_name() function