Searched refs:soup_header_contains (Results 1 – 7 of 7) sorted by relevance
/third_party/libsoup/tests/ |
D | coding-test.c | 28 if (accept_encoding && !soup_header_contains (options, "force-encode")) in server_callback() 41 (!soup_header_contains (options, "prefer-deflate-zlib") && in server_callback() 42 !soup_header_contains (options, "prefer-deflate-raw")))) { in server_callback() 46 if (soup_header_contains (options, "prefer-deflate-raw")) { in server_callback() 82 if (soup_header_contains (options, "force-encode")) { in server_callback() 85 if (soup_header_contains (options, "prefer-deflate-zlib") || in server_callback() 86 soup_header_contains (options, "prefer-deflate-raw")) in server_callback() 108 if (!soup_header_contains (options, "empty")) in server_callback() 112 if (soup_header_contains (options, "trailing-junk")) { in server_callback()
|
/third_party/libsoup/libsoup/ |
D | soup-headers.h | 53 gboolean soup_header_contains (const char *header,
|
D | soup-websocket.c | 1000 !soup_header_contains (request_protocols, protocol)) { in soup_websocket_client_verify_handshake_with_extensions()
|
D | soup-headers.c | 630 soup_header_contains (const char *header, const char *token) in soup_header_contains() function
|
D | soup-message-headers.c | 368 return soup_header_contains (value, token); in soup_message_headers_header_contains()
|
/third_party/libsoup/docs/reference/ |
D | libsoup-2.4-sections.txt | 795 soup_header_contains
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 2535 (soup_header_contains): Correctly check for a token in a list 2540 soup_header_contains() with Connection headers.
|