Home
last modified time | relevance | path

Searched refs:find_assoc (Results 1 – 14 of 14) sorted by relevance

/dports/devel/smv/smv/
H A Dsymbols.c143 node_ptr def = find_assoc(symbol_hash,n);
149 res = (bdd_ptr)find_assoc(value_hash,n);
276 if(temp = find_assoc(param_hash,name))
1442 node_ptr m = find_assoc(module_hash,c1);
1631 if(find_assoc(param_hash,new)){
2057 node_ptr tmp=find_assoc(hash,f);
2096 node_ptr tmp=find_assoc(hash,n);
2959 node_ptr t = find_assoc(assign_hash,n);
2962 if(t == NIL)t = find_assoc(symbol_hash,n);
2964 if(find_assoc(constant_hash,n))return;
[all …]
H A Dassoc.h8 node_ptr find_assoc();
H A Dnode.c637 m = find_assoc(subst_hash,n);
677 if(find_assoc(subst_hash,old)){
709 if(v1 && (repl = find_assoc(subst_hash,n1)))
711 if(v2 && (repl = find_assoc(subst_hash,n2)))
733 node_ptr a = find_assoc(subst_hash,n);
762 node_ptr m = find_assoc(subst_hash,n1);
H A Dassoc.c32 node_ptr find_assoc(hash,x) in find_assoc() function
/dports/www/mod_auth_openid/mod_auth_openid-0.8/src/
H A DMoidConsumer.h52 assoc_t find_assoc(const string& server);
H A DMoidConsumer.cpp117 assoc_t MoidConsumer::find_assoc(const string& server) { in find_assoc() function in modauthopenid::MoidConsumer
191 int expires_on = find_assoc(server)->expires_in() + time(0); in check_nonce()
/dports/devel/libopkele/libopkele-2.0.4/include/opkele/
H A Dbasic_rp.h83 virtual assoc_t find_assoc(
/dports/devel/libopkele/libopkele-2.0.4/test/
H A DRP.cc102 opkele::assoc_t find_assoc( in find_assoc() function in example_rp_t
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dtap-sctp-analysis.c227 find_assoc(sctp_tmp_info_t *needle) in find_assoc() function
386 info = find_assoc(&tmp_info); in packet()
1277 return find_assoc(&needle); in get_sctp_assoc_info()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dtap-sctp-analysis.c227 find_assoc(sctp_tmp_info_t *needle) in find_assoc() function
386 info = find_assoc(&tmp_info); in packet()
1277 return find_assoc(&needle); in get_sctp_assoc_info()
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dtap-sctp-analysis.c227 find_assoc(sctp_tmp_info_t *needle) in find_assoc() function
386 info = find_assoc(&tmp_info); in packet()
1277 return find_assoc(&needle); in get_sctp_assoc_info()
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dtap-sctp-analysis.c227 find_assoc(sctp_tmp_info_t *needle) in find_assoc() function
386 info = find_assoc(&tmp_info); in packet()
1277 return find_assoc(&needle); in get_sctp_assoc_info()
/dports/devel/libopkele/libopkele-2.0.4/lib/
H A Dbasic_rp.cc160 rv.set_field("assoc_handle",find_assoc(ep.uri)->handle()); in checkid_()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/src/cpp/
H A Dports.cpp403 static ivec_t find_assoc(const words_t &strs, const ivec_t &pos) in find_assoc() function
475 pm.assoc = find_assoc(str, pm.pos); in generate_minimal_hash()