Home
last modified time | relevance | path

Searched defs:_xsltAttrVT (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
Dattrvt.c38 struct _xsltAttrVT { struct
39 struct _xsltAttrVT *next; /* next xsltAttrVT */ argument
40 int nb_seg; /* Number of segments */
41 int max_seg; /* max capacity before re-alloc needed */
42 int strstart; /* is the start a string */
46 xmlNsPtr *nsList;
47 int nsNr;
51 void *segments[MAX_AVT_SEG];