Home
last modified time | relevance | path

Searched refs:zImpCols (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c227637 char *zImpCols = 0; /* String to return via *pzImposterCols */ local
227693 zImpCols = sqlite3_mprintf("%z%s\"rbu_imp_%d%w\" %s COLLATE %Q",
227694 zImpCols, zCom, nBind, zCol, zType, zCollate
227699 if( zRet==0 || zImpPK==0 || zImpCols==0 || zWhere==0 ) rc = SQLITE_NOMEM;
227710 sqlite3_free(zImpCols);
227714 zImpCols = 0;
227720 *pzImposterCols = zImpCols;