Home
last modified time | relevance | path

Searched refs:ns_list (Results 1 – 25 of 124) sorted by relevance

12345

/dports/dns/py-namebench/namebench-1.3.1/libnamebench/
H A Dbenchmark_test.py51 ns_list = (mocks.MockNameServer(mocks.GOOD_IP),)
56 ns_list = (mocks.MockNameServer(mocks.GOOD_IP),
70 self.assertEquals(len(b.results[ns_list[0]]), 2)
74 ns_list = (mocks.MockNameServer(mocks.GOOD_IP),
89 self.assertEquals(b.NearestNameServers(count=2), [ns_list[1], ns_list[0]])
93 ns_list = (mocks.MockNameServer(mocks.GOOD_IP),
97 b = benchmark.Benchmark(ns_list)
98 good = ns_list[0].FakeAnswer(None)
151 ns_list = (mocks.MockNameServer('X', name='X'),
154 b = benchmark.Benchmark(ns_list)
[all …]
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslimport.c75 Namespace_List_Type *ns_list; member
83 while (ns_list != NULL) in free_namespace_list()
87 SLfree ((char *)ns_list); in free_namespace_list()
88 ns_list = next; in free_namespace_list()
314 Namespace_List_Type *ns_list; in import_module() local
326 ns_list = h->ns_list; in import_module()
327 while (ns_list != NULL) in import_module()
331 ns_list = ns_list->next; in import_module()
339 SLfree ((char *)ns_list); in import_module()
342 ns_list->next = h->ns_list; in import_module()
[all …]
/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dspatialite_xml_validator.c268 if (!ns_list) in free_vxpath_namespaces()
270 ns = ns_list->First; in free_vxpath_namespaces()
277 free (ns_list); in free_vxpath_namespaces()
326 ns_list->First = ns; in add_vxpath_ns()
328 ns_list->Last->Next = ns; in add_vxpath_ns()
329 ns_list->Last = ns; in add_vxpath_ns()
356 add_vxpath_ns (ns_list, in feed_vxpath_ns()
379 ns_list->First = NULL; in get_vxpath_namespaces()
380 ns_list->Last = NULL; in get_vxpath_namespaces()
382 return ns_list; in get_vxpath_namespaces()
[all …]
/dports/textproc/libnxml/libnxml-0.18.3/src/
H A Dnxml_namespace.c39 while (e->ns_list) in __nxml_namespace_free_item()
41 ns = e->ns_list->next; in __nxml_namespace_free_item()
44 free (e->ns_list->prefix); in __nxml_namespace_free_item()
46 if (e->ns_list->ns) in __nxml_namespace_free_item()
47 free (e->ns_list->ns); in __nxml_namespace_free_item()
49 free (e->ns_list); in __nxml_namespace_free_item()
51 e->ns_list = ns; in __nxml_namespace_free_item()
100 ns->next = data->ns_list; in __nxml_namespace_parse_add()
101 data->ns_list = ns; in __nxml_namespace_parse_add()
285 ns = root->ns_list; in __nxml_namespace_associate()
[all …]
H A Dnxml_init.c222 if (!element->ns_list) in nxml_add_namespace()
223 element->ns_list = *namespace; in nxml_add_namespace()
227 tmp = element->ns_list; in nxml_add_namespace()
247 tmp = element->ns_list; in nxml_remove_namespace()
258 element->ns_list = namespace->next; in nxml_remove_namespace()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/roxmltree-0.13.0/testing-tools/
H A Dlxml-ast.py68 ns_list = []
71 ns_list.append(['None', '""'])
73 ns_list.append(['None', value])
75 ns_list.append([name, '""'])
77 ns_list.append([name, value])
79 ns_list = sorted(ns_list, key=lambda x: x[0])
81 for name, value in ns_list:
/dports/devel/texlab/texlab-3.3.0/cargo-crates/roxmltree-0.13.1/testing-tools/
H A Dlxml-ast.py68 ns_list = []
71 ns_list.append(['None', '""'])
73 ns_list.append(['None', value])
75 ns_list.append([name, '""'])
77 ns_list.append([name, value])
79 ns_list = sorted(ns_list, key=lambda x: x[0])
81 for name, value in ns_list:
/dports/www/zola/zola-0.15.2/cargo-crates/roxmltree-0.13.1/testing-tools/
H A Dlxml-ast.py68 ns_list = []
71 ns_list.append(['None', '""'])
73 ns_list.append(['None', value])
75 ns_list.append([name, '""'])
77 ns_list.append([name, value])
79 ns_list = sorted(ns_list, key=lambda x: x[0])
81 for name, value in ns_list:
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/roxmltree-0.9.1/testing-tools/
H A Dlxml-ast.py68 ns_list = []
71 ns_list.append(['None', '""'])
73 ns_list.append(['None', value])
75 ns_list.append([name, '""'])
77 ns_list.append([name, value])
79 ns_list = sorted(ns_list, key=lambda x: x[0])
81 for name, value in ns_list:
/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dvirtualxpath.c143 if (!ns_list) in vxpath_free_namespaces()
146 ns = ns_list->First; in vxpath_free_namespaces()
153 free (ns_list); in vxpath_free_namespaces()
202 ns_list->First = ns; in vxpath_add_ns()
204 ns_list->Last->Next = ns; in vxpath_add_ns()
205 ns_list->Last = ns; in vxpath_add_ns()
232 vxpath_add_ns (ns_list, in vxpath_feed_ns()
255 ns_list->First = NULL; in vxpath_get_namespaces()
256 ns_list->Last = NULL; in vxpath_get_namespaces()
258 return ns_list; in vxpath_get_namespaces()
[all …]
/dports/dns/p5-Net-DNS-Check/Net-DNS-Check-0.45/lib/Net/DNS/Check/Test/
H A Dns_compare.pm33 my @ns_list = sort $nsquery->ns_list();
35 my $nskey = lc(join('|', @ns_list));
41 $test_detail->{$ns_name}->{desc} = join(' ', @ns_list);
H A Dns_vs_delegated.pm37 my $nslist = lc(join('|', sort $nsquery->ns_list ));
40 $test_detail->{$ns_name}->{desc} = "NS " . join(' ', sort $nsquery->ns_list );
H A Dsoa_master_in_ns.pm36 foreach my $ns ( $nsquery->ns_list() ) {
43 …>{$ns_name}->{desc} = $nsquery->soa_mname() . " (NS " . join(' ', sort $nsquery->ns_list ) . ")";
/dports/textproc/p5-XML-Atom/XML-Atom-0.43/lib/XML/Atom/
H A DBase.pm194 my $ns_list = pop @list;
195 if ( ref $ns_list eq 'ARRAY' ) {
196 $ns_list = $ns_list->[0];
198 if ( ref($ns_list) =~ /Namespace/ ) {
199 $override_ns = $ns_list;
201 if ( ref $ns_list eq 'HASH' ) {
202 $override_ns = XML::Atom::Namespace->new(%$ns_list);
204 elsif ( not ref $ns_list and $ns_list ) {
205 $override_ns = $ns_list;
/dports/net/trafshow/trafshow-5.2.3/
H A Dshow_stat.c348 show_stat_line(dst, size, ns_list, idx) in show_stat_line() argument
351 const NETSTAT **ns_list;
359 if (!dst || size < 1 || !ns_list)
362 ns = ns_list[idx];
515 const NETSTAT *ns = ns_list[idx];
549 NETSTAT **ns_list; local
555 ns_list = (NETSTAT **)sp->list;
556 return ns_list[idx];
565 NETSTAT **ns_list; local
574 ns_list = (NETSTAT **)sp->list;
[all …]
/dports/net/py-sbws/sbws-25aa5b232ca26729e1bf30a7c5a54fd22f5c3eeb/docs/source/
H A Dactivity_torflow_aggr.puml26 :ns_list = c.get_network_status();
28 :ns_list.sort(lambda x, y: int(y.bandwidth/10000.0 - x.bandwidth/10000.0));
31 while (for i in range(0, len(ns_list))?)
32 :n = ns_list[i];
/dports/dns/totd/totd-1.5.1/
H A Drequest.c498 conv_stf_ns_list(cont->child->ns_list); in recursive_process()
637 conv_scoped_list(cont->child->ns_list); in recursive_process()
670 list_destroy (cont->ns_list, rrset_freev); in recursive_process()
671 cont->ns_list = cont->child->ns_list; in recursive_process()
672 cont->child->ns_list = NULL; in recursive_process()
716 list_destroy (cont->ns_list, rrset_freev); in request_finish()
719 cont->ns_list = list_init (); in request_finish()
727 cont->ns_list, cont->ar_list)) { in request_finish()
769 list_destroy (cont->ns_list, rrset_freev); in collect_ns_socks()
772 cont->ns_list = cont->child->ns_list; in collect_ns_socks()
[all …]
H A Dcontext.c75 cont->ns_list = list_init (); in context_create()
78 if (!cont->an_list || !cont->ns_list || !cont->ar_list) in context_create()
105 if (cont->ns_list) in context_destroy()
106 list_destroy (cont->ns_list, rrset_freev); in context_destroy()
H A Dudp_request.c131 list_destroy (cont->ns_list, rrset_freev); in udp_request_retry()
134 cont->ns_list = list_init (); in udp_request_retry()
136 if (!cont->an_list || !cont->ns_list || !cont->ar_list) in udp_request_retry()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_ra_serf/
H A Dxml.c119 svn_ra_serf__ns_t *ns_list; member
146 define_namespaces(svn_ra_serf__ns_t **ns_list, in define_namespaces() argument
168 for (cur_ns = *ns_list; cur_ns; cur_ns = cur_ns->next) in define_namespaces()
193 new_ns->next = *ns_list; in define_namespaces()
194 *ns_list = new_ns; in define_namespaces()
209 const svn_ra_serf__ns_t *ns_list, in expand_ns() argument
219 for (ns = ns_list; ns; ns = ns->next) in expand_ns()
233 for (ns = ns_list; ns; ns = ns->next) in expand_ns()
655 define_namespaces(&current->ns_list, attrs, lazy_create_pool, current); in xml_cb_start()
657 expand_ns(&elemname, current->ns_list, raw_name); in xml_cb_start()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_ra_serf/
H A Dxml.c119 svn_ra_serf__ns_t *ns_list; member
146 define_namespaces(svn_ra_serf__ns_t **ns_list, in define_namespaces() argument
168 for (cur_ns = *ns_list; cur_ns; cur_ns = cur_ns->next) in define_namespaces()
193 new_ns->next = *ns_list; in define_namespaces()
194 *ns_list = new_ns; in define_namespaces()
209 const svn_ra_serf__ns_t *ns_list, in expand_ns() argument
219 for (ns = ns_list; ns; ns = ns->next) in expand_ns()
233 for (ns = ns_list; ns; ns = ns->next) in expand_ns()
655 define_namespaces(&current->ns_list, attrs, lazy_create_pool, current); in xml_cb_start()
657 expand_ns(&elemname, current->ns_list, raw_name); in xml_cb_start()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_ra_serf/
H A Dxml.c119 svn_ra_serf__ns_t *ns_list; member
146 define_namespaces(svn_ra_serf__ns_t **ns_list, in define_namespaces() argument
168 for (cur_ns = *ns_list; cur_ns; cur_ns = cur_ns->next) in define_namespaces()
193 new_ns->next = *ns_list; in define_namespaces()
194 *ns_list = new_ns; in define_namespaces()
209 const svn_ra_serf__ns_t *ns_list, in expand_ns() argument
219 for (ns = ns_list; ns; ns = ns->next) in expand_ns()
233 for (ns = ns_list; ns; ns = ns->next) in expand_ns()
655 define_namespaces(&current->ns_list, attrs, lazy_create_pool, current); in xml_cb_start()
657 expand_ns(&elemname, current->ns_list, raw_name); in xml_cb_start()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_ra_serf/
H A Dxml.c119 svn_ra_serf__ns_t *ns_list; member
146 define_namespaces(svn_ra_serf__ns_t **ns_list, in define_namespaces() argument
168 for (cur_ns = *ns_list; cur_ns; cur_ns = cur_ns->next) in define_namespaces()
193 new_ns->next = *ns_list; in define_namespaces()
194 *ns_list = new_ns; in define_namespaces()
209 const svn_ra_serf__ns_t *ns_list, in expand_ns() argument
219 for (ns = ns_list; ns; ns = ns->next) in expand_ns()
233 for (ns = ns_list; ns; ns = ns->next) in expand_ns()
655 define_namespaces(&current->ns_list, attrs, lazy_create_pool, current); in xml_cb_start()
657 expand_ns(&elemname, current->ns_list, raw_name); in xml_cb_start()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/xcap_client/
H A Dxcap_functions.h51 typedef struct ns_list struct
55 struct ns_list* next; argument
69 ns_list_t* ns_list; member
H A Dxcap_functions.c77 n= node->ns_list; in xcapFreeNodeSel()
108 nsel->ns_list= (ns_list_t*)pkg_malloc(sizeof(ns_list_t)); in xcapInitNodeSel()
109 if(nsel->ns_list== NULL) in xcapInitNodeSel()
113 memset(nsel->ns_list, 0, sizeof(ns_list_t)); in xcapInitNodeSel()
114 nsel->last_ns= nsel->ns_list; in xcapInitNodeSel()
123 if(nsel->ns_list) in xcapInitNodeSel()
124 pkg_free(nsel->ns_list); in xcapInitNodeSel()
280 ns_elem= node_sel->ns_list; in get_node_selector()

12345