Searched defs:expect_name (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-http/
H A Dhttp-request-parser.c368 const char *expect_name, *expect_value; local
371 if (http_parse_token(&hparser, &expect_name) > 0) {
373 if (strcasecmp(expect_name, "100-continue") == 0) {
379 ("Unknown Expectation `%s'", expect_name);
401 ("Expectation `%s' has unexpected value", expect_name);
441 expect_name, attribute);

Completed in 11 milliseconds