Lines Matching refs:hdr
93 const char *hdr;
107 hdr = MHD_lookup_connection_value (connection, MHD_HEADER_KIND, "NotFound");
108 if (hdr != NULL)
110 hdr = MHD_lookup_connection_value (connection,
112 if ((hdr == NULL) || (0 != strcmp (hdr, "*/*")))
114 hdr = MHD_lookup_connection_value (connection,
116 if ((hdr == NULL) || (0 != strcmp (hdr, "127.0.0.1:21080")))
120 hdr = MHD_lookup_connection_value (connection,
122 if ((hdr == NULL) || (0 != strcmp (hdr, "NowPresent")))
129 hdr = MHD_get_response_header (response, "MyHeader");
130 if (0 != strcmp ("MyValue", hdr))
135 hdr = MHD_get_response_header (response, "MyHeader");
136 if (0 != strcmp ("MyValueToo", hdr))