OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incMax
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/
xinclude.c
70
int
incMax
; /* size of includes tab */
248
if (ctxt->
incMax
== 0) {
249
ctxt->
incMax
= 4;
250
ctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(ctxt->
incMax
*
258
if (ctxt->incNr >= ctxt->
incMax
) {
259
ctxt->
incMax
*= 2;
261
ctxt->
incMax
* sizeof(ctxt->incTab[0]));
299
ret->
incMax
= 0;
693
newctxt->
incMax
= ctxt->
incMax
;
[
all
...]
relaxng.c
246
int
incMax
; /* Max depth of the parsing stack */
[
all
...]
Completed in 266 milliseconds