Searched refs:zFunction (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 194516 char *zFunction; local 194521 zFunction = ""; 194523 zFree = zFunction = fts3QuoteId(zFunc); 194527 fts3Appendf(pRc, &zRet, ",%s(x.'c%d%q')", zFunction, i, p->azColumn[i]); 194573 char *zFunction; local 194577 zFunction = ""; 194579 zFree = zFunction = fts3QuoteId(zFunc); 194583 fts3Appendf(pRc, &zRet, ",%s(?)", zFunction);
|