Home
last modified time | relevance | path

Searched refs:libxml (Results 1 – 25 of 43) sorted by relevance

12

/external/libxml2/doc/html/
Dindex.sgml1 <ANCHOR id="libxml-testOOMlib" href="libxml/libxml-testOOMlib.html">
2 <ANCHOR id="test-malloc" href="libxml/libxml-testOOMlib.html#test-malloc">
3 <ANCHOR id="test-realloc" href="libxml/libxml-testOOMlib.html#test-realloc">
4 <ANCHOR id="test-free" href="libxml/libxml-testOOMlib.html#test-free">
5 <ANCHOR id="test-strdup" href="libxml/libxml-testOOMlib.html#test-strdup">
6 <ANCHOR id="TestMemoryFunction" href="libxml/libxml-testOOMlib.html#TestMemoryFunction">
7 <ANCHOR id="test-oom-handling" href="libxml/libxml-testOOMlib.html#test-oom-handling">
8 <ANCHOR id="test-get-malloc-blocks-outstanding" href="libxml/libxml-testOOMlib.html#test-get-malloc…
9 <ANCHOR id="libxml-wincecompat" href="libxml/libxml-wincecompat.html">
10 <ANCHOR id="MAX-STRERROR-CAPS" href="libxml/libxml-wincecompat.html#MAX-STRERROR-CAPS">
[all …]
/external/libxml2/win32/wince/
Dlibxml2.vcp60 # ADD CPP /nologo /W3 /I "..\..\include" /I "c:\ppc\libxml\XML\win32\wince" /D _WIN32_WCE=$(CEVersi…
93 # ADD CPP /nologo /W3 /I "..\..\include" /I "c:\ppc\libxml\XML\win32\wince" /D _WIN32_WCE=$(CEVersi…
127 # ADD CPP /nologo /W3 /Zi /Od /I "..\..\..\include" /I "..\..\include" /I "c:\ppc\libxml\XML\win32\…
160 # ADD CPP /nologo /W3 /I "..\..\include" /I "c:\ppc\libxml\XML\win32\wince" /D _WIN32_WCE=$(CEVersi…
192 # ADD CPP /nologo /W3 /I "..\..\include" /I "c:\ppc\libxml\XML\win32\wince" /D _WIN32_WCE=$(CEVersi…
225 # ADD CPP /nologo /W3 /Zi /Od /I "..\..\include" /I "c:\ppc\libxml\XML\win32\wince" /D "DEBUG" /D _…
257 "..\..\include\libxml\c14n.h"\
258 "..\..\include\libxml\encoding.h"\
259 "..\..\include\libxml\entities.h"\
260 "..\..\include\libxml\globals.h"\
[all …]
/external/libxml2/doc/
DMakefile.am98 html/libxml-DOCBparser.html \
99 html/libxml-HTMLparser.html \
100 html/libxml-HTMLtree.html \
101 html/libxml-SAX.html \
102 html/libxml-SAX2.html \
103 html/libxml-c14n.html \
104 html/libxml-catalog.html \
105 html/libxml-chvalid.html \
106 html/libxml-debugXML.html \
107 html/libxml-dict.html \
[all …]
Ddocdescr.doc16 it's descendants include and include/libxml. These core files, together
25 libxml.gif |
39 xsa.xsl xslt script to generate libxml.xsa from news.html
46 libxml-doc.el Control script for displaying docs under emacs
/external/libxml2/
Dlibxml.m414 [ --with-xml-prefix=PFX Prefix where libxml is installed (optional)],
17 [ --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional)],
38 AC_MSG_CHECKING(for libxml - version >= $min_xml_version)
57 dnl Now check if the installed libxml is sufficiently new.
65 #include <libxml/xmlversion.h>
88 printf("%s, bad version string from libxml includes\n", "LIBXML_DOTTED_VERSION");
93 /* Compare xml2-config output to the libxml headers */
98 printf("*** libxml header files (version %d.%d.%d) do not match\n",
120 printf("\n*** An old version of libxml (%d.%d.%d) was found.\n",
122 printf("*** You need a version of libxml newer than %d.%d.%d. The latest version of\n",
[all …]
DChangeLog10 * c14n.c include/libxml/c14n.h: adds support for C14N 1.1,
71 * include/libxml/parser.h include/libxml/xmlwriter.h
72 include/libxml/relaxng.h include/libxml/xmlversion.h.in
73 include/libxml/xmlwin32version.h.in include/libxml/valid.h
74 include/libxml/xmlschemas.h include/libxml/xmlerror.h: change
136 * include/libxml/parserInternals.h SAX2.c: fix a typo in a name
140 * include/libxml/parser.h include/libxml/xmlwriter.h
141 include/libxml/relaxng.h include/libxml/xmlversion.h.in
142 include/libxml/xmlwin32version.h.in include/libxml/valid.h
143 include/libxml/xmlschemas.h include/libxml/xmlerror.h:
[all …]
DINSTALL.libxml28 1.What is the process to compile libxml ?
10 As most UNIX libraries libxml follows the "standard":
14 cd libxml-xxxx
34 2.What other libraries are needed to compile/install libxml ?
40 However if found at configuration time libxml will detect and use
D.gitignore54 include/libxml/Makefile
55 include/libxml/Makefile.in
58 libxml-2.0-uninstalled.pc
59 libxml-2.0.pc
Dxml2-config.in15 --prefix=DIR change libxml prefix [default $prefix]
16 --exec-prefix=DIR change libxml exec prefix [default $exec_prefix]
Dlibxml.spec.in146 %doc %{_mandir}/man3/libxml.3*
170 %{_datadir}/aclocal/libxml.m4
171 %{_libdir}/pkgconfig/libxml-2.0.pc
/external/libxml2/python/
DMakefile.am12 libxml.py \
26 libxml2mod_la_SOURCES = libxml.c libxml_wrap.h libxml2-py.h libxml2-py.c types.c
33 libxml.$(OBJEXT): libxml2-export.c
35 libxml2.py: $(srcdir)/libxml.py libxml2class.py
36 cat $(srcdir)/libxml.py `test -f libxml2class.py || echo $(srcdir)/`libxml2class.py > $@
/external/libxml2/optim/
Dhash_dict.patch9 #include <libxml/xmlmemory.h>
10 #include <libxml/xmlerror.h>
11 #include <libxml/globals.h>
12 +#include <libxml/dict.h>
242 Index: include/libxml/hash.h
244 RCS file: /cvs/gnome/gnome-xml/include/libxml/hash.h,v
247 --- include/libxml/hash.h 20 Nov 2003 11:59:07 -0000 1.15
248 +++ include/libxml/hash.h 24 Feb 2004 17:18:42 -0000
/external/libxml2/os400/
Dmake-include.sh49 for HFILE in "${TOPDIR}/os400/transcode.h" libxml/*.h libxml/*.h.in
DREADME40062 _ IFS directory /libxml2 with subdirectory include/libxml containing all
106 #include <libxml/transcode.h>
149 libxml/transcode.h inclusion.
161 #include <libxml/transcode.h>
162 #include <libxml/tree.h>
/external/libxml2/include/libxml/
Dxmlwin32version.h.in57 * Macro to check that the libxml version in use is compatible with
227 * libxml itself. It should expand to __declspec(dllimport)
229 * links dynamically against libxml.
232 * second macro tells us if we are compiling libxml or the client code and
235 * code which links against libxml statically.
DMakefile.am3 xmlincdir = $(includedir)/libxml2/libxml
/external/libxml2/vms/
Dbuild_libxml.com107 $ if f$trnlnm("libxml").eqs.""
117 $ write sys$output "Defining libxml as ""''includedir'"""
259 $ write sys$output "''link_command'''opts' ''object_file',XML_LIBDIR:libxml.olb/library"
Dreadme.vms1 Issues in porting libxml to VMS
56 a logical "libxml" to point to this so that include statements of the
59 #include <libxml/parser.h>
82 - libxml. The include file directory.
/external/libxml2/win32/
DMakefile.msvc291 all : libxml libxmla libxmladll utils
293 libxml : $(BINDIR)\$(XML_SO)
316 if not exist $(INCPREFIX)\libxml2\libxml mkdir $(INCPREFIX)\libxml2\libxml
320 copy $(XML_SRCDIR)\include\libxml\*.h $(INCPREFIX)\libxml2\libxml
423 $(UTILS) : $(UTILS_INTDIR) $(BINDIR) libxml libxmla libxmladll
DMakefile.bcb235 all : libxml libxmla utils
237 libxml : $(BINDIR)\$(XML_SO)
260 copy $(XML_SRCDIR)\include\libxml\*.h "$(INCPREFIX)\libxml2\libxml"
DMakefile.mingw236 all : dep libxml libxmla utils
238 libxml : $(BINDIR)/$(XML_SO)
342 $(UTILS) : $(UTILS_INTDIR) $(BINDIR) libxml libxmla
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle20 * libxml i.e. if libxml has been configured with --with-debug-mem too.
34 * libxml i.e. if libxml has been configured with --with-debug-mem too.
80 * The 5 interfaces used for all memory handling within libxml.
Dxmlregexp.rpgle2 * Description: basic API for libxml regular expressions handling used
20 * A libxml regular expression, they can actually be far more complex
27 * A libxml progressive regular expression evaluation context
/external/libxml2/VxWorks/
Dbuild.sh48 rm -fR libxml.3
85 cp -R src/include/libxml ../../include/.
/external/libxml2/include/
DMakefile.am2 SUBDIRS=libxml subdir

12