OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsPrevEnd
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
c14n.c
45
int
nsPrevEnd
; /* the end of the stack for previous visible node */
366
state->
nsPrevEnd
= cur->
nsPrevEnd
;
377
cur->
nsPrevEnd
= state->
nsPrevEnd
;
386
cur->nsPrevStart = cur->
nsPrevEnd
;
387
cur->
nsPrevEnd
= cur->nsCurEnd;
[
all
...]
/external/libxml2/
c14n.c
45
int
nsPrevEnd
; /* the end of the stack for previous visible node */
366
state->
nsPrevEnd
= cur->
nsPrevEnd
;
377
cur->
nsPrevEnd
= state->
nsPrevEnd
;
386
cur->nsPrevStart = cur->
nsPrevEnd
;
387
cur->
nsPrevEnd
= cur->nsCurEnd;
[
all
...]
Completed in 25 milliseconds