Lines Matching defs:zPost
210262 ** zPre. After each column name, add the zPost text. Use zSeparator as
210270 const char *zPost /* After each quoted column name */
210280 zRet = rbuMPrintf(p, "%z%s%s\"%w\"%s", zRet, zSep, zPre, zCol, zPost);
239995 ** Create the shadow table named zPost, with definition zDefn. Return
240000 const char *zPost, /* Shadow table to create (e.g. "content") */
240009 pConfig->zDb, pConfig->zName, zPost, zDefn,
240018 pConfig->zName, zPost, zErr