Searched refs:zIdx (Results 1 - 3 of 3) sorted by relevance
/third_party/sqlite/src/ |
H A 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() 10573 const char *zIdx = 0; idxFindIndexes() local 10957 idxPopulateOneStat1( sqlite3expert *p, sqlite3_stmt *pIndexXInfo, sqlite3_stmt *pWriteStat, const char *zTab, const char *zIdx, char **pzErr ) idxPopulateOneStat1() argument 11140 const char *zIdx = (const char*)sqlite3_column_text(pAllIndex, 2); idxPopulateStat1() local 18190 const char *zIdx = sqlite3_expert_report(p, i, EXPERT_REPORT_INDEXES); expertFinish() local [all...] |
H A D | sqlite3.c | 209031 char *zIdx; global() member 209088 const char *zIdx; /* Name of target db index (or null) */ global() member 210037 const u8 *zIdx = sqlite3_column_text(aStmt[1], 1); global() local 210093 const char *zIdx = (const char*)sqlite3_column_text(pList, 1); global() local 210804 const char *zIdx = (const char*)sqlite3_column_text(pXList,1); global() local 210853 const char *zIdx = 0; /* Name of PK index */ global() local 211137 const char *zIdx = pIter->zIdx; global() local [all...] |
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
H A D | gfx9addrlib.cpp | 2939 UINT_32 zIdx = Log2(microBlockDim.d); 2955 pixelBit[i] = z[zIdx++]; 2971 xorExtra[i - blockSizeLog2] = z[zIdx++];
|
Completed in 154 milliseconds