Searched refs:zBind (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | shell.c | 20016 char *zBind = 0; in recoverInsertStmt() local 20030 zBind = recoverMPrintf(p, "%zquote(?%d)", zBind, pTab->iRowidBind); in recoverInsertStmt() 20032 zBind = recoverMPrintf(p, "%z?%d", zBind, pTab->iRowidBind); in recoverInsertStmt() 20047 zBind = recoverMPrintf(p, in recoverInsertStmt() 20048 "%z%sescape_crlf(quote(?%d))", zBind, zSqlSep, pTab->aCol[ii].iBind in recoverInsertStmt() 20052 zBind = recoverMPrintf(p, "%z%s?%d", zBind, zSep, pTab->aCol[ii].iBind); in recoverInsertStmt() 20060 zSql, zBind in recoverInsertStmt() 20063 zFinal = recoverMPrintf(p, "%s) VALUES (%s)", zSql, zBind); in recoverInsertStmt() 20068 sqlite3_free(zBind); in recoverInsertStmt() 20168 char *zBind = 0; in recoverLostAndFoundInsert() local [all …]
|
| H A D | sqlite3.c | 223474 char *zBind = rbuObjIterGetBindlist(p, pIter->nTblCol + 1 + bRbuRowid); 223475 if( zBind ){ 223480 p->zStateDb, pIter->zDataTbl, zCollist, zRbuRowid, zBind 223638 char *zBind = 0; 223647 zBind = rbuObjIterGetBindlist(p, nBind); 223663 sqlite3_mprintf("INSERT INTO \"rbu_imp_%w\" VALUES(%s)", zTbl, zBind) 223729 sqlite3_free(zBind); 257729 char *zBind = 0; 257742 zBind = sqlite3Fts5Mprintf(&rc, "%z%s?%d", zBind, zBind?",":"",i+1); 257751 zBind = sqlite3Fts5Mprintf(&rc, "%z,?%d", zBind, pC->nCol+i+2); [all …]
|