Searched refs:zObj (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | shell.c | 15156 const char *sqlite3_intck_test_sql(sqlite3_intck *pCk, const char *zObj); 15209 char *zObj; /* Current object. Or NULL. */ member 15351 p->zDb, p->zObj, p->zDb, p->zObj in intckSaveKey() 15439 char *zPrev = p->zObj; in intckFindObject() 15440 p->zObj = 0; in intckFindObject() 15461 p->zObj = intckMprintf(p,"%s",(const char*)sqlite3_column_text(pStmt, 0)); in intckFindObject() 15467 if( sqlite3_stricmp(p->zObj, zPrev) ){ in intckFindObject() 15649 static int intckIsIndex(sqlite3_intck *p, const char *zObj){ in intckIsIndex() argument 15654 p->zDb, zObj in intckIsIndex() 15675 const char *zObj, /* Object (table or index) to scan */ in intckCheckObjectSql() argument [all …]
|
| H A D | sqlite3.c | 143794 const char *zObj = azObj[1] ? azObj[1] : "?"; 143795 z = sqlite3MPrintf(db, "malformed database schema (%s)", zObj); 159939 const char *zObj = 0; 159945 zObj = pLoop->u.btree.pIndex->zName; 159947 zObj = pSrclist->a[pLvl->iFrom].zName; 159951 v, addrExplain, pLvl->addrBody, pLvl->addrVisit, pLoop->nOut, zObj 223095 const char *zObj 223104 zList = sqlite3_mprintf("%z%s%s.\"%w\"", zList, zS, zObj, zCol); 223117 zList = rbuMPrintf(p, "%z, %s._rowid_", zList, zObj);
|