Home | History | Annotate | Download | only in src

Lines Matching defs:att

1541 		const unsigned char *att = atts[i];
1544 while ((attlen = strlen((char*)att)) > 0) {
1546 htmlEncodeEntities(output, &outlen, att, &attlen, '\'');
1549 att += attlen;