Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/external/cronet/third_party/libxml/src/include/libxml/
H A DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libxml2/include/libxml/
DdebugXML.h103 typedef char * (* xmlShellReadlineFunc)(char *prompt); typedef
120 xmlShellReadlineFunc input;
207 xmlShellReadlineFunc input,
/aosp_15_r20/external/libxml2/os400/libxmlrpg/
H A DdebugXML.rpgle114 * xmlShellReadlineFunc:
121 d xmlShellReadlineFunc...
141 d input like(xmlShellReadlineFunc)
249 d input value like(xmlShellReadlineFunc)
/aosp_15_r20/external/libxml2/
H A Dlegacy.c1060 typedef char * (*xmlShellReadlineFunc)(char *prompt); typedef
1063 xmlShell(void *doc, char *filename, xmlShellReadlineFunc input, void *output);
1067 xmlShellReadlineFunc input ATTRIBUTE_UNUSED, in xmlShell()