Searched refs:xmlStrPrintf (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlstring.h | 98 xmlStrPrintf (xmlChar *buf,
|
/external/libxml2/ |
D | xmlIO.c | 1581 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()
|
D | xmlstring.c | 541 xmlStrPrintf(xmlChar *buf, int len, const xmlChar *msg, ...) { in xmlStrPrintf() function
|
D | elfgcchack.h | 10657 #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
|
D | xpath.c | 274 xmlStrPrintf(buf, 200, in xmlXPathErrMemory()
|
/external/libxslt/libxslt/ |
D | extensions.c | 388 xmlStrPrintf((xmlChar *) module_filename, sizeof(module_filename), in xsltExtModuleRegisterDynamic()
|