代码搜索:libxml
找到约 1,579 项符合「libxml」的源代码
代码结果 1,579
www.eeworm.com/read/411046/2193374
makefile
# $Id: Makefile,v 1.4 2002/12/30 22:53:49 sprajpat Exp $
BUILD = ../../../build
include $(BUILD)/Makefile.pre
PACKAGES += PTHREAD SIP SDP2 SIPMGCP UTIL LIBCEXT LIBXML
CXXFLAGS += -DPERF_DEBUG
TE
www.eeworm.com/read/411046/2197288
makefile
# $Id: Makefile,v 1.1 2002/12/11 01:31:53 sprajpat Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
PACKAGES += MEDIALIB PTHREAD LIBSNDCARD RTP SDP2 UTIL LIBCEXT LIBXML
CODE_SUBDIRS =
VE
www.eeworm.com/read/387630/2557965
h xmlerror.h
#include
#ifndef __XML_ERROR_H__
#define __XML_ERROR_H__
#ifdef __cplusplus
extern "C" {
#endif
typedef enum {
XML_ERR_OK = 0,
XML_ERR_INTERNAL_ERROR,
XML_
www.eeworm.com/read/387630/2557983
h xmlerror.h
#include
#ifndef __XML_ERROR_H__
#define __XML_ERROR_H__
#ifdef __cplusplus
extern "C" {
#endif
typedef enum {
XML_ERR_OK = 0,
XML_ERR_INTERNAL_ERROR,
XML_
www.eeworm.com/read/364251/7075907
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/447298/7554606
c xmlmalloc_chdl.c
#include
#include
EXPORTCH void * xmlMalloc_chdl(void *varg) {
ChInterp_t interp;
va_list ap;
size_t size;
void *retval;
Ch_VaStart(interp, ap,
www.eeworm.com/read/447298/7554621
c xmlregisteroutputcallbacks_chdl.c
#include
#include
static ChInterp_t interp;
static int matchFunc_chdl_funarg(char const *filename);
static void *matchFunc_chdl_funptr;
static void * openFunc_chdl_fun
www.eeworm.com/read/447298/7554624
c xmlrealloc_chdl.c
#include
#include
EXPORTCH void * xmlRealloc_chdl(void *varg) {
ChInterp_t interp;
va_list ap;
void *ptr;
size_t size;
void *retval;
Ch_VaSt
www.eeworm.com/read/447298/7554625
c xmlregisterinputcallbacks_chdl.c
#include
#include
static ChInterp_t interp;
static int matchFunc_chdl_funarg(char const *filename);
static void *matchFunc_chdl_funptr;
static void * openFunc_chdl_fun
www.eeworm.com/read/447298/7554629
c xmloutputbuffercreateio_chdl.c
#include
#include
static ChInterp_t interp;
static int iowrite_chdl_funarg(void * context, char * buffer, int len);
static void *iowrite_chdl_funptr;
static int ioclos