Searched refs:zObj (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | speedtest1.c | 2553 char *zSql, *zObj; in main() local 2556 zObj = speedtest1_once( in main() 2559 if( zObj==0 ) break; in main() 2560 zSql = sqlite3_mprintf("DROP TABLE main.\"%w\"", zObj); in main() 2563 sqlite3_free(zObj); in main() 2566 zObj = speedtest1_once( in main() 2569 if( zObj==0 ) break; in main() 2570 zSql = sqlite3_mprintf("DROP TABLE main.\"%w\"", zObj); in main() 2573 sqlite3_free(zObj); in main()
|
| /sqlite-3.40.0/ext/session/ |
| H A D | test_session.c | 495 char *zObj; in test_obj_eq_string() local 498 zObj = Tcl_GetStringFromObj(p, &nObj); in test_obj_eq_string() 500 return (nObj==n && (n==0 || 0==memcmp(zObj, z, n))); in test_obj_eq_string()
|
| /sqlite-3.40.0/src/ |
| H A D | prepare.c | 48 const char *zObj = azObj[1] ? azObj[1] : "?"; in corruptSchema() local 49 z = sqlite3MPrintf(db, "malformed database schema (%s)", zObj); in corruptSchema()
|
| H A D | wherecode.c | 293 const char *zObj = 0; in sqlite3WhereAddScanStatus() local 296 zObj = pLoop->u.btree.pIndex->zName; in sqlite3WhereAddScanStatus() 298 zObj = pSrclist->a[pLvl->iFrom].zName; in sqlite3WhereAddScanStatus() 301 v, addrExplain, pLvl->addrBody, pLvl->addrVisit, pLoop->nOut, zObj in sqlite3WhereAddScanStatus()
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 1798 const char *zObj in rbuObjIterGetOldlist() argument 1807 zList = sqlite3_mprintf("%z%s%s.\"%w\"", zList, zS, zObj, zCol); in rbuObjIterGetOldlist() 1820 zList = rbuMPrintf(p, "%z, %s._rowid_", zList, zObj); in rbuObjIterGetOldlist()
|