Searched refs:NEWLINE_TOKENS (Results 1 – 1 of 1) sorted by relevance
58 #define NEWLINE_TOKENS "\r\n" macro1118 pszSource = strtok(pszSource, DELIM_TOKENS NEWLINE_TOKENS); in ReadStringToken()1125 pszSource = strtok(pszSource, NEWLINE_TOKENS); in ReadStringToken()1285 char *str = strtok (pBlockCopy, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface()1311 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface()1337 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface()1370 pszRemaining = strtok(NULL, DELIM_TOKENS NEWLINE_TOKENS); in ParseGenericSurface()1396 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface()1420 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface()1459 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS); in ParseGenericSurface()[all …]