Searched refs:lerr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c10552 xmlErrorPtr lerr; local
10553 lerr = xmlGetLastError();
10560 if ((lerr == NULL) || (lerr->domain != XML_FROM_IO)) {
/external/libxml2/
H A Dxmlschemas.c10571 xmlErrorPtr lerr; local
10572 lerr = xmlGetLastError();
10579 if ((lerr == NULL) || (lerr->domain != XML_FROM_IO)) {

Completed in 245 milliseconds