MCPcopy Create free account
hub / github.com/apache/trafficserver / TSTextLogObjectFlush

Function TSTextLogObjectFlush

src/api/InkAPI.cc:6362–6368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6360}
6361
6362void
6363TSTextLogObjectFlush(TSTextLogObject the_object)
6364{
6365 sdk_assert(sdk_sanity_check_iocore_structure(the_object) == TS_SUCCESS);
6366
6367 (reinterpret_cast<TextLogObject *>(the_object))->force_new_buffer();
6368}
6369
6370TSReturnCode
6371TSTextLogObjectDestroy(TSTextLogObject the_object)

Callers 5

CB_context_dumpFunction · 0.85
flushMethod · 0.85
~BgFetchStateMethod · 0.85
CB_context_dumpFunction · 0.85

Calls 2

force_new_bufferMethod · 0.80

Tested by 1