Home | History | Annotate | Download | only in libxml

Lines Matching full:used

2  * Summary: interface for the I/O interfaces used by the parser
3 * Description: interface for the I/O interfaces used by the parser
29 * Callback used in the I/O Input API to detect if the current handler
32 * Returns 1 if yes and 0 if another Input module should be used
39 * Callback used in the I/O Input API to open the resource
50 * Callback used in the I/O Input API to read the resource
59 * Callback used in the I/O Input API to close the resource
75 * Callback used in the I/O Output API to detect if the current handler
78 * Returns 1 if yes and 0 if another Output module should be used
85 * Callback used in the I/O Output API to open the resource
96 * Callback used in the I/O Output API to write to the resource
106 * Callback used in the I/O Output API to close the resource