Lines Matching refs:hdr
74 const char *hdr;
86 hdr = MHD_lookup_connection_value (connection, MHD_COOKIE_KIND, "name1");
87 if ((hdr == NULL) || (0 != strcmp (hdr, "var1")))
89 hdr = MHD_lookup_connection_value (connection, MHD_COOKIE_KIND, "name2");
90 if ((hdr == NULL) || (0 != strcmp (hdr, "var2")))
92 hdr = MHD_lookup_connection_value (connection, MHD_COOKIE_KIND, "name3");
93 if ((hdr == NULL) || (0 != strcmp (hdr, "")))
95 hdr = MHD_lookup_connection_value (connection, MHD_COOKIE_KIND, "name4");
96 if ((hdr == NULL) || (0 != strcmp (hdr, "var4 with spaces")))