Searched refs:intckMprintf (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 17330 static char *intckMprintf(sqlite3_intck *p, const char *zFmt, ...){ in intckMprintf() function 17377 zSql = intckMprintf(p, "%z%squote(?)", zSql, zSep); in intckSaveKey() 17380 zSql = intckMprintf(p, "%z || ')'", zSql); in intckSaveKey() 17395 zWhere = intckMprintf(p, "'%s IS NOT NULL'", zLast); in intckSaveKey() 17398 zWhere = intckMprintf(p, "'%s %s ' || quote(?%d)", zLast, zOp, ii); in intckSaveKey() 17407 zLhs = intckMprintf(p, "%z%s%s", zLhs, zLhsSep, zAlias); in intckSaveKey() 17408 zRhs = intckMprintf(p, "%z%squote(?%d)", zRhs, zRhsSep, jj+1); in intckSaveKey() 17413 zWhere = intckMprintf(p, in intckSaveKey() 17417 zWhere = intckMprintf(p, "'WHERE ' || %z", zWhere); in intckSaveKey() 17419 zSql = intckMprintf(p, "%z%s(quote( %z ) )", in intckSaveKey() [all …]
|