RAW              3068 third_party/libxml/src/HTMLparser.c     if ((RAW == '<') && (NXT(1) == '?')) {
RAW              3083 third_party/libxml/src/HTMLparser.c 	    if (RAW == '>') {
RAW              3182 third_party/libxml/src/HTMLparser.c     if ((RAW != '<') || (NXT(1) != '!') ||
RAW              4596 third_party/libxml/src/HTMLparser.c 	start[0] = RAW;
RAW              2186 third_party/libxml/src/catalog.c     if (RAW == '"') {
RAW              2189 third_party/libxml/src/catalog.c     } else if (RAW == '\'') {
RAW              2046 third_party/libxml/src/parser.c     if ((RAW == '&') && (NXT(1) == '#') &&
RAW              2050 third_party/libxml/src/parser.c 	while (RAW != ';') { /* loop blocked by count */
RAW              2057 third_party/libxml/src/parser.c 	    if ((RAW >= '0') && (RAW <= '9')) 
RAW              2059 third_party/libxml/src/parser.c 	    else if ((RAW >= 'a') && (RAW <= 'f') && (count < 20))
RAW              2061 third_party/libxml/src/parser.c 	    else if ((RAW >= 'A') && (RAW <= 'F') && (count < 20))
RAW              2074 third_party/libxml/src/parser.c 	if (RAW == ';') {
RAW              2080 third_party/libxml/src/parser.c     } else if  ((RAW == '&') && (NXT(1) == '#')) {
RAW              2083 third_party/libxml/src/parser.c 	while (RAW != ';') { /* loop blocked by count */
RAW              2090 third_party/libxml/src/parser.c 	    if ((RAW >= '0') && (RAW <= '9')) 
RAW              2103 third_party/libxml/src/parser.c 	if (RAW == ';') {
RAW              2308 third_party/libxml/src/parser.c     if (RAW != '%') return;
RAW              2371 third_party/libxml/src/parser.c 	if (RAW == ';') {
RAW              2442 third_party/libxml/src/parser.c 			start[0] = RAW;
RAW              2747 third_party/libxml/src/parser.c     if ((RAW != '<') && (RAW != 0xD)) return(0);
RAW              2749 third_party/libxml/src/parser.c 	(RAW == '<') && (NXT(1) == '/')) return(0);
RAW              3529 third_party/libxml/src/parser.c     if (RAW == '"') stop = '"';
RAW              3530 third_party/libxml/src/parser.c     else if (RAW == '\'') stop = '\'';
RAW              3582 third_party/libxml/src/parser.c 	while ((RAW == 0) && (ctxt->inputNr > 1)) /* non input consuming */
RAW              3844 third_party/libxml/src/parser.c     if (RAW == '<') {
RAW              3846 third_party/libxml/src/parser.c     } else if (RAW != limit) {
RAW              3931 third_party/libxml/src/parser.c     if (RAW == '"') {
RAW              3934 third_party/libxml/src/parser.c     } else if (RAW == '\'') {
RAW              4013 third_party/libxml/src/parser.c     if (RAW == '"') {
RAW              4016 third_party/libxml/src/parser.c     } else if (RAW == '\'') {
RAW              4593 third_party/libxml/src/parser.c     if ((RAW != '<') || (NXT(1) != '!') ||
RAW              4860 third_party/libxml/src/parser.c     if ((RAW == '<') && (NXT(1) == '?')) {
RAW              4876 third_party/libxml/src/parser.c 	    if ((RAW == '?') && (NXT(1) == '>')) {
RAW              5036 third_party/libxml/src/parser.c 	if (RAW == '>') {
RAW              5096 third_party/libxml/src/parser.c 	if (RAW == '%') {
RAW              5128 third_party/libxml/src/parser.c 	    if ((RAW == '"') || (RAW == '\'')) {
RAW              5174 third_party/libxml/src/parser.c 	    if ((RAW == '"') || (RAW == '\'')) {
RAW              5229 third_party/libxml/src/parser.c 		if ((RAW != '>') && (!IS_BLANK_CH(CUR))) {
RAW              5281 third_party/libxml/src/parser.c 	if (RAW != '>') {
RAW              5408 third_party/libxml/src/parser.c     if (RAW != '(') {
RAW              5448 third_party/libxml/src/parser.c     } while (RAW == '|');
RAW              5449 third_party/libxml/src/parser.c     if (RAW != ')') {
RAW              5478 third_party/libxml/src/parser.c     if (RAW != '(') {
RAW              5518 third_party/libxml/src/parser.c     } while (RAW == '|');
RAW              5519 third_party/libxml/src/parser.c     if (RAW != ')') {
RAW              5618 third_party/libxml/src/parser.c      } else if ((RAW == 'I') && (NXT(1) == 'D')) {
RAW              5671 third_party/libxml/src/parser.c 	while ((RAW != '>') && (ctxt->instate != XML_PARSER_EOF)) {
RAW              5720 third_party/libxml/src/parser.c             if (RAW != '>') {
RAW              5760 third_party/libxml/src/parser.c 	if (RAW == '>') {
RAW              5800 third_party/libxml/src/parser.c 	if (RAW == ')') {
RAW              5810 third_party/libxml/src/parser.c 	    if (RAW == '*') {
RAW              5816 third_party/libxml/src/parser.c 	if ((RAW == '(') || (RAW == '|')) {
RAW              5820 third_party/libxml/src/parser.c 	while ((RAW == '|') && (ctxt->instate != XML_PARSER_EOF)) {
RAW              5851 third_party/libxml/src/parser.c 	if ((RAW == ')') && (NXT(1) == '*')) {
RAW              5926 third_party/libxml/src/parser.c     if (RAW == '(') {
RAW              5948 third_party/libxml/src/parser.c 	if (RAW == '?') {
RAW              5951 third_party/libxml/src/parser.c 	} else if (RAW == '*') {
RAW              5954 third_party/libxml/src/parser.c 	} else if (RAW == '+') {
RAW              5964 third_party/libxml/src/parser.c     while ((RAW != ')') && (ctxt->instate != XML_PARSER_EOF)) {
RAW              5968 third_party/libxml/src/parser.c         if (RAW == ',') {
RAW              6008 third_party/libxml/src/parser.c 	} else if (RAW == '|') {
RAW              6060 third_party/libxml/src/parser.c 	if (RAW == '(') {
RAW              6082 third_party/libxml/src/parser.c 	    if (RAW == '?') {
RAW              6085 third_party/libxml/src/parser.c 	    } else if (RAW == '*') {
RAW              6088 third_party/libxml/src/parser.c 	    } else if (RAW == '+') {
RAW              6109 third_party/libxml/src/parser.c     if (RAW == '?') {
RAW              6118 third_party/libxml/src/parser.c     } else if (RAW == '*') {
RAW              6139 third_party/libxml/src/parser.c     } else if (RAW == '+') {
RAW              6236 third_party/libxml/src/parser.c     if (RAW != '(') {
RAW              6293 third_party/libxml/src/parser.c 	while ((RAW == 0) && (ctxt->inputNr > 1))
RAW              6306 third_party/libxml/src/parser.c 	} else if ((RAW == 'A') && (NXT(1) == 'N') &&
RAW              6313 third_party/libxml/src/parser.c 	} else if (RAW == '(') {
RAW              6319 third_party/libxml/src/parser.c 	    if ((RAW == '%') && (ctxt->external == 0) &&
RAW              6334 third_party/libxml/src/parser.c 	while ((RAW == 0) && (ctxt->inputNr > 1))
RAW              6338 third_party/libxml/src/parser.c 	if (RAW != '>') {
RAW              6393 third_party/libxml/src/parser.c 	if (RAW != '[') {
RAW              6412 third_party/libxml/src/parser.c 	while (((RAW != 0) && ((RAW != ']') || (NXT(1) != ']') ||
RAW              6417 third_party/libxml/src/parser.c 	    if ((RAW == '<') && (NXT(1) == '!') && (NXT(2) == '[')) {
RAW              6421 third_party/libxml/src/parser.c 	    } else if (RAW == '%') {
RAW              6429 third_party/libxml/src/parser.c 	    while ((RAW == 0) && (ctxt->inputNr > 1))
RAW              6453 third_party/libxml/src/parser.c 	if (RAW != '[') {
RAW              6481 third_party/libxml/src/parser.c 	while (((depth >= 0) && (RAW != 0)) &&
RAW              6483 third_party/libxml/src/parser.c 	  if ((RAW == '<') && (NXT(1) == '!') && (NXT(2) == '[')) {
RAW              6488 third_party/libxml/src/parser.c 	  if ((RAW == ']') && (NXT(1) == ']') && (NXT(2) == '>')) {
RAW              6512 third_party/libxml/src/parser.c     if (RAW == 0)
RAW              6515 third_party/libxml/src/parser.c     if (RAW == 0) {
RAW              6590 third_party/libxml/src/parser.c         if ((RAW == '<') && (NXT(1) == '!') && (NXT(2) == '[')) {
RAW              6658 third_party/libxml/src/parser.c     if ((RAW == '?') && (NXT(1) == '>')) {
RAW              6660 third_party/libxml/src/parser.c     } else if (RAW == '>') {
RAW              6694 third_party/libxml/src/parser.c 	start[0] = RAW;
RAW              6726 third_party/libxml/src/parser.c     while (((RAW == '<') && (NXT(1) == '?')) ||
RAW              6727 third_party/libxml/src/parser.c            ((RAW == '<') && (NXT(1) == '!')) ||
RAW              6728 third_party/libxml/src/parser.c 	   (RAW == '%') || IS_BLANK_CH(CUR)) {
RAW              6733 third_party/libxml/src/parser.c         if ((RAW == '<') && (NXT(1) == '!') && (NXT(2) == '[')) {
RAW              6737 third_party/libxml/src/parser.c 	} else if (RAW == '%') {
RAW              6745 third_party/libxml/src/parser.c 	while ((RAW == 0) && (ctxt->inputNr > 1))
RAW              6754 third_party/libxml/src/parser.c     if (RAW != 0) {
RAW              6780 third_party/libxml/src/parser.c     if (RAW != '&')
RAW              7202 third_party/libxml/src/parser.c     if (RAW != '&')
RAW              7211 third_party/libxml/src/parser.c     if (RAW != ';') {
RAW              7577 third_party/libxml/src/parser.c     if (RAW != '%')
RAW              7586 third_party/libxml/src/parser.c     if (RAW != ';') {
RAW              7946 third_party/libxml/src/parser.c     if (RAW == '[')
RAW              7952 third_party/libxml/src/parser.c     if (RAW != '>') {
RAW              7972 third_party/libxml/src/parser.c     if (RAW == '[') {
RAW              7980 third_party/libxml/src/parser.c 	while ((RAW != ']') && (ctxt->instate != XML_PARSER_EOF)) {
RAW              7991 third_party/libxml/src/parser.c 	    while ((RAW == 0) && (ctxt->inputNr > 1))
RAW              8000 third_party/libxml/src/parser.c 	if (RAW == ']') { 
RAW              8009 third_party/libxml/src/parser.c     if (RAW != '>') {
RAW              8067 third_party/libxml/src/parser.c     if (RAW == '=') {
RAW              8148 third_party/libxml/src/parser.c     if (RAW != '<') return(NULL);
RAW              8166 third_party/libxml/src/parser.c     while (((RAW != '>') && 
RAW              8167 third_party/libxml/src/parser.c 	   ((RAW != '/') || (NXT(1) != '>')) &&
RAW              8168 third_party/libxml/src/parser.c 	   (IS_BYTE_CHAR(RAW))) && (ctxt->instate != XML_PARSER_EOF)) {
RAW              8229 third_party/libxml/src/parser.c 	if ((RAW == '>') || (((RAW == '/') && (NXT(1) == '>'))))
RAW              8231 third_party/libxml/src/parser.c 	if (!IS_BLANK_CH(RAW)) {
RAW              8286 third_party/libxml/src/parser.c     if ((RAW != '<') || (NXT(1) != '/')) {
RAW              8300 third_party/libxml/src/parser.c     if ((!IS_BYTE_CHAR(RAW)) || (RAW != '>')) {
RAW              8728 third_party/libxml/src/parser.c     if (RAW == '=') {
RAW              8841 third_party/libxml/src/parser.c     if (RAW != '<') return(NULL);
RAW              8882 third_party/libxml/src/parser.c     while (((RAW != '>') && 
RAW              8883 third_party/libxml/src/parser.c 	   ((RAW != '/') || (NXT(1) != '>')) &&
RAW              8884 third_party/libxml/src/parser.c 	   (IS_BYTE_CHAR(RAW))) && (ctxt->instate != XML_PARSER_EOF)) {
RAW              9058 third_party/libxml/src/parser.c 	if ((RAW == '>') || (((RAW == '/') && (NXT(1) == '>'))))
RAW              9060 third_party/libxml/src/parser.c 	if (!IS_BLANK_CH(RAW)) {
RAW              9270 third_party/libxml/src/parser.c     if ((RAW != '<') || (NXT(1) != '/')) {
RAW              9297 third_party/libxml/src/parser.c     if ((!IS_BYTE_CHAR(RAW)) || (RAW != '>')) {
RAW              9447 third_party/libxml/src/parser.c     while ((RAW != 0) &&
RAW              9448 third_party/libxml/src/parser.c 	   ((RAW != '<') || (NXT(1) != '/')) &&
RAW              9505 third_party/libxml/src/parser.c 	while ((RAW == 0) && (ctxt->inputNr > 1))
RAW              9597 third_party/libxml/src/parser.c     if ((RAW == '/') && (NXT(1) == '>')) {
RAW              9623 third_party/libxml/src/parser.c     if (RAW == '>') {
RAW              9658 third_party/libxml/src/parser.c     if (!IS_BYTE_CHAR(RAW)) {
RAW              9778 third_party/libxml/src/parser.c 	if (RAW != '=') {
RAW              9784 third_party/libxml/src/parser.c 	if (RAW == '"') {
RAW              9787 third_party/libxml/src/parser.c 	    if (RAW != '"') {
RAW              9791 third_party/libxml/src/parser.c 	} else if (RAW == '\''){
RAW              9794 third_party/libxml/src/parser.c 	    if (RAW != '\'') {
RAW              9888 third_party/libxml/src/parser.c 	if (RAW != '=') {
RAW              9894 third_party/libxml/src/parser.c 	if (RAW == '"') {
RAW              9897 third_party/libxml/src/parser.c 	    if (RAW != '"') {
RAW              9901 third_party/libxml/src/parser.c 	} else if (RAW == '\''){
RAW              9904 third_party/libxml/src/parser.c 	    if (RAW != '\'') {
RAW              10003 third_party/libxml/src/parser.c 	if (RAW != '=') {
RAW              10009 third_party/libxml/src/parser.c         if (RAW == '\''){
RAW              10011 third_party/libxml/src/parser.c 	    if ((RAW == 'n') && (NXT(1) == 'o')) {
RAW              10014 third_party/libxml/src/parser.c 	    } else if ((RAW == 'y') && (NXT(1) == 'e') &&
RAW              10021 third_party/libxml/src/parser.c 	    if (RAW != '\'') {
RAW              10025 third_party/libxml/src/parser.c 	} else if (RAW == '"'){
RAW              10027 third_party/libxml/src/parser.c 	    if ((RAW == 'n') && (NXT(1) == 'o')) {
RAW              10030 third_party/libxml/src/parser.c 	    } else if ((RAW == 'y') && (NXT(1) == 'e') &&
RAW              10037 third_party/libxml/src/parser.c 	    if (RAW != '"') {
RAW              10073 third_party/libxml/src/parser.c     if (!IS_BLANK_CH(RAW)) {
RAW              10114 third_party/libxml/src/parser.c     if (!IS_BLANK_CH(RAW)) {
RAW              10115 third_party/libxml/src/parser.c         if ((RAW == '?') && (NXT(1) == '>')) {
RAW              10132 third_party/libxml/src/parser.c     if ((ctxt->input->encoding != NULL) && (!IS_BLANK_CH(RAW))) {
RAW              10133 third_party/libxml/src/parser.c         if ((RAW == '?') && (NXT(1) == '>')) {
RAW              10149 third_party/libxml/src/parser.c     if ((RAW == '?') && (NXT(1) == '>')) {
RAW              10151 third_party/libxml/src/parser.c     } else if (RAW == '>') {
RAW              10174 third_party/libxml/src/parser.c            (((RAW == '<') && (NXT(1) == '?')) ||
RAW              10177 third_party/libxml/src/parser.c         if ((RAW == '<') && (NXT(1) == '?')) {
RAW              10233 third_party/libxml/src/parser.c 	start[0] = RAW;
RAW              10294 third_party/libxml/src/parser.c 	if (RAW == '[') {
RAW              10323 third_party/libxml/src/parser.c     if (RAW != '<') {
RAW              10337 third_party/libxml/src/parser.c 	if (RAW != 0) {
RAW              10414 third_party/libxml/src/parser.c 	start[0] = RAW;
RAW              10466 third_party/libxml/src/parser.c     if ((RAW == '<') && (NXT(1) == '/')) {
RAW              10468 third_party/libxml/src/parser.c     } else if (RAW != 0) {
RAW              10780 third_party/libxml/src/parser.c 	while ((RAW == 0) && (ctxt->inputNr > 1))
RAW              10835 third_party/libxml/src/parser.c 		    start[0] = RAW;
RAW              10993 third_party/libxml/src/parser.c 		if ((RAW == '/') && (NXT(1) == '>')) {
RAW              11022 third_party/libxml/src/parser.c 		if (RAW == '>') {
RAW              11127 third_party/libxml/src/parser.c 		while ((RAW == 0) && (ctxt->inputNr > 1))
RAW              11302 third_party/libxml/src/parser.c 		    if (RAW == '[') {
RAW              12133 third_party/libxml/src/parser.c 	start[0] = RAW;
RAW              12414 third_party/libxml/src/parser.c 	start[0] = RAW;
RAW              12473 third_party/libxml/src/parser.c     if ((RAW == '<') && (NXT(1) == '/')) {
RAW              12475 third_party/libxml/src/parser.c     } else if (RAW != 0) {
RAW              12632 third_party/libxml/src/parser.c 	start[0] = RAW;
RAW              12654 third_party/libxml/src/parser.c     if ((RAW == '<') && (NXT(1) == '/')) {
RAW              12656 third_party/libxml/src/parser.c     } else if (RAW != 0) {
RAW              12901 third_party/libxml/src/parser.c     if ((RAW == '<') && (NXT(1) == '/')) {
RAW              12903 third_party/libxml/src/parser.c     } else if (RAW != 0) {
RAW              13141 third_party/libxml/src/parser.c     if ((RAW == '<') && (NXT(1) == '/')) {
RAW              13143 third_party/libxml/src/parser.c     } else if (RAW != 0) {
RAW              13318 third_party/libxml/src/parser.c     if ((RAW == '<') && (NXT(1) == '/')) {
RAW              13320 third_party/libxml/src/parser.c     } else if (RAW != 0) {