Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c22055 char *zBind = 0; in recoverInsertStmt() local
22069 zBind = recoverMPrintf(p, "%zquote(?%d)", zBind, pTab->iRowidBind); in recoverInsertStmt()
22071 zBind = recoverMPrintf(p, "%z?%d", zBind, pTab->iRowidBind); in recoverInsertStmt()
22086 zBind = recoverMPrintf(p, in recoverInsertStmt()
22087 "%z%sescape_crlf(quote(?%d))", zBind, zSqlSep, pTab->aCol[ii].iBind in recoverInsertStmt()
22091 zBind = recoverMPrintf(p, "%z%s?%d", zBind, zSep, pTab->aCol[ii].iBind); in recoverInsertStmt()
22099 zSql, zBind in recoverInsertStmt()
22102 zFinal = recoverMPrintf(p, "%s) VALUES (%s)", zSql, zBind); in recoverInsertStmt()
22107 sqlite3_free(zBind); in recoverInsertStmt()
22207 char *zBind = 0; in recoverLostAndFoundInsert() local
[all …]
H A Dsqlite3.c228514 char *zBind = rbuObjIterGetBindlist(p, pIter->nTblCol + 1 + bRbuRowid); local
228515 if( zBind ){
228520 p->zStateDb, pIter->zDataTbl, zCollist, zRbuRowid, zBind
228678 char *zBind = 0; local
228687 zBind = rbuObjIterGetBindlist(p, nBind);
228703 sqlite3_mprintf("INSERT INTO \"rbu_imp_%w\" VALUES(%s)", zTbl, zBind)
228769 sqlite3_free(zBind);
264429 char *zBind = 0; local
264442 zBind = sqlite3Fts5Mprintf(&rc, "%z%s?%d", zBind, zBind?",":"",i+1);
264451 zBind = sqlite3Fts5Mprintf(&rc, "%z,?%d", zBind, pC->nCol+i+2);
[all …]