Home
last modified time | relevance | path

Searched refs:ns_tmp (Results 1 – 8 of 8) sorted by relevance

/dports/dns/dnswalk/dnswalk-2.0.2_3/
H A Ddnswalk119 my ($ns_tmp);
132 $ns_tmp = $ns->nsdname;
133 $ns_tmp =~ tr/A-Z/a-z/;
134 if (&equal($ns_tmp,$master)) {
137 push(@servers,$ns_tmp) if ($servhash{$ns_tmp}++<1);
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_consdiffmgr.c308 networkstatus_t *ns_tmp = fake_ns_new(FLAV_NS, now); in test_consdiffmgr_add() local
310 int r = consdiffmgr_add_consensus(dummy, ns_tmp); in test_consdiffmgr_add()
316 r = consdiffmgr_add_consensus(dummy, ns_tmp); in test_consdiffmgr_add()
324 ns_tmp->flavor = FLAV_MICRODESC; in test_consdiffmgr_add()
325 r = consdiffmgr_add_consensus(dummy, ns_tmp); in test_consdiffmgr_add()
330 ns_tmp->flavor = FLAV_NS; in test_consdiffmgr_add()
331 ns_tmp->valid_after = now - 60; in test_consdiffmgr_add()
332 r = consdiffmgr_add_consensus(dummy, ns_tmp); in test_consdiffmgr_add()
337 ns_tmp->valid_after = 86400 * 100; /* A few months into 1970 */ in test_consdiffmgr_add()
338 r = consdiffmgr_add_consensus(dummy, ns_tmp); in test_consdiffmgr_add()
[all …]
H A Dtest_entrynodes.c1190 networkstatus_t *ns_tmp = NULL; in test_entry_guard_update_from_consensus_status() local
1217 ns_tmp = dummy_consensus; in test_entry_guard_update_from_consensus_status()
1223 dummy_consensus = ns_tmp; in test_entry_guard_update_from_consensus_status()
1224 ns_tmp = NULL; in test_entry_guard_update_from_consensus_status()
1281 tor_free(ns_tmp); /* in case we couldn't put it back */ in test_entry_guard_update_from_consensus_status()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_consdiffmgr.c308 networkstatus_t *ns_tmp = fake_ns_new(FLAV_NS, now); in test_consdiffmgr_add() local
310 int r = consdiffmgr_add_consensus(dummy, ns_tmp); in test_consdiffmgr_add()
316 r = consdiffmgr_add_consensus(dummy, ns_tmp); in test_consdiffmgr_add()
324 ns_tmp->flavor = FLAV_MICRODESC; in test_consdiffmgr_add()
325 r = consdiffmgr_add_consensus(dummy, ns_tmp); in test_consdiffmgr_add()
330 ns_tmp->flavor = FLAV_NS; in test_consdiffmgr_add()
331 ns_tmp->valid_after = now - 60; in test_consdiffmgr_add()
332 r = consdiffmgr_add_consensus(dummy, ns_tmp); in test_consdiffmgr_add()
337 ns_tmp->valid_after = 86400 * 100; /* A few months into 1970 */ in test_consdiffmgr_add()
338 r = consdiffmgr_add_consensus(dummy, ns_tmp); in test_consdiffmgr_add()
[all …]
H A Dtest_entrynodes.c1196 networkstatus_t *ns_tmp = NULL; in test_entry_guard_update_from_consensus_status() local
1223 ns_tmp = dummy_consensus; in test_entry_guard_update_from_consensus_status()
1229 dummy_consensus = ns_tmp; in test_entry_guard_update_from_consensus_status()
1230 ns_tmp = NULL; in test_entry_guard_update_from_consensus_status()
1287 tor_free(ns_tmp); /* in case we couldn't put it back */ in test_entry_guard_update_from_consensus_status()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_cdr_mongodb/
H A Dmod_cdr_mongodb.c113 char *ns_tmp, *ns_split[2]; in cdr_mongo_authenticate() local
116 switch_strdup(ns_tmp, globals.mongo_namespace); in cdr_mongo_authenticate()
117 switch_separate_string(ns_tmp, '.', ns_split, 2); in cdr_mongo_authenticate()
128 switch_safe_free(ns_tmp); in cdr_mongo_authenticate()
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dgemma_io.cpp3177 gsl_vector *ns_tmp = gsl_vector_safe_alloc(vector_ns->size); in MFILEKin() local
3183 gsl_vector_set_zero(ns_tmp); in MFILEKin()
3188 mapRS2weight, mapRS2cat, msnpInfo[l], W, kin_tmp, ns_tmp); in MFILEKin()
3192 msnpInfo[l], W, kin_tmp, ns_tmp); in MFILEKin()
3196 gsl_vector_add(vector_ns, ns_tmp); in MFILEKin()
3204 gsl_vector_get(ns_tmp, t); in MFILEKin()
3232 gsl_vector_free(ns_tmp); in MFILEKin()
/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_amg_setup.c2571 HYPRE_Int ns_tmp = ns; in hypre_BoomerAMGSetup() local
2659 while (ns_tmp > 0) in hypre_BoomerAMGSetup()
2671 if (ns_tmp < ns) in hypre_BoomerAMGSetup()
2675 ns_tmp--; in hypre_BoomerAMGSetup()