Searched refs:zBind (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 16503 char *zBind = 0; in recoverInsertStmt() local 16517 zBind = recoverMPrintf(p, "%zquote(?%d)", zBind, pTab->iRowidBind); in recoverInsertStmt() 16519 zBind = recoverMPrintf(p, "%z?%d", zBind, pTab->iRowidBind); in recoverInsertStmt() 16534 zBind = recoverMPrintf(p, in recoverInsertStmt() 16535 "%z%sescape_crnl(quote(?%d))", zBind, zSqlSep, pTab->aCol[ii].iBind in recoverInsertStmt() 16539 zBind = recoverMPrintf(p, "%z%s?%d", zBind, zSep, pTab->aCol[ii].iBind); in recoverInsertStmt() 16547 zSql, zBind in recoverInsertStmt() 16550 zFinal = recoverMPrintf(p, "%s) VALUES (%s)", zSql, zBind); in recoverInsertStmt() 16555 sqlite3_free(zBind); in recoverInsertStmt() 16655 char *zBind = 0; in recoverLostAndFoundInsert() local [all …]
|
| H A D | sqlite3.c | 218454 char *zBind = rbuObjIterGetBindlist(p, pIter->nTblCol + 1 + bRbuRowid); 218455 if( zBind ){ 218460 p->zStateDb, pIter->zDataTbl, zCollist, zRbuRowid, zBind 218618 char *zBind = 0; 218627 zBind = rbuObjIterGetBindlist(p, nBind); 218643 sqlite3_mprintf("INSERT INTO \"rbu_imp_%w\" VALUES(%s)", zTbl, zBind) 218709 sqlite3_free(zBind); 250881 char *zBind; 250884 zBind = sqlite3_malloc64(1 + nCol*2); 250885 if( zBind ){ [all …]
|