Home
last modified time | relevance | path

Searched defs:zIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c14849 char *zIdx; /* Indexes */ member
15631 const char *zIdx = (const char*)sqlite3_column_text(pIdxList, 1); in idxFindCompatible() local
15702 char *zIdx = 0; in idxCreateFromCons() local
15945 const char *zIdx = 0; in idxFindIndexes() local
16405 const char *zIdx, in idxPopulateOneStat1()
16590 const char *zIdx = (const char*)sqlite3_column_text(pAllIndex, 2); in idxPopulateStat1() local
26434 const char *zIdx = sqlite3_expert_report(p, i, EXPERT_REPORT_INDEXES); in expertFinish() local
H A Dsqlite3.c226142 char *zIdx; member
226199 const char *zIdx; /* Name of target db index (or null) */ member
227171 const u8 *zIdx = sqlite3_column_text(aStmt[1], 1); local
227227 const char *zIdx = (const char*)sqlite3_column_text(pList, 1); local
227938 const char *zIdx = (const char*)sqlite3_column_text(pXList,1); local
227987 const char *zIdx = 0; /* Name of PK index */ local
228271 const char *zIdx = pIter->zIdx; local