Lines Matching defs:zFunction
117457 char *zFunction;
117462 zFunction = "";
117464 zFree = zFunction = fts3QuoteId(zFunc);
117468 fts3Appendf(pRc, &zRet, ",%s(x.'c%d%q')", zFunction, i, p->azColumn[i]);
117514 char *zFunction;
117518 zFunction = "";
117520 zFree = zFunction = fts3QuoteId(zFunc);
117524 fts3Appendf(pRc, &zRet, ",%s(?)", zFunction);