Searched refs:intckMprintf (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 15316 static char *intckMprintf(sqlite3_intck *p, const char *zFmt, ...){ in intckMprintf() function 15362 zSql = intckMprintf(p, "%z%squote(?)", zSql, zSep); in intckSaveKey() 15365 zSql = intckMprintf(p, "%z || ')'", zSql); in intckSaveKey() 15380 zWhere = intckMprintf(p, "'%s IS NOT NULL'", zLast); in intckSaveKey() 15383 zWhere = intckMprintf(p, "'%s %s ' || quote(?%d)", zLast, zOp, ii); in intckSaveKey() 15392 zLhs = intckMprintf(p, "%z%s%s", zLhs, zLhsSep, zAlias); in intckSaveKey() 15393 zRhs = intckMprintf(p, "%z%squote(?%d)", zRhs, zRhsSep, jj+1); in intckSaveKey() 15398 zWhere = intckMprintf(p, in intckSaveKey() 15402 zWhere = intckMprintf(p, "'WHERE ' || %z", zWhere); in intckSaveKey() 15404 zSql = intckMprintf(p, "%z%s(quote( %z ) )", in intckSaveKey() [all …]
|