Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-misc-private.h23 method == SOUP_METHOD_OPTIONS || \
29 method == SOUP_METHOD_OPTIONS || \
Dsoup-method.h40 #define SOUP_METHOD_OPTIONS _SOUP_INTERN_METHOD (OPTIONS) macro
/third_party/gstreamer/gstplugins_good/ext/soup/stub/
Dsoup.h207 #define SOUP_METHOD_OPTIONS _SOUP_INTERN_METHOD(OPTIONS) macro
/third_party/libsoup/docs/reference/
Dlibsoup-2.4-sections.txt94 SOUP_METHOD_OPTIONS
/third_party/libsoup/tests/
Dserver-test.c106 if (msg->method != SOUP_METHOD_OPTIONS) { in server_star_callback()