Home
last modified time | relevance | path

Searched refs:XMLWhitespace (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dxml-tree.c72 #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()
[all …]