Home
last modified time | relevance | path

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

/third_party/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()
/third_party/gettext/gnulib-local/lib/libxml/
Dc14n.c77 int nsPrevEnd; /* the end of the stack for previous visible node */ member
399 state->nsPrevEnd = cur->nsPrevEnd; in xmlC14NVisibleNsStackSave()
410 cur->nsPrevEnd = state->nsPrevEnd; in xmlC14NVisibleNsStackRestore()
419 cur->nsPrevStart = cur->nsPrevEnd; in xmlC14NVisibleNsStackShift()
420 cur->nsPrevEnd = cur->nsCurEnd; in xmlC14NVisibleNsStackShift()