OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nsMax
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libxml/src/
c14n.c
46
int
nsMax
; /* size of the array as allocated */
299
memset(cur->nsTab, 0, cur->
nsMax
* sizeof(xmlNsPtr));
303
memset(cur->nodeTab, 0, cur->
nsMax
* sizeof(xmlNodePtr));
329
cur->
nsMax
= XML_NAMESPACES_DEFAULT;
330
} else if(cur->
nsMax
== cur->nsCurEnd) {
334
tmpSize = 2 * cur->
nsMax
;
349
cur->
nsMax
= tmpSize;
[
all
...]
/external/libxml2/
c14n.c
46
int
nsMax
; /* size of the array as allocated */
299
memset(cur->nsTab, 0, cur->
nsMax
* sizeof(xmlNsPtr));
303
memset(cur->nodeTab, 0, cur->
nsMax
* sizeof(xmlNodePtr));
329
cur->
nsMax
= XML_NAMESPACES_DEFAULT;
330
} else if(cur->
nsMax
== cur->nsCurEnd) {
334
tmpSize = 2 * cur->
nsMax
;
349
cur->
nsMax
= tmpSize;
[
all
...]
/external/chromium_org/third_party/libxml/src/include/libxml/
parser.h
280
int
nsMax
; /* the size of the arrays */
[
all
...]
/external/libxml2/include/libxml/
parser.h
280
int
nsMax
; /* the size of the arrays */
[
all
...]
Completed in 656 milliseconds