Searched refs:zIdx (Results 1 – 3 of 3) sorted by relevance
/third_party/sqlite/src/ |
D | shell.c | 9478 char *zIdx; /* Indexes */ member 10259 const char *zIdx = (const char*)sqlite3_column_text(pIdxList, 1); in idxFindCompatible() local 10260 if( zIdx==0 ) continue; in idxFindCompatible() 10265 rc = idxPrintfPrepareStmt(dbm, &pInfo, 0, "PRAGMA index_xInfo=%Q", zIdx); in idxFindCompatible() 10330 char *zIdx = 0; in idxCreateFromCons() local 10382 zIdx = sqlite3_mprintf(zFmt, zName, zTable, zCols); in idxCreateFromCons() 10383 if( !zIdx ){ in idxCreateFromCons() 10386 rc = sqlite3_exec(dbm, zIdx, 0, 0, p->pzErrmsg); in idxCreateFromCons() 10390 idxHashAdd(&rc, &p->hIdx, zName, zIdx); in idxCreateFromCons() 10394 sqlite3_free(zIdx); in idxCreateFromCons() [all …]
|
D | sqlite3.c | 208818 char *zIdx; 208875 const char *zIdx; /* Name of target db index (or null) */ 209466 if( pIter->zIdx==0 ){ 209490 if( pIter->zIdx==0 ){ 209499 pIter->zIdx = 0; 209501 pIter->zIdx = (const char*)sqlite3_column_text(pIter->pIdxIter, 0); 209504 rc = pIter->zIdx ? SQLITE_OK : SQLITE_NOMEM; 209824 const u8 *zIdx = sqlite3_column_text(aStmt[1], 1); 209825 if( zOrig && zIdx && zOrig[0]=='p' ){ 209828 "SELECT rootpage FROM sqlite_schema WHERE name = %Q", zIdx [all …]
|
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 2939 UINT_32 zIdx = Log2(microBlockDim.d); in HwlComputeThickEquation() local 2955 pixelBit[i] = z[zIdx++]; in HwlComputeThickEquation() 2971 xorExtra[i - blockSizeLog2] = z[zIdx++]; in HwlComputeThickEquation()
|