Home
last modified time | relevance | path

Searched refs:comp_id (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-archiver/samples/
H A Dres_fk.sql52 `comp_id` int(10) unsigned default '0',
55 KEY `prod_comp_id` (`comp_id`),
56 …CONSTRAINT `prod_comp_id` FOREIGN KEY (`comp_id`) REFERENCES `comp` (`id`) ON DELETE NO ACTION ON …
146 `comp_id` int(10) unsigned default '0',
149 KEY `prod_comp_id` (`comp_id`),
150 …CONSTRAINT `prod_comp_id` FOREIGN KEY (`comp_id`) REFERENCES `comp` (`id`) ON DELETE NO ACTION ON …
162 `comp_id` int(10) unsigned NOT NULL default '0',
166 KEY `user_comp_id` (`comp_id`),
168 …CONSTRAINT `user_comp_id` FOREIGN KEY (`comp_id`) REFERENCES `comp` (`id`) ON DELETE NO ACTION ON …
H A Dres_fk.pm136 my $comp_id = $args{row}->[0]; # id is first column
142 $self->{archive_prods_sth}->execute($comp_id);
143 $self->{archive_users_sth}->execute($comp_id);
149 $self->{get_prods_sth}->execute($comp_id);
161 $self->{delete_users_sth}->execute($comp_id);
166 $self->{delete_prods_sth}->execute($comp_id);
/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath/
H A Dice_strans.c428 cand->comp_id = (pj_uint8_t) comp->comp_id; in add_update_turn()
490 || lcand->comp_id != rcand->comp_id in ice_cand_equals()
554 cand->comp_id = (pj_uint8_t) comp->comp_id; in add_stun_and_host()
694 cand->comp_id = (pj_uint8_t) comp->comp_id; in add_stun_and_host()
767 comp->comp_id = comp_id; in create_comp()
1454 if (ice_st->ice->lcand[i].comp_id != comp_id) in pj_ice_strans_get_cands_count()
1477 if (ice_st->ice->lcand[i].comp_id != comp_id) in pj_ice_strans_enum_cands()
1706 PJ_ASSERT_RETURN(ice_st && comp_id && comp_id <= ice_st->comp_cnt, in pj_ice_strans_get_valid_pair()
1763 ice_st->send_buf[idx].comp_id = comp_id; in use_buffer()
2190 comp_id, in ice_tx_pkt()
[all …]
H A Dice_session.c303 sd->comp_id = comp_id; in init_comp()
779 lcand->comp_id = (pj_uint8_t)comp_id; in pj_ice_sess_add_cand()
851 if (check->lcand->comp_id == comp_id) { in pj_ice_sess_find_default_cand()
861 if (lcand->comp_id==comp_id && in pj_ice_sess_find_default_cand()
873 if (lcand->comp_id==comp_id && in pj_ice_sess_find_default_cand()
886 if (lcand->comp_id==comp_id && in pj_ice_sess_find_default_cand()
1902 if ((lcand->comp_id != rcand->comp_id) || in add_rcand_and_update_checklist()
3158 if (c->lcand->comp_id == sd->comp_id && in on_stun_rx_request()
3224 rcheck->comp_id = sd->comp_id; in on_stun_rx_request()
3286 rcand->comp_id = (pj_uint8_t)rcheck->comp_id; in handle_incoming_check()
[all …]
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/circuit/
H A Dcomponents.py7 comp_id = "tc" variable in Triode
43 comp_id = "ct" variable in CoupledTriode
106 comp_id = "ps" variable in PhaseSplitter
160 comp_id = "ppg" variable in PPGate
192 comp_id = "ppp" variable in PPPlate
234 comp_id = "ps_jcm800" variable in PhaseSplitter_JCM800
311 comp_id = "ppg_jcm800" variable in PPGate_JCM800
358 comp_id = "ppp_jcm800" variable in PPPlate_JCM800
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/
H A DFlagType.pm146 my ($prod_id, $comp_id) = split(':', $prod_comp);
148 $comp_id ||= undef;
149 $sth->execute($flag_id, $prod_id, $comp_id);
361 my ($prod_id, $comp_id) = split(':', $prod_comp);
377 if ($comp_id) {
378 detaint_natural($comp_id)
384 … { product => $prod_name, comp_id => $comp_id });
388 $comp_id = 0;
393 $comp_id = 0;
395 $clusions{"$prod_name:$comp_name"} = "$prod_id:$comp_id";
[all …]
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/
H A DFlagType.pm148 my ($prod_id, $comp_id) = split(':', $prod_comp);
150 $comp_id ||= undef;
151 $sth->execute($flag_id, $prod_id, $comp_id);
371 my ($prod_id, $comp_id) = split(':', $prod_comp);
387 if ($comp_id) {
388 detaint_natural($comp_id)
394 … { product => $prod_name, comp_id => $comp_id });
398 $comp_id = 0;
403 $comp_id = 0;
405 $clusions{"$prod_name:$comp_name"} = "$prod_id:$comp_id";
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjnath/include/pjnath/
H A Dice_session.h267 pj_uint8_t comp_id; member
523 pj_status_t (*on_tx_pkt)(pj_ice_sess *ice, unsigned comp_id,
542 void (*on_rx_data)(pj_ice_sess *ice, unsigned comp_id,
586 unsigned comp_id; /**< Component ID. */ member
935 unsigned comp_id,
961 unsigned comp_id,
1060 unsigned comp_id,
1084 unsigned comp_id,
H A Dice_strans.h166 unsigned comp_id,
857 unsigned comp_id);
873 unsigned comp_id,
890 unsigned comp_id,
991 unsigned comp_id);
1055 unsigned comp_id,
1096 unsigned comp_id,
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/
H A Dgentables.py13 print >>o, "namespace %s {" % p.comp_id
28 print >>o, '\t"%s",' % p.comp_id
30 print >>o, "}; /* ! namespace %s */" % p.comp_id
32 return r, o.read(), f_set, p.comp_name, p.comp_id;
94 s, f, i, comp_name, comp_id = p
99 print_header_file_entry(h, comp_id)
/dports/www/p5-HTML-Mason/HTML-Mason-1.59/lib/HTML/Mason/
H A DInterp.pm384 my $comp_id = $source->comp_id;
396 if ( exists $code_cache->{$comp_id} &&
399 return $code_cache->{$comp_id}->{comp};
403 $objfile = $self->comp_id_to_objfile($comp_id);
467 $self->delete_from_code_cache($comp_id);
474 my ($self, $comp_id) = @_;
475 return unless defined $self->{code_cache}{$comp_id}{comp};
477 delete $self->{code_cache}{$comp_id};
482 my ($self, $comp_id) = @_;
487 ( split /\//, $comp_id ),
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/sound/sof/
H A Dstream.h96 uint32_t comp_id; member
105 uint32_t comp_id; member
112 uint32_t comp_id; member
135 uint32_t comp_id; /**< host component ID */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/sound/sof/
H A Dstream.h96 uint32_t comp_id; member
105 uint32_t comp_id; member
112 uint32_t comp_id; member
135 uint32_t comp_id; /**< host component ID */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/sound/sof/
H A Dstream.h96 uint32_t comp_id; member
105 uint32_t comp_id; member
112 uint32_t comp_id; member
135 uint32_t comp_id; /**< host component ID */ member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/agp_validate/
H A DAltValidator.hpp70 static void ValidateLength(const string& comp_id, int comp_end, int comp_len);
73 const string& comp_id,
89 void x_AddToTaxidMap(TTaxId taxid, const string& comp_id, int line_num);
98 string comp_id; member
/dports/games/openclonk/openclonk-release-8.1-src/planet/Missions.ocf/Skylands.ocs/System.ocg/
H A DSmallTrees.c28 func GetComponent(comp_id) in GetComponent() argument
30 var result = inherited(comp_id, ...); in GetComponent()
32 if (comp_id == Wood) result += 1 + (GetCon() > 25); in GetComponent()
/dports/www/fswiki/wiki3_6_2/lib/Image/Info/
H A DJPEG.pm146 my($comp_id, $hv, $qtable) =
150 $comp_id = $comp_id_lookup{$comp_id} || $comp_id;
151 $info->push_info($img_no, "ColorComponents", [$comp_id, $hv, $qtable]);
153 { ComponentIdentifier => $comp_id,
/dports/science/code_saturne/code_saturne-7.1.0/src/fvm/
H A Dfvm_writer_helper.c533 for (int comp_id = 0; comp_id < n_dim_loops; comp_id++) { in _field_helper_output_eg() local
542 const int comp_id_in = comp_order != NULL ? comp_order[comp_id] : comp_id; in _field_helper_output_eg()
622 comp_id, in _field_helper_output_eg()
729 for (int comp_id = 0; comp_id < n_dim_loops; comp_id++) { in _field_helper_output_el() local
738 const int comp_id_in = comp_order != NULL ? comp_order[comp_id] : comp_id; in _field_helper_output_el()
816 comp_id, in _field_helper_output_el()
905 for (int comp_id = 0; comp_id < n_dim_loops; comp_id++) { in _field_helper_output_ng() local
914 const int comp_id_in = comp_order != NULL ? comp_order[comp_id] : comp_id; in _field_helper_output_ng()
1008 comp_id, in _field_helper_output_ng()
1077 for (int comp_id = 0; comp_id < n_dim_loops; comp_id++) { in _field_helper_output_nl() local
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Dagp_read.cpp263 CRef<CSeq_id> comp_id; in AgpRead() local
266 comp_id.Reset(new CSeq_id(fields[5])); in AgpRead()
268 comp_id.Reset(new CSeq_id); in AgpRead()
271 comp_id.Reset(new CSeq_id); in AgpRead()
273 if (comp_id->Which() == CSeq_id::e_not_set) { in AgpRead()
275 comp_id->SetLocal().SetStr(fields[5]); in AgpRead()
277 loc.SetInt().SetId(*comp_id); in AgpRead()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/readers/
H A Dagp_read.cpp263 CRef<CSeq_id> comp_id; in AgpRead() local
266 comp_id.Reset(new CSeq_id(fields[5])); in AgpRead()
268 comp_id.Reset(new CSeq_id); in AgpRead()
271 comp_id.Reset(new CSeq_id); in AgpRead()
273 if (comp_id->Which() == CSeq_id::e_not_set) { in AgpRead()
275 comp_id->SetLocal().SetStr(fields[5]); in AgpRead()
277 loc.SetInt().SetId(*comp_id); in AgpRead()
/dports/graphics/p5-Image-Info/Image-Info-1.42/lib/Image/Info/
H A DJPEG.pm177 my($comp_id, $hv, $qtable) =
181 $comp_id = $comp_id_lookup{$comp_id} || $comp_id;
182 $info->push_info($img_no, "ColorComponents", [$comp_id, $hv, $qtable]);
184 { ComponentIdentifier => $comp_id,
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng.cpp106 const som_type som, const u32 comp_id) { in addComponentSom() argument
108 dumpComponent(g, "03_presom", expr.index, comp_id, ng.cc.grey); in addComponentSom()
114 sombe_rv rv = doSom(ng, g, expr, comp_id, som); in addComponentSom()
123 rv = doSomWithHaig(ng, g, expr, comp_id, som); in addComponentSom()
137 dumpComponent(g, "haig", expr.index, comp_id, ng.cc.grey); in addComponentSom()
206 const som_type som, const u32 comp_id) { in addComponent() argument
211 expr.index, comp_id, num_vertices(g), num_edges(g)); in addComponent()
213 dumpComponent(g, "01_begin", expr.index, comp_id, ng.cc.grey); in addComponent()
220 dumpComponent(g, "02_reduced", expr.index, comp_id, ng.cc.grey); in addComponent()
244 if (addComponentSom(ng, g, expr, som, comp_id)) { in addComponent()
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/passes/rtlir/structural/
H A DStructuralRTLIRSignalExpr.py161 def __init__( s, comp, comp_id ): argument
163 s.comp_id = comp_id
167 s.comp_id == other.comp_id
170 return hash((type(s), s.rtype, s.comp_id))
173 return s.comp_id
307 def construct_base( comp, comp_id ): argument
309 return CurComp( comp, comp_id )
/dports/science/code_saturne/code_saturne-7.1.0/src/user_examples/
H A Dcs_user_parameters-time_moments.c385 for (int comp_id = 0; comp_id < 3; comp_id++) { in cs_user_time_moments() local
386 cs_time_moment_define_by_func(vel_comp_name[comp_id], in cs_user_time_moments()
390 &(vel_comp_input[comp_id]), /* data_input */ in cs_user_time_moments()
/dports/security/libressl-static/libressl-3.3.5/ssl/
H A Dt1_lib.c492 tls1_set_ec_id(uint16_t *curve_id, uint8_t *comp_id, EC_KEY *ec)
515 if (comp_id == NULL)
521 *comp_id = TLSEXT_ECPOINTFORMAT_uncompressed;
523 *comp_id = TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2;
525 *comp_id = TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime;
533 tls1_check_ec_key(SSL *s, const uint16_t *curve_id, const uint8_t *comp_id)
544 if (comp_id != NULL && formats != NULL) {
546 if (formats[i] == *comp_id)
575 uint8_t comp_id;
583 rv = tls1_set_ec_id(&curve_id, &comp_id, pkey->pkey.ec);
[all …]

12345678910>>...24