Searched refs:sPk (Results 1 – 1 of 1) sorted by relevance
3413 memset(&sPk, 0, sizeof(Index)); in whereLoopAddBtree()3414 sPk.nKeyCol = 1; in whereLoopAddBtree()3415 sPk.nColumn = 1; in whereLoopAddBtree()3416 sPk.aiColumn = &aiColumnPk; in whereLoopAddBtree()3417 sPk.aiRowLogEst = aiRowEstPk; in whereLoopAddBtree()3418 sPk.onError = OE_Replace; in whereLoopAddBtree()3419 sPk.pTable = pTab; in whereLoopAddBtree()3420 sPk.szIdxRow = pTab->szTabRow; in whereLoopAddBtree()3421 sPk.idxType = SQLITE_IDXTYPE_IPK; in whereLoopAddBtree()3428 sPk.pNext = pFirst; in whereLoopAddBtree()[all …]