Searched defs:_xsltAttrVT (Results 1 – 1 of 1) sorted by relevance
38 struct _xsltAttrVT { struct39 struct _xsltAttrVT *next; /* next xsltAttrVT */ argument40 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];