Lines Matching refs:strspn
1533 i=(ssize_t) strspn(xml,accept); in ParseEntities()
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()
1736 v=xml+strspn(xml+1,XMLWhitespace)+1; in ParseInternalDoctype()
1786 t=xml+strspn(xml+9,XMLWhitespace)+9; in ParseInternalDoctype()
1804 while ((*(n=xml+strspn(xml+1,XMLWhitespace)+1) != '\0') && in ParseInternalDoctype()
1818 xml+=strspn(xml+1,XMLWhitespace)+1; in ParseInternalDoctype()
1821 xml+=strspn(xml+8,XMLWhitespace)+8; in ParseInternalDoctype()
1832 xml+=strspn(xml,XMLWhitespace ")"); in ParseInternalDoctype()
1834 xml+=strspn(xml+6,XMLWhitespace)+6; in ParseInternalDoctype()
2082 p+=strspn(p,XMLWhitespace "="); in NewXMLTree()
2204 p+=strspn(p,XMLWhitespace); in NewXMLTree()
2251 (*(p+strspn(p+1,XMLWhitespace)+1) != '>')))); in NewXMLTree()