Searched defs:IN_LINECOMMENT (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_sqlite/
H A Dstatement.c37 IN_LINECOMMENT, enumerator in enum:__anon19404
454 state = IN_LINECOMMENT;
462 if (state == IN_LINECOMMENT) {
489 } else if (state == IN_LINECOMMENT) {
/external/python/cpython3/Modules/_sqlite/
H A Dstatement.c36 IN_LINECOMMENT, enumerator in enum:__anon20025
450 state = IN_LINECOMMENT;
458 if (state == IN_LINECOMMENT) {
485 } else if (state == IN_LINECOMMENT) {

Completed in 335 milliseconds