Searched refs:XSLT_GET_IMPORT_PTR (Results 1 – 4 of 4) sorted by relevance
/external/libxslt/libxslt/ |
D | imports.h | 27 #define XSLT_GET_IMPORT_PTR(res, style, name) { \ macro
|
D | xsltutils.c | 1463 XSLT_GET_IMPORT_PTR(method, style, method) in xsltSaveResultTo() 1464 XSLT_GET_IMPORT_PTR(encoding, style, encoding) in xsltSaveResultTo() 1611 XSLT_GET_IMPORT_PTR(encoding, style, encoding) in xsltSaveResultToFilename() 1654 XSLT_GET_IMPORT_PTR(encoding, style, encoding) in xsltSaveResultToFile() 1698 XSLT_GET_IMPORT_PTR(encoding, style, encoding) in xsltSaveResultToFd() 1741 XSLT_GET_IMPORT_PTR(encoding, style, encoding) in xsltSaveResultToString()
|
D | transform.c | 3518 XSLT_GET_IMPORT_PTR(method, style, method) in xsltDocumentElem() 3519 XSLT_GET_IMPORT_PTR(doctypePublic, style, doctypePublic) in xsltDocumentElem() 3520 XSLT_GET_IMPORT_PTR(doctypeSystem, style, doctypeSystem) in xsltDocumentElem() 3521 XSLT_GET_IMPORT_PTR(version, style, version) in xsltDocumentElem() 3522 XSLT_GET_IMPORT_PTR(encoding, style, encoding) in xsltDocumentElem() 3638 XSLT_GET_IMPORT_PTR(doctypePublic, style, doctypePublic) in xsltDocumentElem() 3639 XSLT_GET_IMPORT_PTR(doctypeSystem, style, doctypeSystem) in xsltDocumentElem() 5920 XSLT_GET_IMPORT_PTR(method, style, method) in xsltApplyStylesheetInternal() 5921 XSLT_GET_IMPORT_PTR(doctypePublic, style, doctypePublic) in xsltApplyStylesheetInternal() 5922 XSLT_GET_IMPORT_PTR(doctypeSystem, style, doctypeSystem) in xsltApplyStylesheetInternal() [all …]
|
/external/webkit/Source/WebCore/xml/ |
D | XSLTProcessorLibxslt.cpp | 288 XSLT_GET_IMPORT_PTR(resultType, sheet, method); in resultMIMEType()
|