OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlXIncludeRefPtr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
xinclude.c
51
typedef xmlXIncludeRef *
xmlXIncludeRefPtr
;
69
xmlXIncludeRefPtr
*incTab; /* array of included references */
192
xmlXIncludeFreeRef(
xmlXIncludeRefPtr
ref) {
222
static
xmlXIncludeRefPtr
225
xmlXIncludeRefPtr
ret;
230
ret = (
xmlXIncludeRefPtr
) xmlMalloc(sizeof(xmlXIncludeRef));
248
ctxt->incTab = (
xmlXIncludeRefPtr
*) xmlMalloc(ctxt->incMax *
258
ctxt->incTab = (
xmlXIncludeRefPtr
*) xmlRealloc(ctxt->incTab,
488
xmlXIncludeRefPtr
ref;
693
newctxt->incTab = (
xmlXIncludeRefPtr
*) xmlMalloc(newctxt->incMax
[
all
...]
/external/libxml2/
xinclude.c
51
typedef xmlXIncludeRef *
xmlXIncludeRefPtr
;
69
xmlXIncludeRefPtr
*incTab; /* array of included references */
192
xmlXIncludeFreeRef(
xmlXIncludeRefPtr
ref) {
222
static
xmlXIncludeRefPtr
225
xmlXIncludeRefPtr
ret;
230
ret = (
xmlXIncludeRefPtr
) xmlMalloc(sizeof(xmlXIncludeRef));
248
ctxt->incTab = (
xmlXIncludeRefPtr
*) xmlMalloc(ctxt->incMax *
258
ctxt->incTab = (
xmlXIncludeRefPtr
*) xmlRealloc(ctxt->incTab,
488
xmlXIncludeRefPtr
ref;
693
newctxt->incTab = (
xmlXIncludeRefPtr
*) xmlMalloc(newctxt->incMax
[
all
...]
Completed in 25 milliseconds