Home
last modified time | relevance | path

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

/sqlite-3.40.0/mptest/
H A Dmptest.c704 static int tokenLength(const char *z, int *pnLine){ in tokenLength() function
766 n += tokenLength(z+n, pnLine); in findEnd()
779 int len = tokenLength(z+n, pnLine); in findEndif()
894 len = tokenLength(zScript+ii, &lineno); in runScript()
1154 iEnd += tokenLength(zScript+ii+len+iEnd, &lineno); in runScript()