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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dexpr.c790 ** *pnName hold the number of characters in the function name.
792 static void getFunctionName(Expr *pExpr, const char **pzName, int *pnName){ argument
796 *pnName = pExpr->token.n;
801 *pnName = 4;
806 *pnName = 4;
811 *pnName = 12;

Completed in 47 milliseconds