Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

http-c.h/http-c.c

Prototype

Code Block

          CPU_INT32U  HTTPc_FormMultipartFmt (CPU_CHAR              *p_buf,
                                              CPU_INT16U             buf_len,
                                              HTTPc_FORM_TBL_FIELD  *p_form_tbl,
                                              CPU_INT16U             form_tbl_size,
                                              HTTPc_ERR             *p_err);


Arguments

p_buf

Pointer to the application buffer where to copy the formatted form.

...