Searched defs:attlen (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DtestHTML.c380 int outlen, attlen; local
382 while ((attlen = strlen((char*)att)) > 0) {
384 htmlEncodeEntities(output, &outlen, att, &attlen, '\'');
387 att += attlen;
H A Druntest.c1542 int outlen, attlen; local
1544 while ((attlen = strlen((char*)att)) > 0) {
1546 htmlEncodeEntities(output, &outlen, att, &attlen, '\'');
1549 att += attlen;
H A Dparser.c3209 xmlParseAttValueComplex(xmlParserCtxtPtr ctxt, int *attlen, int normalize) { argument
3400 if (attlen != NULL) *attlen = (int) len;

Completed in 64 milliseconds