Searched refs:soup_headers_parse (Results 1 – 7 of 7) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-headers.h | 17 gboolean soup_headers_parse (const char *str,
|
D | soup-headers.c | 37 soup_headers_parse (const char *str, int len, SoupMessageHeaders *dest) in soup_headers_parse() function 249 if (!soup_headers_parse (str, len, req_headers)) in soup_headers_parse_request() 386 if (!soup_headers_parse (str, len, headers)) in soup_headers_parse_response()
|
D | soup-multipart.c | 203 if (!soup_headers_parse (start, split - 2 - start, in soup_multipart_new_from_message()
|
D | soup-multipart-input-stream.c | 332 success = soup_headers_parse ((const char*) priv->meta_buf->data, in soup_multipart_input_stream_parse_headers()
|
/third_party/libsoup/docs/reference/ |
D | libsoup-2.4-sections.txt | 790 soup_headers_parse
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 877 * libsoup/soup-headers.c (soup_headers_parse): this is now 3272 (soup_headers_parse): Balance that out by rejecting internal "\0"s 3291 * libsoup/soup-headers.c (soup_headers_parse): Rewrite this to be 5217 * libsoup/soup-headers.c (soup_headers_parse): Update for
|
D | NEWS | 2962 * soup_headers_parse() now completely ignores
|