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

Method reset

plugins/authproxy/utils.h:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 void
63 reset(TSIOBufferSizeIndex size = TS_IOBUFFER_SIZE_INDEX_32K)
64 {
65 TSIOBufferReaderFree(this->reader);
66 TSIOBufferDestroy(this->buffer);
67 this->buffer = TSIOBufferSizedCreate(size);
68 this->reader = TSIOBufferReaderAlloc(this->buffer);
69 }
70
71 void
72 consume(size_t nbytes)

Callers 9

setCacheSizeMethod · 0.45
body_transformFunction · 0.45
XScanRequestHeadersFunction · 0.45
dispatch.ccFile · 0.45
lookup_and_createMethod · 0.45
mkcrtFunction · 0.45
shadow_cert_generatorFunction · 0.45
TSPluginInitFunction · 0.45

Calls 4

TSIOBufferReaderFreeFunction · 0.85
TSIOBufferDestroyFunction · 0.85
TSIOBufferSizedCreateFunction · 0.85
TSIOBufferReaderAllocFunction · 0.85

Tested by

no test coverage detected