Searched defs:GETSTR (Results 1 – 5 of 5) sorted by relevance
50 #define GETSTR "GET / HTTP/1.0\n\n" macro
119 #define GETSTR while (isspace((unsigned char)*cp) || *cp == ',') cp++; \ in ParseConfig() macro
268 #define GETSTR(out, str) \ macro
113 #define GETSTR(val,strsize) \ macro
748 #define GETSTR(s, l) if (fread(s, 1, l, f) != l) goto out; else s[l] = '\0' in thaw_state() macro