Home
last modified time | relevance | path

Searched refs:path_cnt (Results 1 – 25 of 62) sorted by relevance

123

/dports/dns/knot3-lib/knot-3.1.5/src/knot/modules/geoip/
H A Dgeodb.c77 uint8_t *geodepth, geodb_path_t *path, uint16_t path_cnt) in parse_geodb_data() argument
79 for (uint16_t i = 0; i < path_cnt; i++) { in parse_geodb_data()
156 geodb_path_t *paths, uint16_t path_cnt, uint16_t *netmask) in geodb_query() argument
169 for (uint16_t i = 0; i < path_cnt; i++) { in geodb_query()
191 void geodb_fill_geodata(geodb_data_t *entries, uint16_t path_cnt, in geodb_fill_geodata() argument
195 for (int i = 0; i < path_cnt; i++) { in geodb_fill_geodata()
H A Dgeodb.h54 uint8_t *geodepth, geodb_path_t *path, uint16_t path_cnt);
63 geodb_path_t *paths, uint16_t path_cnt, uint16_t *netmask);
65 void geodb_fill_geodata(geodb_data_t *entries, uint16_t path_cnt,
/dports/dns/knot3/knot-3.1.5/src/knot/modules/geoip/
H A Dgeodb.c77 uint8_t *geodepth, geodb_path_t *path, uint16_t path_cnt) in parse_geodb_data() argument
79 for (uint16_t i = 0; i < path_cnt; i++) { in parse_geodb_data()
156 geodb_path_t *paths, uint16_t path_cnt, uint16_t *netmask) in geodb_query() argument
169 for (uint16_t i = 0; i < path_cnt; i++) { in geodb_query()
191 void geodb_fill_geodata(geodb_data_t *entries, uint16_t path_cnt, in geodb_fill_geodata() argument
195 for (int i = 0; i < path_cnt; i++) { in geodb_fill_geodata()
H A Dgeodb.h54 uint8_t *geodepth, geodb_path_t *path, uint16_t path_cnt);
63 geodb_path_t *paths, uint16_t path_cnt, uint16_t *netmask);
65 void geodb_fill_geodata(geodb_data_t *entries, uint16_t path_cnt,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c58 size_t *path_cnt; member
216 *opt->path_cnt = p_cnt; in rnbd_clt_parse_map_options()
575 size_t path_cnt; in rnbd_clt_map_device_store() local
579 opt.path_cnt = &path_cnt; in rnbd_clt_map_device_store()
588 for (path_cnt = 0; path_cnt < ARRAY_SIZE(paths); path_cnt++) { in rnbd_clt_map_device_store()
589 paths[path_cnt].src = &addrs[path_cnt * 2]; in rnbd_clt_map_device_store()
590 paths[path_cnt].dst = &addrs[path_cnt * 2 + 1]; in rnbd_clt_map_device_store()
602 dev = rnbd_clt_map_device(sessname, paths, path_cnt, port_nr, pathname, in rnbd_clt_map_device_store()
H A Drnbd-clt.h150 size_t path_cnt, u16 port_nr,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c58 size_t *path_cnt; member
216 *opt->path_cnt = p_cnt; in rnbd_clt_parse_map_options()
575 size_t path_cnt; in rnbd_clt_map_device_store() local
579 opt.path_cnt = &path_cnt; in rnbd_clt_map_device_store()
588 for (path_cnt = 0; path_cnt < ARRAY_SIZE(paths); path_cnt++) { in rnbd_clt_map_device_store()
589 paths[path_cnt].src = &addrs[path_cnt * 2]; in rnbd_clt_map_device_store()
590 paths[path_cnt].dst = &addrs[path_cnt * 2 + 1]; in rnbd_clt_map_device_store()
602 dev = rnbd_clt_map_device(sessname, paths, path_cnt, port_nr, pathname, in rnbd_clt_map_device_store()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c58 size_t *path_cnt; member
216 *opt->path_cnt = p_cnt; in rnbd_clt_parse_map_options()
575 size_t path_cnt; in rnbd_clt_map_device_store() local
579 opt.path_cnt = &path_cnt; in rnbd_clt_map_device_store()
588 for (path_cnt = 0; path_cnt < ARRAY_SIZE(paths); path_cnt++) { in rnbd_clt_map_device_store()
589 paths[path_cnt].src = &addrs[path_cnt * 2]; in rnbd_clt_map_device_store()
590 paths[path_cnt].dst = &addrs[path_cnt * 2 + 1]; in rnbd_clt_map_device_store()
602 dev = rnbd_clt_map_device(sessname, paths, path_cnt, port_nr, pathname, in rnbd_clt_map_device_store()
/dports/devel/git-svn/git-2.34.1/git-gui/lib/
H A Dindex.tcl484 set path_cnt [llength $path_list]
489 if {$path_cnt > 0} {
501 if {$path_cnt == 1} {
509 $path_cnt]
611 set path_cnt [llength $path_list]
616 if {$path_index >= $path_cnt} { break }
642 $status_bar_operation update $path_index $path_cnt
644 if {$path_index < $path_cnt} {
674 } elseif {$deletion_error_cnt == $path_cnt} {
677 $path_cnt \
[all …]
/dports/devel/git-gui/git-2.34.1/git-gui/lib/
H A Dindex.tcl484 set path_cnt [llength $path_list]
489 if {$path_cnt > 0} {
501 if {$path_cnt == 1} {
509 $path_cnt]
611 set path_cnt [llength $path_list]
616 if {$path_index >= $path_cnt} { break }
642 $status_bar_operation update $path_index $path_cnt
644 if {$path_index < $path_cnt} {
674 } elseif {$deletion_error_cnt == $path_cnt} {
677 $path_cnt \
[all …]
/dports/devel/git-p4/git-2.34.1/git-gui/lib/
H A Dindex.tcl484 set path_cnt [llength $path_list]
489 if {$path_cnt > 0} {
501 if {$path_cnt == 1} {
509 $path_cnt]
611 set path_cnt [llength $path_list]
616 if {$path_index >= $path_cnt} { break }
642 $status_bar_operation update $path_index $path_cnt
644 if {$path_index < $path_cnt} {
674 } elseif {$deletion_error_cnt == $path_cnt} {
677 $path_cnt \
[all …]
/dports/devel/git/git-2.34.1/git-gui/lib/
H A Dindex.tcl484 set path_cnt [llength $path_list]
489 if {$path_cnt > 0} {
501 if {$path_cnt == 1} {
509 $path_cnt]
611 set path_cnt [llength $path_list]
616 if {$path_index >= $path_cnt} { break }
642 $status_bar_operation update $path_index $path_cnt
644 if {$path_index < $path_cnt} {
674 } elseif {$deletion_error_cnt == $path_cnt} {
677 $path_cnt \
[all …]
/dports/devel/git-cvs/git-2.34.1/git-gui/lib/
H A Dindex.tcl484 set path_cnt [llength $path_list]
489 if {$path_cnt > 0} {
501 if {$path_cnt == 1} {
509 $path_cnt]
611 set path_cnt [llength $path_list]
616 if {$path_index >= $path_cnt} { break }
642 $status_bar_operation update $path_index $path_cnt
644 if {$path_index < $path_cnt} {
674 } elseif {$deletion_error_cnt == $path_cnt} {
677 $path_cnt \
[all …]
/dports/devel/cgit/cgit-1.2.3/git/git-gui/lib/
H A Dindex.tcl484 set path_cnt [llength $path_list]
489 if {$path_cnt > 0} {
501 if {$path_cnt == 1} {
509 $path_cnt]
609 set path_cnt [llength $path_list]
614 if {$path_index >= $path_cnt} { break }
640 $status_bar_operation update $path_index $path_cnt
642 if {$path_index < $path_cnt} {
672 } elseif {$deletion_error_cnt == $path_cnt} {
675 $path_cnt \
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/plugins/lua/
H A Dts_lua_package.c29 static int path_cnt = 0; variable
109 for (i = 0; i < path_cnt; i++) { in ts_lua_add_package_path()
116 if (i >= path_cnt) { in ts_lua_add_package_path()
137 elt = &path[path_cnt]; in ts_lua_add_package_path()
150 path_cnt += n; in ts_lua_add_package_path()
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/
H A Dx509_crt.c1895 int path_cnt, int self_cnt, uint32_t *flags, in x509_crt_verify_top() argument
1936 if( x509_crt_check_parent( child, trust_ca, 1, path_cnt == 0 ) != 0 ) in x509_crt_verify_top()
1939 check_path_cnt = path_cnt + 1; in x509_crt_verify_top()
2014 if( ( ret = f_vrfy( p_vrfy, trust_ca, path_cnt + 1, in x509_crt_verify_top()
2025 if( ( ret = f_vrfy( p_vrfy, child, path_cnt, flags ) ) != 0 ) in x509_crt_verify_top()
2038 int path_cnt, int self_cnt, uint32_t *flags, in x509_crt_verify_child() argument
2053 if( 1 + path_cnt > MBEDTLS_X509_MAX_INTERMEDIATE_CA ) in x509_crt_verify_child()
2105 0, path_cnt == 0 ) == 0 ) in x509_crt_verify_child()
2127 grandparent->max_pathlen < 2 + path_cnt - self_cnt ) in x509_crt_verify_child()
2133 0, path_cnt == 0 ) == 0 ) in x509_crt_verify_child()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/library/
H A Dx509_crt.c1880 int path_cnt, int self_cnt, uint32_t *flags, in x509_crt_verify_top() argument
1920 if( x509_crt_check_parent( child, trust_ca, 1, path_cnt == 0 ) != 0 ) in x509_crt_verify_top()
1923 check_path_cnt = path_cnt + 1; in x509_crt_verify_top()
1986 if( ( ret = f_vrfy( p_vrfy, trust_ca, path_cnt + 1, in x509_crt_verify_top()
1997 if( ( ret = f_vrfy( p_vrfy, child, path_cnt, flags ) ) != 0 ) in x509_crt_verify_top()
2010 int path_cnt, int self_cnt, uint32_t *flags, in x509_crt_verify_child() argument
2025 if( 1 + path_cnt > MBEDTLS_X509_MAX_INTERMEDIATE_CA ) in x509_crt_verify_child()
2077 0, path_cnt == 0 ) == 0 ) in x509_crt_verify_child()
2099 grandparent->max_pathlen < 2 + path_cnt - self_cnt ) in x509_crt_verify_child()
2105 0, path_cnt == 0 ) == 0 ) in x509_crt_verify_child()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/
H A Dx509_crt.c1959 int path_cnt, int self_cnt, uint32_t *flags, in x509_crt_verify_top() argument
1997 if( x509_crt_check_parent( child, trust_ca, 1, path_cnt == 0 ) != 0 ) in x509_crt_verify_top()
2000 check_path_cnt = path_cnt + 1; in x509_crt_verify_top()
2075 if( ( ret = f_vrfy( p_vrfy, trust_ca, path_cnt + 1, in x509_crt_verify_top()
2086 if( ( ret = f_vrfy( p_vrfy, child, path_cnt, flags ) ) != 0 ) in x509_crt_verify_top()
2104 int path_cnt, int self_cnt, uint32_t *flags, in x509_crt_verify_child() argument
2119 if( 1 + path_cnt > MBEDTLS_X509_MAX_INTERMEDIATE_CA ) in x509_crt_verify_child()
2167 0, path_cnt == 0 ) == 0 ) in x509_crt_verify_child()
2189 grandparent->max_pathlen < 2 + path_cnt - self_cnt ) in x509_crt_verify_child()
2195 0, path_cnt == 0 ) == 0 ) in x509_crt_verify_child()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/
H A Dx509_crt.c1959 int path_cnt, int self_cnt, uint32_t *flags, in x509_crt_verify_top() argument
1997 if( x509_crt_check_parent( child, trust_ca, 1, path_cnt == 0 ) != 0 ) in x509_crt_verify_top()
2000 check_path_cnt = path_cnt + 1; in x509_crt_verify_top()
2075 if( ( ret = f_vrfy( p_vrfy, trust_ca, path_cnt + 1, in x509_crt_verify_top()
2086 if( ( ret = f_vrfy( p_vrfy, child, path_cnt, flags ) ) != 0 ) in x509_crt_verify_top()
2104 int path_cnt, int self_cnt, uint32_t *flags, in x509_crt_verify_child() argument
2119 if( 1 + path_cnt > MBEDTLS_X509_MAX_INTERMEDIATE_CA ) in x509_crt_verify_child()
2167 0, path_cnt == 0 ) == 0 ) in x509_crt_verify_child()
2189 grandparent->max_pathlen < 2 + path_cnt - self_cnt ) in x509_crt_verify_child()
2195 0, path_cnt == 0 ) == 0 ) in x509_crt_verify_child()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_evpn_vty.c650 path_cnt++; in show_esi_routes()
759 path_cnt++; in show_vni_routes()
2290 path_cnt++; in evpn_show_route_vni_multicast()
2294 if (path_cnt) in evpn_show_route_vni_multicast()
2300 path_cnt); in evpn_show_route_vni_multicast()
2359 path_cnt++; in evpn_show_route_vni_macip()
2363 if (path_cnt) in evpn_show_route_vni_macip()
2369 path_cnt); in evpn_show_route_vni_macip()
2464 path_cnt++; in evpn_show_route_rd_macip()
2473 path_cnt); in evpn_show_route_rd_macip()
[all …]
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_evpn_vty.c650 path_cnt++; in show_esi_routes()
759 path_cnt++; in show_vni_routes()
2290 path_cnt++; in evpn_show_route_vni_multicast()
2294 if (path_cnt) in evpn_show_route_vni_multicast()
2300 path_cnt); in evpn_show_route_vni_multicast()
2359 path_cnt++; in evpn_show_route_vni_macip()
2363 if (path_cnt) in evpn_show_route_vni_macip()
2369 path_cnt); in evpn_show_route_vni_macip()
2464 path_cnt++; in evpn_show_route_rd_macip()
2473 path_cnt); in evpn_show_route_rd_macip()
[all …]
/dports/print/fontforge/fontforge-20201107/contrib/fonttools/
H A Dttf2eps.c934 double trans[6],int path_cnt) { in DumpSimpleGlyph() argument
936 unsigned short *endpt = malloc((path_cnt+1)*sizeof(unsigned short)); in DumpSimpleGlyph()
943 for ( i=0; i<path_cnt; ++i ) in DumpSimpleGlyph()
945 tot = endpt[path_cnt-1]+1; in DumpSimpleGlyph()
997 for ( path=i=0; path<path_cnt; ++path ) { in DumpSimpleGlyph()
1054 int path_cnt=-1; in DoDumpGlyph() local
1062 path_cnt = (short) getushort(ttf); in DoDumpGlyph()
1080 if ( path_cnt<0 ) in DoDumpGlyph()
1083 DumpSimpleGlyph(ttf,eps,info,trans,path_cnt); in DoDumpGlyph()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/ulp/rtrs/
H A Drtrs.h58 size_t path_cnt, u16 port,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/ulp/rtrs/
H A Drtrs.h58 size_t path_cnt, u16 port,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/ulp/rtrs/
H A Drtrs.h58 size_t path_cnt, u16 port,

123