Home
last modified time | relevance | path

Searched refs:xmlShellReadlineFunc (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/external/libxml2/os400/libxmlrpg/
DdebugXML.rpgle114 * xmlShellReadlineFunc:
121 d xmlShellReadlineFunc...
141 d input like(xmlShellReadlineFunc)
249 d input value like(xmlShellReadlineFunc)
/external/libxml2/doc/html/
Dindex.sgml588 <ANCHOR id="xmlShellReadlineFunc" href="libxml/libxml-debugXML.html#xmlShellReadlineFunc">
/external/libxml2/
DdebugXML.c2808 xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, in xmlShell()