HomeSort by relevance Sort by last modified time
    Searched defs:analyzeTable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
analyze.c 407 static void analyzeTable(Parse *pParse, Table *pTab, Index *pOnlyIdx){
470 analyzeTable(pParse, pIdx->pTable, pIdx);
472 analyzeTable(pParse, pTab, 0);
485 analyzeTable(pParse, pIdx->pTable, pIdx);
487 analyzeTable(pParse, pTab, 0);
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 43 milliseconds