Searched refs:xmlStrPrintf (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlstring.h | 98 xmlStrPrintf (xmlChar *buf,
|
/external/libxml2/ |
D | xmlIO.c | 1411 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()
|
D | xmlstring.c | 541 xmlStrPrintf(xmlChar *buf, int len, const xmlChar *msg, ...) { in xmlStrPrintf() function
|
D | elfgcchack.h | 10553 #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
|
D | xpath.c | 273 xmlStrPrintf(buf, 200, in xmlXPathErrMemory()
|