Home
last modified time | relevance | path

Searched refs:ioffptr (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dpostprocessor.c533 size_t *ioffptr, in find_boundary() argument
558 (*ioffptr) += pp->buffer_pos; /* skip entire buffer */ in find_boundary()
561 (*ioffptr)++; /* at least skip one byte */ in find_boundary()
563 (*ioffptr) += dash - buf; /* skip to first possible boundary */ in find_boundary()
568 (*ioffptr) += 2 + blen; in find_boundary()
638 size_t *ioffptr, enum PP_State next_state) in process_multipart_headers() argument
679 (*ioffptr) += newline + 1; in process_multipart_headers()
702 size_t *ioffptr, in process_value_to_boundary() argument
746 (*ioffptr) += pp->blen + 4; /* skip boundary as well */ in process_value_to_boundary()
782 (*ioffptr) += newline; in process_value_to_boundary()