Searched refs:methodURI (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/xsltproc/
H A Dxsltproc.c428 if (cur->methodURI == NULL) {
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxslt.c940 if (style->methodURI != NULL)
941 xmlFree(style->methodURI);
1150 if (style->methodURI != NULL)
1151 xmlFree(style->methodURI);
1152 style->methodURI = NULL;
1169 style->methodURI = xmlStrdup(URI);
H A DxsltInternals.h1456 xmlChar *methodURI; /* associated namespace if any */ member in struct:_xsltStylesheet
H A Dtransform.c3015 if (style->methodURI != NULL)
3016 xmlFree(style->methodURI);
3017 style->methodURI = NULL;
3034 style->methodURI = xmlStrdup(URI);
H A Dxsltutils.c1415 if ((style->methodURI != NULL) &&

Completed in 222 milliseconds