Lines Matching refs:boundary
145 const char *boundary; member
278 const char *boundary; in MHD_create_post_processor() local
288 boundary = NULL; in MHD_create_post_processor()
295 boundary = in MHD_create_post_processor()
298 boundary = strstr (boundary, "boundary="); in MHD_create_post_processor()
299 if (NULL == boundary) in MHD_create_post_processor()
301 boundary += strlen ("boundary="); in MHD_create_post_processor()
302 blen = strlen (boundary); in MHD_create_post_processor()
305 if ( (boundary[0] == '"') && (boundary[blen - 1] == '"') ) in MHD_create_post_processor()
308 ++boundary; in MHD_create_post_processor()
327 ret->boundary = boundary; in MHD_create_post_processor()
531 const char *boundary, in find_boundary() argument
546 if ((0 != memcmp ("--", buf, 2)) || (0 != memcmp (&buf[2], boundary, blen))) in find_boundary()
703 const char *boundary, in process_value_to_boundary() argument
733 if (0 != memcmp (&buf[newline + 4], boundary, pp->blen)) in process_value_to_boundary()
940 pp->boundary, in post_process_multipart()
947 pp->boundary, in post_process_multipart()
1005 pp->boundary, in post_process_multipart()