Searched defs:zIdx (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/tool/
H A Dshowdb.c437 char zIdx[10]; local
438 sprintf(zIdx, "[%d]", i);
439 printf(" %5s %7u", zIdx, x);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest8.c266 const char *zIdx = (const char *)sqlite3_column_text(pStmt, 1); local
268 zSql = sqlite3_mprintf("PRAGMA index_info(%s)", zIdx);
H A Dvdbe.c2097 u8 *zIdx; /* Index into header */ local
2270 zIdx = (u8 *)&zData[szHdr];
2278 if( zIdx<zEndHdr ){
2280 zIdx += getVarint32(zIdx, aType[i]);
2284 zIdx = &zEndHdr[1]; /* Forces SQLITE_CORRUPT return below */
2306 if( (zIdx > zEndHdr) || (offset > payloadSize)
2307 || (zIdx==zEndHdr && offset!=payloadSize) ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c62563 u8 *zIdx; /* Index into header */ member in struct:vdbeExecUnion::OP_Column_stack_vars
[all...]

Completed in 524 milliseconds