Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dstatement.h31 #define PYSQLITE_TOO_MUCH_SQL (-100) macro
Dstatement.c95 rc = PYSQLITE_TOO_MUCH_SQL; in pysqlite_statement_create()
Dconnection.c1206 if (rc == PYSQLITE_TOO_MUCH_SQL) { in pysqlite_connection_call()