Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c22017 char *zBind = 0; in recoverInsertStmt() local
22031 zBind = recoverMPrintf(p, "%zquote(?%d)", zBind, pTab->iRowidBind); in recoverInsertStmt()
22033 zBind = recoverMPrintf(p, "%z?%d", zBind, pTab->iRowidBind); in recoverInsertStmt()
22048 zBind = recoverMPrintf(p, in recoverInsertStmt()
22049 "%z%sescape_crlf(quote(?%d))", zBind, zSqlSep, pTab->aCol[ii].iBind in recoverInsertStmt()
22053 zBind = recoverMPrintf(p, "%z%s?%d", zBind, zSep, pTab->aCol[ii].iBind); in recoverInsertStmt()
22061 zSql, zBind in recoverInsertStmt()
22064 zFinal = recoverMPrintf(p, "%s) VALUES (%s)", zSql, zBind); in recoverInsertStmt()
22069 sqlite3_free(zBind); in recoverInsertStmt()
22169 char *zBind = 0; in recoverLostAndFoundInsert() local
[all …]
H A Dsqlite3.c228120 char *zBind = rbuObjIterGetBindlist(p, pIter->nTblCol + 1 + bRbuRowid); local
228121 if( zBind ){
228126 p->zStateDb, pIter->zDataTbl, zCollist, zRbuRowid, zBind
228284 char *zBind = 0; local
228293 zBind = rbuObjIterGetBindlist(p, nBind);
228309 sqlite3_mprintf("INSERT INTO \"rbu_imp_%w\" VALUES(%s)", zTbl, zBind)
228375 sqlite3_free(zBind);
263679 char *zBind = 0; local
263692 zBind = sqlite3Fts5Mprintf(&rc, "%z%s?%d", zBind, zBind?",":"",i+1);
263701 zBind = sqlite3Fts5Mprintf(&rc, "%z,?%d", zBind, pC->nCol+i+2);
[all …]