Home
last modified time | relevance | path

Searched refs:FlushData (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/gio/
Dgbufferedoutputstream.c635 } FlushData; typedef
640 g_slice_free (FlushData, data); in free_flush_data()
656 FlushData *fdata; in flush_buffer_thread()
700 FlushData *fdata; in g_buffered_output_stream_flush_async()
702 fdata = g_slice_new0 (FlushData); in g_buffered_output_stream_flush_async()
733 FlushData *fdata; in g_buffered_output_stream_close_async()
735 fdata = g_slice_new0 (FlushData); in g_buffered_output_stream_close_async()
Dgdbusprivate.c414 } FlushData; typedef
1162 FlushData *f = l->data; in flush_data_list_complete()
1289 FlushData *f = l->data; in prepare_flush_unlocked()
1575 FlushData *flush_data, in schedule_writing_unlocked()
1771 FlushData *data; in _g_dbus_worker_flush_sync()
1793 data = g_new0 (FlushData, 1); in _g_dbus_worker_flush_sync()
/third_party/node/src/
Dstring_decoder.cc236 MaybeLocal<String> StringDecoder::FlushData(Isolate* isolate) { in FlushData() function in node::StringDecoder
280 void FlushData(const FunctionCallbackInfo<Value>& args) { in FlushData() function
284 MaybeLocal<String> ret = decoder->FlushData(args.GetIsolate()); in FlushData()
331 env->SetMethod(target, "flush", FlushData); in InitializeStringDecoder()
Dstring_decoder.h31 v8::MaybeLocal<v8::String> FlushData(v8::Isolate* isolate);
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc499 void FlushData() { in FlushData() function in __anon4a3a64420111::StreamWriteContext
653 stream_ctx.FlushData(); in grpc_chttp2_begin_write()
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md2175 …//github.com/nodejs/node/commit/964dff8a9e)] - **http2**: remove unused FlushData() function (Anna…