Lines Matching refs:XMLWhitespace

72 #define XMLWhitespace "\t\r\n "  macro
1630 xml+=strcspn(xml,XMLWhitespace); in ParseProcessingInstructions()
1634 xml+=strspn(xml+1,XMLWhitespace)+1; in ParseProcessingInstructions()
1640 (strncmp(xml+strspn(xml+10,XMLWhitespace "='\"")+10,"yes",3) == 0)) in ParseProcessingInstructions()
1725 if (strspn(xml+8,XMLWhitespace) == 0) in ParseInternalDoctype()
1727 xml+=strspn(xml+8,XMLWhitespace)+8; in ParseInternalDoctype()
1729 n=xml+strspn(xml,XMLWhitespace "%"); in ParseInternalDoctype()
1732 xml=n+strcspn(n,XMLWhitespace); in ParseInternalDoctype()
1736 v=xml+strspn(xml+1,XMLWhitespace)+1; in ParseInternalDoctype()
1786 t=xml+strspn(xml+9,XMLWhitespace)+9; in ParseInternalDoctype()
1795 xml=t+strcspn(t,XMLWhitespace ">"); in ParseInternalDoctype()
1804 while ((*(n=xml+strspn(xml+1,XMLWhitespace)+1) != '\0') && in ParseInternalDoctype()
1807 xml=n+strcspn(n,XMLWhitespace); in ParseInternalDoctype()
1818 xml+=strspn(xml+1,XMLWhitespace)+1; in ParseInternalDoctype()
1821 xml+=strspn(xml+8,XMLWhitespace)+8; in ParseInternalDoctype()
1823 strcspn(xml,XMLWhitespace); in ParseInternalDoctype()
1832 xml+=strspn(xml,XMLWhitespace ")"); in ParseInternalDoctype()
1834 xml+=strspn(xml+6,XMLWhitespace)+6; in ParseInternalDoctype()
1837 xml+=strcspn(xml,XMLWhitespace ">")-1; in ParseInternalDoctype()
2038 p+=strcspn(p,XMLWhitespace "/>"); in NewXMLTree()
2076 p+=strcspn(p,XMLWhitespace "=/>"); in NewXMLTree()
2082 p+=strspn(p,XMLWhitespace "="); in NewXMLTree()
2184 p+=strcspn(tag,XMLWhitespace ">")+1; in NewXMLTree()
2204 p+=strspn(p,XMLWhitespace); in NewXMLTree()
2251 (*(p+strspn(p+1,XMLWhitespace)+1) != '>')))); in NewXMLTree()