Lines Matching refs:params
254 * OPTIMIZE TODO: If no local variables/params and no local tree
637 * don't use params being computed in a call-param
686 * URGENT TODO: Checks for redefinition of vars/params should be
949 * NOTE: Local Result Tree Fragments of params/variables
1052 * OPTIMIZE TODO: We should consider instantiating global vars/params
1053 * on-demand. The vars/params don't need to be evaluated if never
1054 * called; and in the case of global params, if values for such params
1605 * @params: a NULL terminated array of parameters name/value tuples
1617 xsltEvalUserParams(xsltTransformContextPtr ctxt, const char **params) {
1622 if (params == NULL)
1624 while (params[indx] != NULL) {
1625 name = (const xmlChar *) params[indx++];
1626 value = (const xmlChar *) params[indx++];
1637 * @params: a NULL terminated arry of parameters names/values tuples
1647 xsltQuoteUserParams(xsltTransformContextPtr ctxt, const char **params) {
1652 if (params == NULL)
1654 while (params[indx] != NULL) {
1655 name = (const xmlChar *) params[indx++];
1656 value = (const xmlChar *) params[indx++];
1784 * REFACTORED NOTE: Redefinitions of vars/params are checked
2214 * Local variables/params ---------------------------------------------
2217 * don't use params being computed in a call-param
2281 * Global variables/params --------------------------------------------