HomeSort by relevance Sort by last modified time
    Searched defs:attlen (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
testHTML.c 380 int outlen, attlen; local
382 while ((attlen = strlen((char*)att)) > 0) {
384 htmlEncodeEntities(output, &outlen, att, &attlen, '\'');
387 att += attlen;
runtest.c 1542 int outlen, attlen; local
    [all...]

Completed in 62 milliseconds