Searched refs:nConfig (Results 1 – 2 of 2) sorted by relevance
393 set nConfig 0398 incr nConfig 400 set G(result) "$nError errors from $nTest tests in $nConfig configurations."
2656 int nConfig; /* Size of azConfig[] */ in fts5ExprFunction() local2674 nConfig = 3 + (nArg-iArg); in fts5ExprFunction()2675 azConfig = (const char**)sqlite3_malloc64(sizeof(char*) * nConfig); in fts5ExprFunction()2691 rc = sqlite3Fts5ConfigParse(pGlobal, db, nConfig, azConfig, &pConfig, &zErr); in fts5ExprFunction()