Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsqlite/src/
H A Dexpr.c792 static void getFunctionName(Expr *pExpr, const char **pzName, int *pnName){ in getFunctionName() argument
795 *pzName = pExpr->token.z; in getFunctionName()
800 *pzName = "like"; in getFunctionName()
805 *pzName = "glob"; in getFunctionName()
810 *pzName = "can't happen"; in getFunctionName()