Home
last modified time | relevance | path

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

/sqlite-3.40.0/mptest/
H A Dmptest.c749 static int extractToken(const char *zIn, int nIn, char *zOut, int nOut){ in extractToken() function
914 n = extractToken(zScript+ii+2, len-2, zCmd, sizeof(zCmd)); in runScript()
918 n += extractToken(zScript+ii+2+n, len-2-n, in runScript()