Home
last modified time | relevance | path

Searched refs:nsPrevEnd (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dc14n.c47 int nsPrevEnd; /* the end of the stack for previous visible node */ member
369 state->nsPrevEnd = cur->nsPrevEnd; in xmlC14NVisibleNsStackSave()
380 cur->nsPrevEnd = state->nsPrevEnd; in xmlC14NVisibleNsStackRestore()
389 cur->nsPrevStart = cur->nsPrevEnd; in xmlC14NVisibleNsStackShift()
390 cur->nsPrevEnd = cur->nsCurEnd; in xmlC14NVisibleNsStackShift()