/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/warp-0.1.19/src/filters/ |
H A D | log.rs | 41 OptFmt(info.route.remote_addr()), in log() 46 OptFmt(info.referer()), in log() 47 OptFmt(info.user_agent()), in log() 168 struct OptFmt<T>(Option<T>); struct 170 impl<T: fmt::Display> fmt::Display for OptFmt<T> { implementation
|
/dports/sysutils/vector/vector-0.10.0/cargo-crates/warp-0.2.3/src/filters/ |
H A D | log.rs | 40 OptFmt(info.route.remote_addr()), in log() 45 OptFmt(info.referer()), in log() 46 OptFmt(info.user_agent()), in log() 172 struct OptFmt<T>(Option<T>); struct 174 impl<T: fmt::Display> fmt::Display for OptFmt<T> { implementation
|
/dports/www/firefox/firefox-99.0/third_party/rust/warp/src/filters/ |
H A D | log.rs | 40 OptFmt(info.route.remote_addr()), in log() 45 OptFmt(info.referer()), in log() 46 OptFmt(info.user_agent()), in log() 172 struct OptFmt<T>(Option<T>); struct 174 impl<T: fmt::Display> fmt::Display for OptFmt<T> { implementation
|
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/warp/src/filters/ |
H A D | log.rs | 40 OptFmt(info.route.remote_addr()), in log() 45 OptFmt(info.referer()), in log() 46 OptFmt(info.user_agent()), in log() 167 struct OptFmt<T>(Option<T>); struct 169 impl<T: fmt::Display> fmt::Display for OptFmt<T> { implementation
|
/dports/net/oha/oha-0.4.7/cargo-crates/warp-0.3.1/src/filters/ |
H A D | log.rs | 40 OptFmt(info.route.remote_addr()), in log() 45 OptFmt(info.referer()), in log() 46 OptFmt(info.user_agent()), in log() 172 struct OptFmt<T>(Option<T>); struct 174 impl<T: fmt::Display> fmt::Display for OptFmt<T> { implementation
|
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/warp-0.3.1/src/filters/ |
H A D | log.rs | 40 OptFmt(info.route.remote_addr()), in log() 45 OptFmt(info.referer()), in log() 46 OptFmt(info.user_agent()), in log() 172 struct OptFmt<T>(Option<T>); struct 174 impl<T: fmt::Display> fmt::Display for OptFmt<T> { implementation
|
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/warp/src/filters/ |
H A D | log.rs | 40 OptFmt(info.route.remote_addr()), in log() 45 OptFmt(info.referer()), in log() 46 OptFmt(info.user_agent()), in log() 167 struct OptFmt<T>(Option<T>); struct 169 impl<T: fmt::Display> fmt::Display for OptFmt<T> { implementation
|
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/warp/src/filters/ |
H A D | log.rs | 40 OptFmt(info.route.remote_addr()), in log() 45 OptFmt(info.referer()), in log() 46 OptFmt(info.user_agent()), in log() 167 struct OptFmt<T>(Option<T>); struct 169 impl<T: fmt::Display> fmt::Display for OptFmt<T> { implementation
|
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/ftp_telnet/ |
H A D | ftp_parse.cc | 215 FTP_DATE_FMT* OptFmt; in ProcessDateFormat() local 216 OptFmt = (FTP_DATE_FMT*)snort_calloc(sizeof(FTP_DATE_FMT)); in ProcessDateFormat() 222 CurrFmt->optional = OptFmt; in ProcessDateFormat() 223 OptFmt->prev = CurrFmt; in ProcessDateFormat() 224 iRet = ProcessDateFormat(OptFmt, CurrFmt, &curr_ch); in ProcessDateFormat() 228 snort_free(OptFmt); in ProcessDateFormat()
|
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/ftptelnet/ |
H A D | snort_ftptelnet.c | 1577 FTP_DATE_FMT *OptFmt; in ProcessDateFormat() local 1578 OptFmt = (FTP_DATE_FMT *)_dpd.snortAlloc(1, in ProcessDateFormat() 1582 if (OptFmt == NULL) in ProcessDateFormat() 1600 CurrFmt->optional = OptFmt; in ProcessDateFormat() 1601 OptFmt->prev = CurrFmt; in ProcessDateFormat() 1602 iRet = ProcessDateFormat(OptFmt, CurrFmt, &curr_ch); in ProcessDateFormat() 1605 _dpd.snortFree(OptFmt, sizeof(FTP_DATE_FMT), in ProcessDateFormat()
|