Home
last modified time | relevance | path

Searched refs:RestProxy (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/librest/rest-0.8.1/rest/
H A Drest-proxy.h50 typedef struct _RestProxy RestProxy; typedef
79 gboolean (*bind_valist)(RestProxy *proxy, va_list params);
80 RestProxyCall *(*new_call)(RestProxy *proxy);
181 RestProxy *rest_proxy_new (const gchar *url_format,
184 RestProxy *
190 gboolean rest_proxy_bind (RestProxy *proxy,
193 gboolean rest_proxy_bind_valist (RestProxy *proxy,
200 void rest_proxy_add_soup_feature (RestProxy *proxy,
203 RestProxyCall *rest_proxy_new_call (RestProxy *proxy);
206 gboolean rest_proxy_simple_run (RestProxy *proxy,
[all …]
H A Drest-proxy.c215 default_authenticate_cb (RestProxy *self, in default_authenticate_cb()
227 authenticate (RestProxy *self, in authenticate()
420 rest_proxy_init (RestProxy *self) in rest_proxy_init()
466 RestProxy *
492 RestProxy *
507 _rest_proxy_bind_valist (RestProxy *proxy, in _rest_proxy_bind_valist()
525 rest_proxy_bind_valist (RestProxy *proxy, in rest_proxy_bind_valist()
534 rest_proxy_bind (RestProxy *proxy, ...) in rest_proxy_bind()
606 _rest_proxy_new_call (RestProxy *proxy) in _rest_proxy_new_call()
627 rest_proxy_new_call (RestProxy *proxy) in rest_proxy_new_call()
[all …]
H A Drest-private.h53 gboolean _rest_proxy_get_binding_required (RestProxy *proxy);
54 const gchar *_rest_proxy_get_bound_url (RestProxy *proxy);
55 void _rest_proxy_queue_message (RestProxy *proxy,
59 void _rest_proxy_cancel_message (RestProxy *proxy,
61 guint _rest_proxy_send_message (RestProxy *proxy,
H A Doauth-proxy.h53 RestProxy parent;
82 RestProxy* oauth_proxy_new (const char *consumer_key,
87 RestProxy* oauth_proxy_new_with_token (const char *consumer_key,
163 RestProxy *oauth_proxy_new_echo_proxy (OAuthProxy *proxy,
H A Doauth2-proxy.h56 RestProxy parent;
69 RestProxy* oauth2_proxy_new (const char *client_id,
74 RestProxy* oauth2_proxy_new_with_token (const char *client_id,
H A Drest-proxy-auth.c34 RestProxy *proxy;
71 rest_proxy_auth_new (RestProxy *proxy, in rest_proxy_auth_new()
122 RestProxy *proxy; in rest_proxy_auth_unpause()
H A Doauth-proxy.c42 _new_call (RestProxy *proxy) in _new_call()
229 RestProxy *
264 RestProxy *
772 RestProxy *
791 "user-agent", rest_proxy_get_user_agent ((RestProxy *)proxy), in oauth_proxy_new_echo_proxy()
802 return (RestProxy *)echo_proxy; in oauth_proxy_new_echo_proxy()
H A Doauth2-proxy.c51 _new_call (RestProxy *proxy) in _new_call()
190 RestProxy *
224 RestProxy *
H A Drest-proxy-auth-private.h31 RestProxyAuth* rest_proxy_auth_new (RestProxy *proxy,
/dports/net/gnome-online-accounts/gnome-online-accounts-3.40.1/src/goabackend/
H A Dgoarestproxy.h30 G_DEFINE_AUTOPTR_CLEANUP_FUNC (RestProxy, g_object_unref);
33 G_DECLARE_FINAL_TYPE (GoaRestProxy, goa_rest_proxy, GOA, REST_PROXY, RestProxy);
35 RestProxy *goa_rest_proxy_new (const gchar *url_format,
H A Dgoarestproxy.c26 RestProxy parent_instance;
60 RestProxy *
/dports/devel/librest/rest-0.8.1/tests/
H A Dproxy.c103 ping_test (RestProxy *proxy) in ping_test()
136 echo_test (RestProxy *proxy) in echo_test()
176 reverse_test (RestProxy *proxy) in reverse_test()
216 status_ok_test (RestProxy *proxy, int status) in status_ok_test()
247 status_error_test (RestProxy *proxy, int status) in status_error_test()
277 test_status_ok (RestProxy *proxy, const char *function) in test_status_ok()
308 RestProxy *proxy; in main()
H A Doauth-async.c33 RestProxy *proxy = REST_PROXY (oproxy); in make_calls()
118 RestProxy *proxy; in main()
H A Dproxy-continuous.c134 stream_test (RestProxy *proxy) in stream_test()
161 RestProxy *proxy; in main()
/dports/devel/librest/rest-0.8.1/rest-extras/
H A Dlastfm-proxy.h56 RestProxy parent;
71 RestProxy* lastfm_proxy_new (const char *api_key,
74 RestProxy* lastfm_proxy_new_with_session (const char *api_key,
H A Dflickr-proxy.h56 RestProxy parent;
71 RestProxy* flickr_proxy_new (const char *api_key,
74 RestProxy* flickr_proxy_new_with_token (const char *api_key,
H A Dyoutube-proxy.h55 RestProxy parent;
70 RestProxy* youtube_proxy_new (const gchar *developer_key);
72 RestProxy* youtube_proxy_new_with_auth (const gchar *developer_key,
H A Dlastfm-proxy.c48 _new_call (RestProxy *proxy) in _new_call()
166 RestProxy *
175 RestProxy *
H A Dflickr-proxy.c55 _new_call (RestProxy *proxy) in _new_call()
173 RestProxy *
182 RestProxy *
/dports/lang/vala/vala-0.48.18/vapi/
H A Drest-extras-0.7.vapi7 [CCode (cname = "flickr_proxy_new", has_construct_function = false, type = "RestProxy*")]
27 …[CCode (cname = "flickr_proxy_new_with_token", has_construct_function = false, type = "RestProxy*"…
45 [CCode (cname = "lastfm_proxy_new", has_construct_function = false, type = "RestProxy*")]
61 …ode (cname = "lastfm_proxy_new_with_session", has_construct_function = false, type = "RestProxy*")]
77 [CCode (cname = "youtube_proxy_new", has_construct_function = false, type = "RestProxy*")]
83 …[CCode (cname = "youtube_proxy_new_with_auth", has_construct_function = false, type = "RestProxy*"…
/dports/devel/librest/rest-0.8.1/examples/
H A Dget-flickr-favorites.c56 print_user_name (RestProxy *proxy) in print_user_name()
76 print_favourites (RestProxy *proxy) in print_favourites()
103 RestProxy *proxy; in main()
H A Dlastfm-shout.c57 shout (RestProxy *proxy, const char *username, const char *message) in shout()
79 RestProxy *proxy; in main()
H A Dpost-twitter.c29 RestProxy *proxy; in main()
H A Dget-fireeagle-location.c30 RestProxy *proxy; in main()
/dports/net/gfbgraph/gfbgraph-0.2.4/gfbgraph/
H A Dgfbgraph-common.c38 RestProxy *proxy; in gfbgraph_new_rest_call()

123