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

/external/python/cpython2/Modules/_sqlite/
H A Dstatement.c38 COMMENTSTART_1, enumerator in enum:__anon19404
468 state = COMMENTSTART_1;
471 } else if (state == COMMENTSTART_1) {
480 } else if (state == COMMENTSTART_1) {
/external/python/cpython3/Modules/_sqlite/
H A Dstatement.c37 COMMENTSTART_1, enumerator in enum:__anon20025
464 state = COMMENTSTART_1;
467 } else if (state == COMMENTSTART_1) {
476 } else if (state == COMMENTSTART_1) {

Completed in 74 milliseconds