Home | History | Annotate | Download | only in microhttpd

Lines Matching refs:have

15      You should have received a copy of the GNU Lesser General Public
148 * Nested boundary (if we have multipart/mixed encoding).
209 * Do we have to call the 'ikvi' callback when processing the
241 enum NE_State have;
252 * may have to call #MHD_set_connection_value with the proper encoding
316 /* add +1 to ensure we ALWAYS have a zero-termination at the end */
427 /* if we have an incomplete escape sequence, save it to
436 /* If we have nothing to do (delta == 0) and
628 * @param ioffptr set to how many bytes have been
633 * #MHD_NO on error or if we do not have
685 * We have the value until we hit the given boundary;
697 * #MHD_NO on error or if we do not have
754 we have and check again later; except, if we have
794 if ((NULL != pp->content_name) && (0 == (pp->have & NE_content_name)))
799 if ((NULL != pp->content_type) && (0 == (pp->have & NE_content_type)))
805 (0 == (pp->have & NE_content_filename)))
811 (0 == (pp->have & NE_content_transfer_encoding)))
1017 pp->have = NE_none;
1048 pp->have = NE_none;
1050 pp->have |= NE_content_name;
1052 pp->have |= NE_content_type;
1054 pp->have |= NE_content_filename;
1056 pp->have |= NE_content_transfer_encoding;
1175 the post-processing may have been interrupted
1183 pp->have = NE_none;