代码搜索:libxml
找到约 1,579 项符合「libxml」的源代码
代码结果 1,579
www.eeworm.com/read/132665/14081024
py check-xinclude-test-suite.py
#!/usr/bin/python
import sys
import time
import os
import string
sys.path.insert(0, "python")
import libxml2
#
# the testsuite description
#
DIR="xinclude-test-suite"
CONF="testdescr.xml"
LOG="check-
www.eeworm.com/read/428185/8884617
am makefile.am
INCLUDES = -I$(top_srcdir) @LIBXML_CFLAGS@
h_sources_public = \
cdatanode.h \
commentnode.h \
contentnode.h \
element.h \
entityreference.h \
node.h \
processinginstructionnode.h \
textnode.h
www.eeworm.com/read/364251/7075566
am makefile.am
# Beware this is autogenerated by index.py
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@
DEPS = $(top_builddir)/libxml2.la
LDADDS = @STATIC
www.eeworm.com/read/447298/7554614
c xmlparserinputbuffercreateio_chdl.c
#include
#include
static ChInterp_t interp;
static int ioread_chdl_funarg(void * context, char * buffer, int len);
static void *ioread_chdl_funptr;
static int ioclose_
www.eeworm.com/read/447298/7554626
c xmlfree_chdl.c
#include
#include
EXPORTCH void xmlFree_chdl(void *varg) {
ChInterp_t interp;
va_list ap;
void *ptr;
Ch_VaStart(interp, ap, varg);
ptr = Ch_VaA
www.eeworm.com/read/447298/7554695
makefile
include ./Makefile.defs
#
# compile the demo2 for libxml2
# create by zhaoqing wang 03/24/2004
#
#
target:parse1\
parse2\
parse3\
parse4\
reader1\
reader2
www.eeworm.com/read/140374/13084934
c bw.c
#include
#include
#include "config.h"
#define MODULE_FILTER
#include "module.h"
#include "image.h"
#include "xmlhelp.h"
#define MODNAME "bw"
char *name = MODNAME;
char
www.eeworm.com/read/140374/13084974
c motiondetect.c
#include
#include
#include "config.h"
#define MODULE_FILTER
#include "module.h"
#include "image.h"
#include "xmlhelp.h"
#include "log.h"
#define MODNAME "motiondetect"
www.eeworm.com/read/140374/13085003
c flip.c
#include
#include
#include "config.h"
#define MODULE_FILTER
#include "module.h"
#include "image.h"
#include "xmlhelp.h"
char *name = "flip";
char *version = VERSION;
s
www.eeworm.com/read/140374/13085043
c xmlhelp.c
#include
#include
#include "config.h"
#include "xmlhelp.h"
int
xml_isnode(xmlNodePtr node, const char *str)
{
if (!node)
return 0;
if (node->type != XML_ELEMENT_NOD