Searched refs:attlen (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/lib/ |
D | tst_net_iface_prefix.c | 75 int attlen; in read_iface_prefix() local 79 attlen = IFA_PAYLOAD(retmsg); in read_iface_prefix() 81 while RTA_OK(retrta, attlen) { in read_iface_prefix() 94 retrta = RTA_NEXT(retrta, attlen); in read_iface_prefix()
|
/third_party/libxml2/ |
D | testHTML.c | 380 int outlen, attlen; in startElementDebug() local 382 while ((attlen = strlen((char*)att)) > 0) { in startElementDebug() 384 htmlEncodeEntities(output, &outlen, att, &attlen, '\''); in startElementDebug() 387 att += attlen; in startElementDebug()
|
D | runtest.c | 1589 int outlen, attlen; in htmlstartElementDebug() local 1591 while ((attlen = strlen((char*)att)) > 0) { in htmlstartElementDebug() 1593 htmlEncodeEntities(output, &outlen, att, &attlen, '\''); in htmlstartElementDebug() 1596 att += attlen; in htmlstartElementDebug()
|
D | parser.c | 3927 xmlParseAttValueComplex(xmlParserCtxtPtr ctxt, int *attlen, int normalize) { in xmlParseAttValueComplex() argument 4140 if (attlen != NULL) *attlen = (int) len; in xmlParseAttValueComplex()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 126549 - int outlen, attlen; 126551 - while ((attlen = strlen((char*)att)) > 0) { 126553 - htmlEncodeEntities(output, &outlen, att, &attlen, '\''); 126556 - att += attlen;
|