Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dwapptest.tcl393 set nConfig 0
398 incr nConfig
400 set G(result) "$nError errors from $nTest tests in $nConfig configurations."
/sqlite-3.40.0/ext/fts5/
H A Dfts5_expr.c2656 int nConfig; /* Size of azConfig[] */ in fts5ExprFunction() local
2674 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()