Searched refs:zIdx (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c8478 char *zIdx; /* Indexes */ member in struct:IdxStatement
9241 const char *zIdx = (const char*)sqlite3_column_text(pIdxList, 1); local
9246 rc = idxPrintfPrepareStmt(dbm, &pInfo, 0, "PRAGMA index_xInfo=%Q", zIdx);
9298 char *zIdx = 0; local
9327 zIdx = sqlite3_mprintf(zFmt, zName, zTable, zCols);
9328 if( !zIdx ){
9331 rc = sqlite3_exec(dbm, zIdx, 0, 0, p->pzErrmsg);
9332 idxHashAdd(&rc, &p->hIdx, zName, zIdx);
9335 sqlite3_free(zIdx);
9448 sqlite3_free(p->zIdx);
9514 const char *zIdx = 0; local
9893 idxPopulateOneStat1( sqlite3expert *p, sqlite3_stmt *pIndexXInfo, sqlite3_stmt *pWriteStat, const char *zTab, const char *zIdx, char **pzErr ) argument
10076 const char *zIdx = (const char*)sqlite3_column_text(pAllIndex, 2); local
13483 const char *zIdx = sqlite3_expert_report(p, i, EXPERT_REPORT_INDEXES); local
[all...]
H A Dsqlite3.c199204 char *zIdx; member in struct:RbuState
199261 const char *zIdx; /* Name of target db index (or null) */ member in struct:RbuObjIter
200206 const u8 *zIdx = sqlite3_column_text(aStmt[1], 1); local
200262 const char *zIdx = (const char*)sqlite3_column_text(pList, 1); local
200971 const char *zIdx = (const char*)sqlite3_column_text(pXList,1); local
201020 const char *zIdx = 0; /* Name of PK index */ local
201304 const char *zIdx = pIter->zIdx; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c63761 u8 *zIdx; /* Index into header */ member in struct:vdbeExecUnion::OP_Column_stack_vars
[all...]

Completed in 884 milliseconds