Lines Matching refs:zCom
88004 char *zCom; local
88012 zCom = sqlite3VdbeDisplayComment(0, pOp, zP4);
88014 zCom = 0;
88022 zCom ? zCom : ""
88026 sqlite3_free(zCom);
88365 char *zCom = sqlite3VdbeDisplayComment(db, pOp, zP4); local
88366 sqlite3VdbeMemSetStr(pMem+7, zCom, -1, SQLITE_UTF8, sqlite3_free);
107143 char *zCom = sqlite3VdbeDisplayComment(pVTab->db, pOp, pCur->zP4);
107144 sqlite3_result_text(ctx, zCom, -1, sqlite3_free);
222995 const char *zCom = ""; /* Set to ", " later on */
223015 zRet = sqlite3_mprintf("%z%s(%.*s) COLLATE %Q", zRet, zCom,
223038 zRet = sqlite3_mprintf("%z%s\"%w\" COLLATE %Q", zRet, zCom,zCol,zCollate);
223044 zImpPK, zCom, nBind, zCol, zOrder
223048 zImpCols, zCom, nBind, zCol, zType, zCollate
223054 zCom = ", ";