• Home
  • Raw
  • Download

Lines Matching refs:xmlShellCtxtPtr

1891 xmlShellPrintNodeCtxt(xmlShellCtxtPtr ctxt,xmlNodePtr node)  in xmlShellPrintNodeCtxt()
1933 xmlShellPrintXPathResultCtxt(xmlShellCtxtPtr ctxt,xmlXPathObjectPtr list) in xmlShellPrintXPathResultCtxt()
2005 xmlShellList(xmlShellCtxtPtr ctxt, in xmlShellList()
2048 xmlShellBase(xmlShellCtxtPtr ctxt, in xmlShellBase()
2085 xmlShellSetBase(xmlShellCtxtPtr ctxt ATTRIBUTE_UNUSED, in xmlShellSetBase()
2109 xmlShellRegisterNamespace(xmlShellCtxtPtr ctxt, char *arg, in xmlShellRegisterNamespace()
2165 xmlShellRegisterRootNamespaces(xmlShellCtxtPtr ctxt, char *arg ATTRIBUTE_UNUSED, in xmlShellRegisterRootNamespaces()
2198 xmlShellGrep(xmlShellCtxtPtr ctxt ATTRIBUTE_UNUSED, in xmlShellGrep()
2276 xmlShellDir(xmlShellCtxtPtr ctxt ATTRIBUTE_UNUSED, in xmlShellDir()
2310 xmlShellSetContent(xmlShellCtxtPtr ctxt ATTRIBUTE_UNUSED, in xmlShellSetContent()
2356 xmlShellRNGValidate(xmlShellCtxtPtr sctxt, char *schemas, in xmlShellRNGValidate()
2412 xmlShellCat(xmlShellCtxtPtr ctxt, char *arg ATTRIBUTE_UNUSED, in xmlShellCat()
2457 xmlShellLoad(xmlShellCtxtPtr ctxt, char *filename, in xmlShellLoad()
2513 xmlShellWrite(xmlShellCtxtPtr ctxt, char *filename, xmlNodePtr node, in xmlShellWrite()
2580 xmlShellSave(xmlShellCtxtPtr ctxt, char *filename, in xmlShellSave()
2642 xmlShellValidate(xmlShellCtxtPtr ctxt, char *dtd, in xmlShellValidate()
2684 xmlShellDu(xmlShellCtxtPtr ctxt, in xmlShellDu()
2769 xmlShellPwd(xmlShellCtxtPtr ctxt ATTRIBUTE_UNUSED, char *buffer, in xmlShellPwd()
2816 xmlShellCtxtPtr ctxt; in xmlShell()
2827 ctxt = (xmlShellCtxtPtr) xmlMalloc(sizeof(xmlShellCtxt)); in xmlShell()