Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c9187 int nratts, nbatts, nbdef, inputid; in xmlParseStartTag2() local
9206 nratts = 0; in xmlParseStartTag2()
9374 ctxt->attallocs[nratts++] = alloc; in xmlParseStartTag2()
9430 for (i = 0, j = 0; j < nratts; i += 5, j++) { in xmlParseStartTag2()
9592 for (i = 3,j = 0; j < nratts;i += 5,j++) in xmlParseStartTag2()