Searched defs:pzName (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dexpr.c789 ** This routine makes *pzName point to the name of the function and
792 static void getFunctionName(Expr *pExpr, const char **pzName, int *pnName){ argument
795 *pzName = pExpr->token.z;
800 *pzName = "like";
805 *pzName = "glob";
810 *pzName = "can't happen";

Completed in 53 milliseconds