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

/dovecot/src/lib-http/
H A Dhttp-header.c85 const struct http_header_field *hfield, *hfield_found = NULL; local
89 if (hfield_found != NULL)
91 hfield_found = hfield;
95 *hfield_r = hfield_found;
96 return (hfield_found == NULL ? 0 : 1);

Completed in 1617 milliseconds