Home
last modified time | relevance | path

Searched refs:probe_matches (Results 1 – 2 of 2) sorted by relevance

/dports/security/nmap/nmap-7.91/nselib/
H A Dwsdd.lua90 local probe_matches = {}
281 if ( self.mcast and not(probe_matches[id]) ) then
284 elseif ( not(probe_matches[id]) ) then
289 probe_matches[id] = true
/dports/multimedia/transcode/transcode-1.1.7/src/
H A Ddecoder.c884 static int probe_matches(const ProbeInfo *ref, const ProbeInfo *cand, int i) in probe_matches() function
1042 if (probe_matches(old, new, track_id)) { in multi_import_thread()