Home
last modified time | relevance | path

Searched refs:pzName (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dexpr.c790 static void getFunctionName(Expr *pExpr, const char **pzName, int *pnName){ in getFunctionName() argument
793 *pzName = pExpr->token.z; in getFunctionName()
798 *pzName = "like"; in getFunctionName()
803 *pzName = "glob"; in getFunctionName()
808 *pzName = "can't happen"; in getFunctionName()