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
71
xmlXIncludeRefPtr *
incTab
; /* array of included references */
250
ctxt->
incTab
= (xmlXIncludeRefPtr *) xmlMalloc(ctxt->incMax *
251
sizeof(ctxt->
incTab
[0]));
252
if (ctxt->
incTab
== NULL) {
260
ctxt->
incTab
= (xmlXIncludeRefPtr *) xmlRealloc(ctxt->
incTab
,
261
ctxt->incMax * sizeof(ctxt->
incTab
[0]));
262
if (ctxt->
incTab
== NULL) {
268
ctxt->
incTab
[ctxt->incNr++] = ret;
300
ret->
incTab
= NULL
[
all
...]
relaxng.c
246
xmlRelaxNGIncludePtr *
incTab
; /* array of incs */
[
all
...]
Completed in 73 milliseconds