Home
last modified time | relevance | path

Searched refs:unmarshal_http_text (Results 1 – 4 of 4) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogAccess.h316 static int unmarshal_http_text(char **buf, char *dest, int len, LogSlice *slice = nullptr);
H A DLogField.cc599 m_unmarshal_func == reinterpret_cast<UnmarshalFunc>(LogAccess::unmarshal_http_text)) { in unmarshal()
H A DLog.cc390 reinterpret_cast<LogField::UnmarshalFunc>(&LogAccess::unmarshal_http_text)); in init_fields()
H A DLogAccess.cc814 LogAccess::unmarshal_http_text(char **buf, char *dest, int len, LogSlice *slice) in unmarshal_http_text() function in LogAccess