Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c17766 char *zBind = 0; in recoverInsertStmt() local
17780 zBind = recoverMPrintf(p, "%zquote(?%d)", zBind, pTab->iRowidBind); in recoverInsertStmt()
17782 zBind = recoverMPrintf(p, "%z?%d", zBind, pTab->iRowidBind); in recoverInsertStmt()
17797 zBind = recoverMPrintf(p, in recoverInsertStmt()
17798 "%z%sescape_crnl(quote(?%d))", zBind, zSqlSep, pTab->aCol[ii].iBind in recoverInsertStmt()
17802 zBind = recoverMPrintf(p, "%z%s?%d", zBind, zSep, pTab->aCol[ii].iBind); in recoverInsertStmt()
17810 zSql, zBind in recoverInsertStmt()
17813 zFinal = recoverMPrintf(p, "%s) VALUES (%s)", zSql, zBind); in recoverInsertStmt()
17818 sqlite3_free(zBind); in recoverInsertStmt()
17918 char *zBind = 0; in recoverLostAndFoundInsert() local
[all …]
H A Dsqlite3.c220297 char *zBind = rbuObjIterGetBindlist(p, pIter->nTblCol + 1 + bRbuRowid);
220298 if( zBind ){
220303 p->zStateDb, pIter->zDataTbl, zCollist, zRbuRowid, zBind
220461 char *zBind = 0;
220470 zBind = rbuObjIterGetBindlist(p, nBind);
220486 sqlite3_mprintf("INSERT INTO \"rbu_imp_%w\" VALUES(%s)", zTbl, zBind)
220552 sqlite3_free(zBind);
252827 char *zBind;
252830 zBind = sqlite3_malloc64(1 + nCol*2);
252831 if( zBind ){
[all …]