errorCode         637 srclib/apr-util/xml/expat/lib/xmlparse.c   errorCode = XML_ERROR_NONE;
errorCode        1094 srclib/apr-util/xml/expat/lib/xmlparse.c     errorCode = processor(parser, bufferPtr, parseEndPtr = bufferEnd, 0);
errorCode        1095 srclib/apr-util/xml/expat/lib/xmlparse.c     if (errorCode == XML_ERROR_NONE)
errorCode        1108 srclib/apr-util/xml/expat/lib/xmlparse.c       errorCode = processor(parser, s, parseEndPtr = s + len, 0);
errorCode        1109 srclib/apr-util/xml/expat/lib/xmlparse.c       if (errorCode == XML_ERROR_NONE)
errorCode        1115 srclib/apr-util/xml/expat/lib/xmlparse.c     errorCode = processor(parser, s, parseEndPtr = s + len, &end);
errorCode        1116 srclib/apr-util/xml/expat/lib/xmlparse.c     if (errorCode != XML_ERROR_NONE) {
errorCode        1129 srclib/apr-util/xml/expat/lib/xmlparse.c 	  errorCode = XML_ERROR_NO_MEMORY;
errorCode        1155 srclib/apr-util/xml/expat/lib/xmlparse.c   errorCode = processor(parser, start, parseEndPtr = bufferEnd,
errorCode        1157 srclib/apr-util/xml/expat/lib/xmlparse.c   if (errorCode == XML_ERROR_NONE) {
errorCode        1205 srclib/apr-util/xml/expat/lib/xmlparse.c 	errorCode = XML_ERROR_NO_MEMORY;
errorCode        1239 srclib/apr-util/xml/expat/lib/xmlparse.c   return errorCode;
errorCode        3364 srclib/apr-util/xml/expat/lib/xmlparse.c   return errorCode;