代码搜索:libxml
找到约 1,579 项符合「libxml」的源代码
代码结果 1,579
www.eeworm.com/read/177696/5322713
makefile
INC = -I/ngg/depend/include -I/ngg/framework/nggcommon/nggobject/include/ -I$(DEPEND_DIR)/include/libxml2 -I/ngg/application/release/pki/ca/com
LIB = -L/ngg/depend/lib -L$(FRAMEWORK_DIR)/lib/ -L$(DEPE
www.eeworm.com/read/422060/2044711
phpt 008.phpt
--TEST--
XMLWriter: libxml2 XML Writer DTD Element & Attlist
--SKIPIF--
--FILE--
www.eeworm.com/read/409921/2220052
py check-xml-test-suite.py
#!/usr/bin/python
import sys
import time
import os
import string
sys.path.insert(0, "python")
import libxml2
test_nr = 0
test_succeed = 0
test_failed = 0
test_error = 0
#
# the testsui
www.eeworm.com/read/364251/7075553
py check-xml-test-suite.py
#!/usr/bin/python
import sys
import time
import os
import string
sys.path.insert(0, "python")
import libxml2
test_nr = 0
test_succeed = 0
test_failed = 0
test_error = 0
#
# the testsuite description
www.eeworm.com/read/140374/13084939
c mod_handle.c
#include
#include
#include
#include
#include
#include
#include "config.h"
#include "mod_handle.h"
#include "configfile.h"
#inc
www.eeworm.com/read/140374/13084972
c http.c
#include
#include
#include
#include
#include
#include
#include "config.h"
#include "http.h"
#define MODULE_THREAD
#include "mod
www.eeworm.com/read/140374/13084986
c configfile.c
#include
#include
#include
#include
#include
#include "config.h"
#include "configfile.h"
#include "xmlhelp.h"
#include "log.h"
char *glo
www.eeworm.com/read/140374/13085020
c filter.c
#include
#include
#include
#include
#include
#include "config.h"
#include "filter.h"
#include "image.h"
#include "mod_handle.h"
#include "
www.eeworm.com/read/140374/13085061
h http.h
#ifndef _HTTP_H_
#define _HTTP_H_
#include
#include "socket.h"
struct module_ctx;
struct http_ctx
{
int listen_fd;
unsigned int port;
};
struct http_peer
{
struct peer peer;
www.eeworm.com/read/112192/6148012
c xmlmemory.c
/*
* memory.c: libxml memory allocator wrapper.
*
* Daniel.Veillard@w3.org
*/
#include "global.h"
#ifdef WIN32
#include "win32config.h"
#else
#include "config.h"
#endif
#include
#incl