OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incTab
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/
xinclude.c
69
xmlXIncludeRefPtr *
incTab
; /* array of included references */
248
ctxt->
incTab
= (xmlXIncludeRefPtr *) xmlMalloc(ctxt->incMax *
249
sizeof(ctxt->
incTab
[0]));
250
if (ctxt->
incTab
== NULL) {
258
ctxt->
incTab
= (xmlXIncludeRefPtr *) xmlRealloc(ctxt->
incTab
,
259
ctxt->incMax * sizeof(ctxt->
incTab
[0]));
260
if (ctxt->
incTab
== NULL) {
266
ctxt->
incTab
[ctxt->incNr++] = ret;
298
ret->
incTab
= NULL
[
all
...]
relaxng.c
244
xmlRelaxNGIncludePtr *
incTab
; /* array of incs */
[
all
...]
Completed in 173 milliseconds