Home
last modified time | relevance | path

Searched refs:ParseFn (Results 1 – 25 of 52) sorted by relevance

123

/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/gumdrop_derive-0.7.0/src/
H A Dlib.rs279 .unwrap_or(&ParseFn::Default) in derive_options_struct()
687 parse: Option<ParseFn>,
729 parse: ParseFn,
749 enum ParseFn { enum
756 parse_fn: ParseFn,
1378 impl ParseFn { impl
1423 ParseFn::Default => quote!{ in make_parse_action()
1446 ParseFn::Default => quote!{ in make_parse_default_action()
1470 impl Default for ParseFn { implementation
1471 fn default() -> ParseFn { in default()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/gumdrop_derive-0.8.0/src/
H A Dlib.rs321 .unwrap_or(&ParseFn::Default) in derive_options_struct()
770 parse: Option<ParseFn>,
812 parse: ParseFn,
832 enum ParseFn { enum
839 parse_fn: ParseFn,
1461 impl ParseFn { impl
1506 ParseFn::Default => quote!{ in make_parse_action()
1529 ParseFn::Default => quote!{ in make_parse_default_action()
1553 impl Default for ParseFn { implementation
1554 fn default() -> ParseFn { in default()
[all …]
/dports/security/suricata/suricata-6.0.4/rust/src/
H A Dapplayer.rs200 pub parse_ts: ParseFn,
202 pub parse_tc: ParseFn,
269 pub type ParseFn = extern "C" fn (flow: *const Flow, typedef
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack.Text/src/ServiceStack.Text/Common/
H A DJsReader.cs44 return value => JsConfig<T>.ParseFn(Serializer.ParseRawString(value)); in GetParseFn()
/dports/www/squid/squid-4.15/src/
H A Dsnmp_core.cc471 oid_ParseFn *ParseFn; in snmpAgentResponse() local
484ParseFn = snmpTreeNext(VarPtr->name, VarPtr->name_length, &NextOidName, &NextOidNameLen); in snmpAgentResponse()
486 ParseFn = snmpTreeGet(VarPtr->name, VarPtr->name_length); in snmpAgentResponse()
488 if (ParseFn == NULL) { in snmpAgentResponse()
499 VarNew = (*ParseFn) (VarPtr, (snint *) errstatTmp); in snmpAgentResponse()
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack.Text/src/ServiceStack.Text/
H A DJsConfig.cs325 public static object ParseFn(string str) in ParseFn() method in ServiceStack.Text.JsConfig
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-0.10.38/src/ssl/
H A Dmod.rs1679 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1684 parse_cb: ParseFn, in add_custom_ext() argument
1696 ParseFn: Fn( in add_custom_ext()
1708 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1717 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/openssl-0.10.36/src/ssl/
H A Dmod.rs1679 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1684 parse_cb: ParseFn, in add_custom_ext() argument
1696 ParseFn: Fn( in add_custom_ext()
1708 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1717 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/openssl-0.10.32/src/ssl/
H A Dmod.rs1667 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1672 parse_cb: ParseFn, in add_custom_ext() argument
1684 ParseFn: Fn( in add_custom_ext()
1696 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1705 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/openssl-0.10.32/src/ssl/
H A Dmod.rs1667 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1672 parse_cb: ParseFn, in add_custom_ext() argument
1684 ParseFn: Fn( in add_custom_ext()
1696 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1705 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/openssl-0.10.36/src/ssl/
H A Dmod.rs1679 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1684 parse_cb: ParseFn, in add_custom_ext() argument
1696 ParseFn: Fn( in add_custom_ext()
1708 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1717 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-0.10.38/src/ssl/
H A Dmod.rs1679 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1684 parse_cb: ParseFn, in add_custom_ext() argument
1696 ParseFn: Fn( in add_custom_ext()
1708 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1717 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/www/castor/castor-0.8.16/cargo-crates/openssl-0.10.30/src/ssl/
H A Dmod.rs1642 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1647 parse_cb: ParseFn, in add_custom_ext() argument
1659 ParseFn: Fn( in add_custom_ext()
1671 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1680 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/openssl-0.10.38/src/ssl/
H A Dmod.rs1679 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1684 parse_cb: ParseFn, in add_custom_ext() argument
1696 ParseFn: Fn( in add_custom_ext()
1708 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1717 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/openssl-0.10.32/src/ssl/
H A Dmod.rs1667 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1672 parse_cb: ParseFn, in add_custom_ext() argument
1684 ParseFn: Fn( in add_custom_ext()
1696 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1705 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/dns/dog/dog-0.1.0/cargo-crates/openssl-0.10.30/src/ssl/
H A Dmod.rs1642 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1647 parse_cb: ParseFn, in add_custom_ext() argument
1659 ParseFn: Fn( in add_custom_ext()
1671 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1680 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/net/routinator/routinator-0.10.2/cargo-crates/openssl-0.10.35/src/ssl/
H A Dmod.rs1679 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1684 parse_cb: ParseFn, in add_custom_ext() argument
1696 ParseFn: Fn( in add_custom_ext()
1708 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1717 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/openssl-0.10.36/src/ssl/
H A Dmod.rs1679 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1684 parse_cb: ParseFn, in add_custom_ext() argument
1696 ParseFn: Fn( in add_custom_ext()
1708 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1717 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/www/rearx/rearx-0.1.4/cargo-crates/openssl-0.10.32/src/ssl/
H A Dmod.rs1667 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1672 parse_cb: ParseFn, in add_custom_ext() argument
1684 ParseFn: Fn( in add_custom_ext()
1696 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1705 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-0.10.30/src/ssl/
H A Dmod.rs1642 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1647 parse_cb: ParseFn, in add_custom_ext() argument
1659 ParseFn: Fn( in add_custom_ext()
1671 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1680 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-0.10.32/src/ssl/
H A Dmod.rs1667 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1672 parse_cb: ParseFn, in add_custom_ext() argument
1684 ParseFn: Fn( in add_custom_ext()
1696 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1705 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-0.10.33/src/ssl/
H A Dmod.rs1671 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1676 parse_cb: ParseFn, in add_custom_ext() argument
1688 ParseFn: Fn( in add_custom_ext()
1700 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1709 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-0.10.36/src/ssl/
H A Dmod.rs1679 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1684 parse_cb: ParseFn, in add_custom_ext() argument
1696 ParseFn: Fn( in add_custom_ext()
1708 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1717 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/openssl-0.10.38/src/ssl/
H A Dmod.rs1679 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1684 parse_cb: ParseFn, in add_custom_ext() argument
1696 ParseFn: Fn( in add_custom_ext()
1708 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1717 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()
/dports/net/krill/krill-0.9.4/cargo-crates/openssl-0.10.36/src/ssl/
H A Dmod.rs1679 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1684 parse_cb: ParseFn, in add_custom_ext() argument
1696 ParseFn: Fn( in add_custom_ext()
1708 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1717 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()

123