Searched refs:globalVars (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dvariables.c1270 xmlHashLookup2(ctxt->globalVars,
1275 xmlHashAddEntry2(ctxt->globalVars,
1301 xmlHashScan(ctxt->globalVars,
1468 res_ptr = xmlHashLookup2(ctxt->globalVars, name, href);
1473 if (ctxt->globalVars == NULL)
1474 ctxt->globalVars = xmlHashCreate(20);
1601 res = xmlHashAddEntry2(ctxt->globalVars, name, href, elem);
1846 if ((ctxt->xpathCtxt == NULL) || (ctxt->globalVars == NULL))
1849 xmlHashLookup2(ctxt->globalVars, name, ns_uri);
2193 xmlHashFree(ctxt->globalVars, (xmlHashDeallocato
[all...]
H A DxsltInternals.h1715 xmlHashTablePtr globalVars; /* the global variables and params */ member in struct:_xsltTransformContext
H A Dtransform.c6137 if (ctxt->globalVars == NULL)
6138 ctxt->globalVars = xmlHashCreate(20);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorCompletionController.js631 filterVariables(mainToken.state.globalVars);

Completed in 224 milliseconds