Searched refs:libxml (Results 1 – 25 of 62) sorted by relevance
123
/external/libxml2/doc/html/ |
D | index.sgml | 1 <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/ |
D | libxml2.vcp | 60 # 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/ |
D | Makefile.am | 98 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 …]
|
D | docdescr.doc | 16 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/ |
D | CMakeLists.txt | 300 include/libxml/c14n.h 301 include/libxml/catalog.h 302 include/libxml/chvalid.h 303 include/libxml/debugXML.h 304 include/libxml/dict.h 305 include/libxml/DOCBparser.h 306 include/libxml/encoding.h 307 include/libxml/entities.h 308 include/libxml/globals.h 309 include/libxml/hash.h [all …]
|
D | libxml.m4 | 16 [ --with-xml-prefix=PFX Prefix where libxml is installed (optional)], 19 [ --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional)], 40 AC_MSG_CHECKING(for libxml - version >= $min_xml_version) 59 dnl Now check if the installed libxml is sufficiently new. 68 #include <libxml/xmlversion.h> 91 printf("%s, bad version string from libxml includes\n", "LIBXML_DOTTED_VERSION"); 96 /* Compare xml2-config output to the libxml headers */ 101 printf("*** libxml header files (version %d.%d.%d) do not match\n", 123 printf("\n*** An old version of libxml (%d.%d.%d) was found.\n", 125 printf("*** You need a version of libxml newer than %d.%d.%d. The latest version of\n", [all …]
|
D | INSTALL.libxml2 | 5 1. What is the process to compile libxml? 7 As most UNIX libraries libxml follows the "standard": 10 cd libxml-xxxx 30 2. What other libraries are needed to compile/install libxml? 36 However if found at configuration time, libxml will detect and use
|
D | ChangeLog | 10 * 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 …]
|
D | .gitignore | 57 include/libxml/Makefile 58 include/libxml/Makefile.in 59 include/libxml/xmlversion.h 62 libxml-2.0-uninstalled.pc 63 libxml-2.0.pc
|
D | post_update.sh | 8 cp -a -n $2/include/libxml/xmlversion.h $1/include/libxml/
|
D | xml2-config.in | 17 --prefix=DIR change libxml prefix [default $prefix] 18 --exec-prefix=DIR change libxml exec prefix [default $exec_prefix]
|
/external/libxml2/python/ |
D | Makefile.am | 12 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/ |
D | hash_dict.patch | 9 #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/ |
D | make-include.sh | 49 for HFILE in "${TOPDIR}/os400/transcode.h" libxml/*.h libxml/*.h.in
|
D | README400 | 62 _ 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/ |
D | xmlwin32version.h.in | 57 * 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.
|
/external/libxml2/vms/ |
D | build_libxml.com | 107 $ 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"
|
D | readme.vms | 1 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/ |
D | Makefile.msvc | 294 all : libxml libxmla libxmladll utils 296 libxml : $(BINDIR)\$(XML_SO) 319 if not exist $(INCPREFIX)\libxml2\libxml mkdir $(INCPREFIX)\libxml2\libxml 323 copy $(XML_SRCDIR)\include\libxml\*.h $(INCPREFIX)\libxml2\libxml 426 $(UTILS) : $(UTILS_INTDIR) $(BINDIR) libxml libxmla libxmladll
|
D | Makefile.mingw | 227 all : dep libxml libxmla utils 229 libxml : $(BINDIR)/$(XML_SO) 333 $(UTILS) : $(UTILS_INTDIR) $(BINDIR) libxml libxmla
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlmemory.rpgle | 20 * 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.
|
/external/libxml2/VxWorks/ |
D | build.sh | 48 rm -fR libxml.3 85 cp -R src/include/libxml ../../include/.
|
/external/libxml2/include/ |
D | Makefile.am | 2 SUBDIRS=libxml subdir
|
/external/libabigail/ |
D | libabigail.pc.in | 9 Requires.private: libxml-2.0 >= @LIBXML2_VERSION@
|
/external/libabigail/include/ |
D | Makefile.am | 15 abg-libxml-utils.h \
|
123