Searched refs:FlushData (Results 1 – 6 of 6) sorted by relevance
635 } FlushData; typedef640 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()
414 } FlushData; typedef1162 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()
236 MaybeLocal<String> StringDecoder::FlushData(Isolate* isolate) { in FlushData() function in node::StringDecoder280 void FlushData(const FunctionCallbackInfo<Value>& args) { in FlushData() function284 MaybeLocal<String> ret = decoder->FlushData(args.GetIsolate()); in FlushData()331 env->SetMethod(target, "flush", FlushData); in InitializeStringDecoder()
31 v8::MaybeLocal<v8::String> FlushData(v8::Isolate* isolate);
499 void FlushData() { in FlushData() function in __anon4a3a64420111::StreamWriteContext653 stream_ctx.FlushData(); in grpc_chttp2_begin_write()
2175 …//github.com/nodejs/node/commit/964dff8a9e)] - **http2**: remove unused FlushData() function (Anna…