Lines Matching refs:xmlShellCtxtPtr

1890 xmlShellPrintNodeCtxt(xmlShellCtxtPtr ctxt,xmlNodePtr node)  in xmlShellPrintNodeCtxt()
1932 xmlShellPrintXPathResultCtxt(xmlShellCtxtPtr ctxt,xmlXPathObjectPtr list) in xmlShellPrintXPathResultCtxt()
2004 xmlShellList(xmlShellCtxtPtr ctxt, in xmlShellList()
2047 xmlShellBase(xmlShellCtxtPtr ctxt, in xmlShellBase()
2084 xmlShellSetBase(xmlShellCtxtPtr ctxt ATTRIBUTE_UNUSED, in xmlShellSetBase()
2108 xmlShellRegisterNamespace(xmlShellCtxtPtr ctxt, char *arg, in xmlShellRegisterNamespace()
2164 xmlShellRegisterRootNamespaces(xmlShellCtxtPtr ctxt, char *arg ATTRIBUTE_UNUSED, in xmlShellRegisterRootNamespaces()
2197 xmlShellGrep(xmlShellCtxtPtr ctxt ATTRIBUTE_UNUSED, in xmlShellGrep()
2275 xmlShellDir(xmlShellCtxtPtr ctxt ATTRIBUTE_UNUSED, in xmlShellDir()
2309 xmlShellSetContent(xmlShellCtxtPtr ctxt ATTRIBUTE_UNUSED, in xmlShellSetContent()
2355 xmlShellRNGValidate(xmlShellCtxtPtr sctxt, char *schemas, in xmlShellRNGValidate()
2411 xmlShellCat(xmlShellCtxtPtr ctxt, char *arg ATTRIBUTE_UNUSED, in xmlShellCat()
2456 xmlShellLoad(xmlShellCtxtPtr ctxt, char *filename, in xmlShellLoad()
2512 xmlShellWrite(xmlShellCtxtPtr ctxt, char *filename, xmlNodePtr node, in xmlShellWrite()
2579 xmlShellSave(xmlShellCtxtPtr ctxt, char *filename, in xmlShellSave()
2641 xmlShellValidate(xmlShellCtxtPtr ctxt, char *dtd, in xmlShellValidate()
2683 xmlShellDu(xmlShellCtxtPtr ctxt, in xmlShellDu()
2768 xmlShellPwd(xmlShellCtxtPtr ctxt ATTRIBUTE_UNUSED, char *buffer, in xmlShellPwd()
2815 xmlShellCtxtPtr ctxt; in xmlShell()
2826 ctxt = (xmlShellCtxtPtr) xmlMalloc(sizeof(xmlShellCtxt)); in xmlShell()