Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/include/private/
H A Dio.h29 xmlNewInputBufferString(const char *str, int flags);
/aosp_15_r20/external/cronet/third_party/libxml/src/include/private/
H A Dio.h22 xmlNewInputBufferString(const char *str, int flags);
/aosp_15_r20/external/libxml2/
H A DxmlIO.c1872 xmlNewInputBufferString(const char *str, int flags) { in xmlNewInputBufferString() function
H A DparserInternals.c1874 buf = xmlNewInputBufferString(str, flags); in xmlNewInputFromString()
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A DxmlIO.c2063 xmlNewInputBufferString(const char *str, int flags) { in xmlNewInputBufferString() function
H A DparserInternals.c1634 buf = xmlNewInputBufferString(str, flags); in xmlNewInputString()