Searched refs:soup_session_send_async (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_good/ext/soup/ |
D | gstsouploader.c | 238 LOAD_VERSIONED_SYMBOL (2, soup_session_send_async); in gst_soup_load_library() 251 LOAD_VERSIONED_SYMBOL (3, soup_session_send_async); in gst_soup_load_library() 836 soup_session_send_async (session, msg, cancellable, callback, user_data); in _soup_session_send_async() 838 soup_session_send_async (session, msg, G_PRIORITY_DEFAULT, cancellable, in _soup_session_send_async()
|
/third_party/libsoup/libsoup/ |
D | soup-request-http.c | 143 soup_session_send_async (session, http->priv->msg, cancellable, in soup_request_http_send_async()
|
D | soup-session.h | 127 void soup_session_send_async (SoupSession *session,
|
D | soup-session.c | 4322 soup_session_send_async (SoupSession *session, in soup_session_send_async() function
|
/third_party/libsoup/tests/ |
D | cookies-test.c | 406 soup_session_send_async (session, msg, NULL, (GAsyncReadyCallback)send_callback, loop); in do_remove_feature_test()
|
/third_party/libsoup/docs/reference/ |
D | libsoup-2.4-sections.txt | 459 soup_session_send_async
|
/third_party/libsoup/ |
D | NEWS | 1345 soup_session_send() and soup_session_send_async() have been
|