Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dstatement.c36 IN_LINECOMMENT, enumerator
404 state = IN_LINECOMMENT; in pysqlite_check_remaining_sql()
412 if (state == IN_LINECOMMENT) { in pysqlite_check_remaining_sql()
439 } else if (state == IN_LINECOMMENT) { in pysqlite_check_remaining_sql()
/external/python/cpython2/Modules/_sqlite/
Dstatement.c37 IN_LINECOMMENT, enumerator
454 state = IN_LINECOMMENT; in pysqlite_check_remaining_sql()
462 if (state == IN_LINECOMMENT) { in pysqlite_check_remaining_sql()
489 } else if (state == IN_LINECOMMENT) { in pysqlite_check_remaining_sql()