Home
last modified time | relevance | path

Searched refs:sset (Results 1 – 25 of 1617) sorted by relevance

12345678910>>...65

/dports/multimedia/camserv/camserv-0.5.1/common/
H A Dsockset.c111 free( sset ); in sockset_dest()
135 sset->hold_info.held_sockets[ sset->hold_info.nHeld ] = in sockset_hold()
137 sset->hold_info.held_cldatas[ sset->hold_info.nHeld ] = in sockset_hold()
189 if( FD_ISSET( sset->preserve_arr[ i ], &sset->active_fds ) ) in sockset_query_socks()
209 if( FD_ISSET( sset->preserve_arr[ i ], &sset->active_fds )) in sockset_query_nsocks()
238 sset->preserve_arr[ sset->nPreserve_fds ] = new_fd; in sockset_add_fd()
239 sset->managed_sockets[ sset->nPreserve_fds] = new_sock; in sockset_add_fd()
240 sset->managed_cldatas[ sset->nPreserve_fds] = cldata; in sockset_add_fd()
277 sizeof(sset->preserve_arr[ i ]) * (sset->nPreserve_fds - i )); in sockset_del_fd()
280 sizeof(sset->managed_sockets[ i ]) * (sset->nPreserve_fds - i )); in sockset_del_fd()
[all …]
/dports/www/yarr/yarr-2.2/src/content/sanitizer/
H A Dwhitelist.go7 func sset(vals []string) set { func
21 var allowedTags = sset([]string{
141 var allowedSvgTags = sset([]string{
187 var allowedSvgFilters = sset([]string{
215 "audio": sset([]string{"src"}),
220 "q": sset([]string{"cite"}),
222 "time": sset([]string{"datetime"}),
223 "abbr": sset([]string{"title"}),
224 "acronym": sset([]string{"title"}),
228 var allowedSvgAttrs = sset([]string{
[all …]
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/datastruct/
H A Dstring_set.c21 void ucs_string_set_init(ucs_string_set_t *sset) in ucs_string_set_init() argument
23 kh_init_inplace(ucs_string_set, sset); in ucs_string_set_init()
26 void ucs_string_set_cleanup(ucs_string_set_t *sset) in ucs_string_set_cleanup() argument
30 kh_foreach_key(sset, str, { in ucs_string_set_cleanup()
33 kh_destroy_inplace(ucs_string_set, sset); in ucs_string_set_cleanup()
43 kh_put(ucs_string_set, sset, str, &ret); in ucs_string_set_add_ptr()
72 return ucs_string_set_add_ptr(sset, str_copy); in ucs_string_set_add()
94 return ucs_string_set_add_ptr(sset, str); in ucs_string_set_addf()
99 return kh_get(ucs_string_set, sset, (char*)str) != kh_end(sset); in ucs_string_set_contains()
117 count = kh_size(sset); in ucs_string_set_print_sorted()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/devel/grcov/grcov-0.8.2/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/devel/grex/grex-1.3.0/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/regex/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/sysutils/hexyl/hexyl-0.9.0/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]
/dports/deskutils/just/just-0.10.5/cargo-crates/regex-1.5.4/src/literal/
H A Dimp.rs83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find()
124 Matcher::Bytes(ref sset) => LiteralIter::Bytes(&sset.dense), in iter()
151 Bytes(ref sset) => sset.dense.len(), in len()
163 Bytes(ref sset) => sset.approximate_size(), in approximate_size()
174 Matcher::new(lits, sset) in prefixes()
195 if sset.complete { in new()
203 let is_aho_corasick_fast = sset.dense.len() <= 1 && sset.all_ascii; in new()
297 sset.complete = sset.complete && lit.len() == 1; in prefixes()
308 sset in prefixes()
314 sset.complete = sset.complete && lit.len() == 1; in suffixes()
[all …]

12345678910>>...65