Home
last modified time | relevance | path

Searched refs:COMMENTSTART_1 (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_sqlite/
Dstatement.c37 COMMENTSTART_1, enumerator
418 state = COMMENTSTART_1; in pysqlite_check_remaining_sql()
421 } else if (state == COMMENTSTART_1) { in pysqlite_check_remaining_sql()
430 } else if (state == COMMENTSTART_1) { in pysqlite_check_remaining_sql()
/external/python/cpython2/Modules/_sqlite/
Dstatement.c38 COMMENTSTART_1, enumerator
468 state = COMMENTSTART_1; in pysqlite_check_remaining_sql()
471 } else if (state == COMMENTSTART_1) { in pysqlite_check_remaining_sql()
480 } else if (state == COMMENTSTART_1) { in pysqlite_check_remaining_sql()