Searched defs:GETSTR (Results 1 – 2 of 2) sorted by relevance
50 #define GETSTR "GET / HTTP/1.0\n\n" macro
109 #define GETSTR while (isspace(*cp) || *cp == ',') cp++; \ in ParseConfig() macro