OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incmax
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/
xinclude.c
68
int
incMax
; /* size of includes tab */
246
if (ctxt->
incMax
== 0) {
247
ctxt->
incMax
= 4;
248
ctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(ctxt->
incMax
*
256
if (ctxt->incNr >= ctxt->
incMax
) {
257
ctxt->
incMax
*= 2;
259
ctxt->
incMax
* sizeof(ctxt->incTab[0]));
297
ret->
incMax
= 0;
691
newctxt->
incMax
= ctxt->
incMax
;
[
all
...]
relaxng.c
244
int
incMax
; /* Max depth of the parsing stack */
[
all
...]
Completed in 300 milliseconds