Home
last modified time | relevance | path

Searched refs:xmlStrPrintf (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
Dxmlstring.h98 xmlStrPrintf (xmlChar *buf,
/external/libxml2/
DxmlIO.c1581 xmlStrPrintf(msg, 500, in xmlCreateZMemBuff()
1649 xmlStrPrintf(msg, 500, in xmlZMemBuffExtend()
1695 xmlStrPrintf(msg, 500, in xmlZMemBuffAppend()
1768 xmlStrPrintf(msg, 500, in xmlZMemBuffGetContent()
1973 xmlStrPrintf(msg, 500, in xmlIOHTTPWrite()
2045 xmlStrPrintf(msg, 500, in xmlIOHTTPCloseWrite()
2117 xmlStrPrintf(msg, 500, in xmlIOHTTPCloseWrite()
Dxmlstring.c541 xmlStrPrintf(xmlChar *buf, int len, const xmlChar *msg, ...) { in xmlStrPrintf() function
Delfgcchack.h10657 #undef xmlStrPrintf
10658 extern __typeof (xmlStrPrintf) xmlStrPrintf __attribute((alias("xmlStrPrintf__internal_alias")));
10660 #ifndef xmlStrPrintf
10661 extern __typeof (xmlStrPrintf) xmlStrPrintf__internal_alias __attribute((visibility("hidden")));
10662 #define xmlStrPrintf xmlStrPrintf__internal_alias macro
Dxpath.c274 xmlStrPrintf(buf, 200, in xmlXPathErrMemory()
/external/libxslt/libxslt/
Dextensions.c388 xmlStrPrintf((xmlChar *) module_filename, sizeof(module_filename), in xsltExtModuleRegisterDynamic()