Home
last modified time | relevance | path

Searched defs:regStat (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Danalyze.c928 static void callStatGet(Parse *pParse, int regStat, int iParam, int regOut){ in callStatGet()
988 int regStat = iMem++; /* Register to hold StatAccum object */ in analyzeOneTable() local