OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsMax
(Results
1 - 3
of
3
) sorted by null
/external/libxml2/
c14n.c
46
int
nsMax
; /* size of the array as allocated */
294
memset(cur->nsTab, 0, cur->
nsMax
* sizeof(xmlNsPtr));
298
memset(cur->nodeTab, 0, cur->
nsMax
* sizeof(xmlNodePtr));
324
cur->
nsMax
= XML_NAMESPACES_DEFAULT;
325
} else if(cur->
nsMax
== cur->nsCurEnd) {
329
tmpSize = 2 * cur->
nsMax
;
344
cur->
nsMax
= tmpSize;
[
all
...]
parser.c
[
all
...]
/external/libxml2/include/libxml/
parser.h
277
int
nsMax
; /* the size of the arrays */
[
all
...]
Completed in 562 milliseconds