Home
last modified time | relevance | path

Searched refs:source_tag (Results 1 – 16 of 16) sorted by relevance

/third_party/glib/gio/
Dgsimpleasyncresult.c223 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()
Dgtask.c548 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 …]
Dgasyncresult.h65 gpointer source_tag);
81 gpointer source_tag);
Dgasyncresult.c225 gpointer source_tag) in g_async_result_is_tagged() argument
236 return (* iface->is_tagged) (res, source_tag); in g_async_result_is_tagged()
Dgtask.h52 gpointer source_tag,
58 gpointer source_tag,
76 gpointer source_tag);
Dgio.stp.in48 * @source_tag: the source tag
53 source_tag = $arg2;
54 probestr = sprintf("gio.task_set_source_tag(%p, %p)", task, source_tag);
Dgsimpleasyncresult.h54 gpointer source_tag);
137 gpointer source_tag);
/third_party/boost/boost/iostreams/device/
Dnull.hpp45 typedef source_tag category;
Dmapped_file.hpp165 : public source_tag,
/third_party/boost/libs/iostreams/test/
Dread_nonblocking_test.cpp19 typedef boost::iostreams::source_tag category;
/third_party/boost/boost/iostreams/detail/
Dcounted_array.hpp24 typedef source_tag category;
/third_party/boost/boost/iostreams/
Dcategories.hpp65 struct source_tag : device_tag, input { }; struct
/third_party/boost/libs/iostreams/example/
Dcontainer_device.hpp30 typedef source_tag category;
/third_party/boost/boost/iostreams/filter/
Dtest.hpp87 : source_tag,
Dgzip.hpp569 struct category : source_tag, peekable_tag { };
/third_party/glib/
DNEWS5013 721458 g_simple_async_result_is_valid has a NULL check for the wrong source_tag