Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dstatement.h32 #define PYSQLITE_TOO_MUCH_SQL (-100) macro
Dstatement.c110 rc = PYSQLITE_TOO_MUCH_SQL; in pysqlite_statement_create()
Dconnection.c1249 if (rc == PYSQLITE_TOO_MUCH_SQL) { in pysqlite_connection_call()
/external/python/cpython2/Modules/_sqlite/
Dstatement.h31 #define PYSQLITE_TOO_MUCH_SQL (-100) macro
Dstatement.c100 rc = PYSQLITE_TOO_MUCH_SQL; in pysqlite_statement_create()
Dconnection.c1224 if (rc == PYSQLITE_TOO_MUCH_SQL) { in pysqlite_connection_call()