Home
last modified time | relevance | path

Searched refs:xmlCharEncodingInputFunc (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
Dencoding.h116 typedef int (* xmlCharEncodingInputFunc)(unsigned char *out, int *outlen, typedef
158 xmlCharEncodingInputFunc input;
193 xmlCharEncodingInputFunc input,
/external/libxml2/
Dencoding.c1306 xmlCharEncodingInputFunc input, in xmlNewCharEncodingHandler()