Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlstring.h98 xmlStrPrintf (xmlChar *buf,
/external/libxml2/
DxmlIO.c1411 xmlStrPrintf(msg, 500, in xmlCreateZMemBuff()
1479 xmlStrPrintf(msg, 500, in xmlZMemBuffExtend()
1525 xmlStrPrintf(msg, 500, in xmlZMemBuffAppend()
1598 xmlStrPrintf(msg, 500, in xmlZMemBuffGetContent()
1803 xmlStrPrintf(msg, 500, in xmlIOHTTPWrite()
1875 xmlStrPrintf(msg, 500, in xmlIOHTTPCloseWrite()
1947 xmlStrPrintf(msg, 500, in xmlIOHTTPCloseWrite()
Dxmlstring.c541 xmlStrPrintf(xmlChar *buf, int len, const xmlChar *msg, ...) { in xmlStrPrintf() function
Delfgcchack.h10553 #undef xmlStrPrintf
10554 extern __typeof (xmlStrPrintf) xmlStrPrintf __attribute((alias("xmlStrPrintf__internal_alias")));
10556 #ifndef xmlStrPrintf
10557 extern __typeof (xmlStrPrintf) xmlStrPrintf__internal_alias __attribute((visibility("hidden")));
10558 #define xmlStrPrintf xmlStrPrintf__internal_alias macro
Dxpath.c273 xmlStrPrintf(buf, 200, in xmlXPathErrMemory()