Searched refs:source_tag (Results 1 – 16 of 16) sorted by relevance
/third_party/glib/gio/ |
D | gsimpleasyncresult.c | 223 gpointer source_tag; member 318 gpointer source_tag) in g_simple_async_result_new() argument 331 simple->source_tag = source_tag; in g_simple_async_result_new() 461 gpointer source_tag) in g_simple_async_result_is_tagged() argument 463 return G_SIMPLE_ASYNC_RESULT (res)->source_tag == source_tag; in g_simple_async_result_is_tagged() 509 return simple->source_tag; in g_simple_async_result_get_source_tag() 980 gpointer source_tag) in g_simple_async_result_is_valid() argument 1001 return source_tag == NULL || result_source_tag == NULL || in g_simple_async_result_is_valid() 1002 source_tag == result_source_tag; in g_simple_async_result_is_valid()
|
D | gtask.c | 548 gpointer source_tag; member 759 gpointer source_tag, in g_task_report_error() argument 765 g_task_set_source_tag (task, source_tag); in g_task_report_error() 799 gpointer source_tag, in g_task_report_new_error() argument 813 source_tag, error); in g_task_report_new_error() 991 gpointer source_tag) 995 task->source_tag = source_tag; 997 TRACE (GIO_TASK_SET_SOURCE_TAG (task, source_tag)); 1189 return task->source_tag; in g_task_get_source_tag() 2252 gpointer source_tag) in g_task_is_tagged() argument [all …]
|
D | gasyncresult.h | 65 gpointer source_tag); 81 gpointer source_tag);
|
D | gasyncresult.c | 225 gpointer source_tag) in g_async_result_is_tagged() argument 236 return (* iface->is_tagged) (res, source_tag); in g_async_result_is_tagged()
|
D | gtask.h | 52 gpointer source_tag, 58 gpointer source_tag, 76 gpointer source_tag);
|
D | gio.stp.in | 48 * @source_tag: the source tag 53 source_tag = $arg2; 54 probestr = sprintf("gio.task_set_source_tag(%p, %p)", task, source_tag);
|
D | gsimpleasyncresult.h | 54 gpointer source_tag); 137 gpointer source_tag);
|
/third_party/boost/boost/iostreams/device/ |
D | null.hpp | 45 typedef source_tag category;
|
D | mapped_file.hpp | 165 : public source_tag,
|
/third_party/boost/libs/iostreams/test/ |
D | read_nonblocking_test.cpp | 19 typedef boost::iostreams::source_tag category;
|
/third_party/boost/boost/iostreams/detail/ |
D | counted_array.hpp | 24 typedef source_tag category;
|
/third_party/boost/boost/iostreams/ |
D | categories.hpp | 65 struct source_tag : device_tag, input { }; struct
|
/third_party/boost/libs/iostreams/example/ |
D | container_device.hpp | 30 typedef source_tag category;
|
/third_party/boost/boost/iostreams/filter/ |
D | test.hpp | 87 : source_tag,
|
D | gzip.hpp | 569 struct category : source_tag, peekable_tag { };
|
/third_party/glib/ |
D | NEWS | 5013 721458 g_simple_async_result_is_valid has a NULL check for the wrong source_tag
|