Home
last modified time | relevance | path

Searched refs:ftch (Results 1 – 25 of 52) sorted by relevance

123

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftchash.c72 return ftch; in ftchash_new()
95 return ftch; in ftchash_new()
108 if (ftch) { in ftchash_free()
232 if ((!ftch->active_chunk) || (ftch->active_chunk->next >= ftch->chunk_size)) { in ftchash_alloc_rec()
260 ftch->active_chunk->next += ftch->d_size; in ftchash_alloc_rec()
276 ftch->traverse_srec = ftch->entries; in ftchash_first()
308 return (ftch->sorted_recs[--ftch->traverse_srec]); in ftchash_foreach()
312 if (ftch->traverse_srec < ftch->entries) in ftchash_foreach()
313 return (ftch->sorted_recs[ftch->traverse_srec++]); in ftchash_foreach()
329 ftch->traverse_rec = (char*)ftch->traverse_rec + ftch->d_size; in ftchash_foreach()
[all …]
H A Dftsym.c126 if (!(ftsym->ftch = ftchash_new(4096, sizeof (struct ftchash_rec_sym), in ftsym_new()
164 if (!(ftch_recsymp = ftchash_update(ftsym->ftch, &ftch_recsym, hash))) { in ftsym_new()
215 if (ftsym->ftch) in ftsym_new()
216 ftchash_free(ftsym->ftch); in ftsym_new()
243 ftchash_first(ftsym->ftch); in ftsym_findbyname()
245 while ((ftch_recsymp = ftchash_foreach(ftsym->ftch))) { in ftsym_findbyname()
275 if (!(ftch_recsymp = ftchash_lookup(ftsym->ftch, &val, hash))) in ftsym_findbyval()
296 if (ftsym->ftch) in ftsym_free()
297 ftchash_free(ftsym->ftch); in ftsym_free()
H A Dftstat.c503 if (A->ftch)\
531 C(fp, rpt, B->ftch);\
917 struct ftchash *ftch; member
921 struct ftchash *ftch; member
925 struct ftchash *ftch; member
937 struct ftchash *ftch; member
941 struct ftchash *ftch; member
945 struct ftchash *ftch; member
961 struct ftchash *ftch; member
965 struct ftchash *ftch; member
[all …]
H A Dfttag.c1849 struct ftchash *ftch; in eval_match_nexthop() local
1854 ftch = fta->look; in eval_match_nexthop()
1861 nh_look = ftchash_lookup(ftch, &ipaddr, hash); in eval_match_nexthop()
1884 struct ftchash *ftch; in eval_match_exporter() local
1889 ftch = fta->look; in eval_match_exporter()
1920 struct ftchash *ftch; in eval_match_src_ip() local
1925 ftch = fta->look; in eval_match_src_ip()
1932 ip_look = ftchash_lookup(ftch, &ipaddr, hash); in eval_match_src_ip()
1956 struct ftchash *ftch; in eval_match_dst_ip() local
1961 ftch = fta->look; in eval_match_dst_ip()
[all …]
H A Dftfil.c146 struct ftchash *ftch; member
253 struct ftchash *ftch; member
1639 if ((ftch_recfc32p = ftchash_lookup(lookup->ftch, src_tag, hash))) in eval_match_src_tag_h()
1673 if ((ftch_recfc32p = ftchash_lookup(lookup->ftch, dst_tag, hash))) in eval_match_dst_tag_h()
1783 if ((ftch_recfc32p = ftchash_lookup(lookup->ftch, nexthop, hash))) in eval_match_ip_nexthop_addr_h()
1892 if ((ftch_recfc32p = ftchash_lookup(lookup->ftch, sc, hash))) in eval_match_ip_sc_addr_h()
2660 ftchash_free(ftflipa->ftch); in ftfil_free()
2685 ftchash_free(ftflt->ftch); in ftfil_free()
3763 if ((ftch_recfc32p = ftchash_lookup(ftflipa->ftch, &ftch_recfc32.c32, in parse_primitive_type_ip_address()
4529 if (!(ftflipa->ftch = ftchash_new(4096, in parse_primitive_type()
[all …]
H A Dftlib.h2117 struct ftchash *ftch; /* second list */ member
2440 struct ftchash *ftch; /* hash table for value field */ member
2670 void *ftchash_lookup(struct ftchash *ftch, void *key, uint32_t hash);
2671 void ftchash_free(struct ftchash *ftch);
2672 void *ftchash_update(struct ftchash *ftch, void *newrec, uint32_t hash);
2673 void *ftchash_alloc_rec(struct ftchash *ftch);
2674 void *ftchash_foreach(struct ftchash *ftch);
2675 void ftchash_first(struct ftchash *ftch);
2676 int ftchash_sort(struct ftchash *ftch, int offset, int flags);
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/src/
H A Dflow-stat.c875 ftchash_free(ftch); in format1()
944 ftchash_free(ftch); in format2()
1012 ftchash_free(ftch); in format3()
1282 ftchash_free(ftch); in format8()
1350 ftchash_free(ftch); in format9()
1420 ftchash_free(ftch); in format10()
1500 ftchash_free(ftch); in format11()
1816 ftchash_free(ftch); in format16()
2108 ftchash_free(ftch); in format21()
2231 ftchash_free(ftch); in format23()
[all …]
H A Dflow-split.c63 struct ftchash *ftch; in main() local
82 ftch = (struct ftchash*)0L; in main()
184 if (!(ftch = ftchash_new(65536, sizeof (struct ftchash_rec_split), 4, in main()
218 if (!(ftch_recsplitp = ftchash_update(ftch, &ftch_recsplit, hash))) in main()
349 ftchash_first(ftch); in main()
351 while ((ftch_recsplitp = ftchash_foreach(ftch))) { in main()
386 if (ftch) in main()
387 ftchash_free(ftch); in main()
H A Dflow-receive.c82 struct ftchash *ftch; in main() local
403 if (!(ftch = ftchash_new(256, sizeof (struct ftchash_rec_exp), 12, 1))) in main()
451 ftchash_first(ftch); in main()
453 while ((ftch_recexpp = ftchash_foreach(ftch))) { in main()
604 if (!(ftch_recexpp = ftchash_update(ftch, &ftch_recexp, hash))) in main()
H A Dflow-fanout.c108 struct ftchash *ftch; in main() local
539 if (!(ftch = ftchash_new(256, sizeof (struct ftchash_rec_exp), 12, 1))) in main()
592 ftchash_first(ftch); in main()
594 while ((ftch_recexpp = ftchash_foreach(ftch))) { in main()
763 if (!(ftch_recexpp = ftchash_update(ftch, &ftch_recexp, hash))) in main()
H A Dflow-capture.c145 struct ftchash *ftch; local
614 if (!(ftch = ftchash_new(256, sizeof (struct ftchash_rec_exp), 12, 1)))
822 ftchash_first(ftch);
824 while ((ftch_recexpp = ftchash_foreach(ftch))) {
963 if (!(ftch_recexpp = ftchash_update(ftch, &ftch_recexp, hash)))
/dports/www/gohugo/hugo-0.91.2/commands/
H A Dcommandeer.go77 ftch flagsToConfigHandler member
177 ftch: f,
287 if c.ftch != nil {
288 c.ftch.flagsToConfig(cfg)
/dports/math/ccmath/ccmath-2.2.1/cfit/
H A Dftch.c8 double ftch(double x,double *a,int m,double *b,int n) in ftch() function
/dports/math/reduce/Reduce-svn5758-src/packages/scope/
H A Dscope.tst44 off ftch$
51 on ftch$
54 off ftch$
58 on ftch$
H A Dscope.rlg11 ON : evallhseqp exp ftch nat period
313 off ftch$
338 on ftch$
358 off ftch$
375 on ftch$
H A Dcodctl.red920 global '(!*ftch);
921 switch ftch;
922 !*ftch:='t;
983 if (!*vectorc or !*sidrel or not !*ftch
996 if not !*ftch and optlang!*='c then preppowls()
/dports/math/reduce/Reduce-svn5758-src/xmpl/
H A Dscope.tst44 off ftch$
51 on ftch$
54 off ftch$
58 on ftch$
H A Dscope.rlg11 ON : evallhseqp exp ftch nat period
313 off ftch$
338 on ftch$
358 off ftch$
375 on ftch$
/dports/math/ccmath/ccmath-2.2.1/cfit/test/
H A Dtchpade.c43 er=ftch(y,a,nn,b,nd); f=fun(y); er-=f; in main()
H A Dtchpade2.c41 er=ftch(y,a,nn,b,nd); f=fun(y); er-=f; in main()
/dports/sysutils/istio/istio-1.6.7/galley/pkg/config/testing/data/builtin/
H A Dendpoints.yaml26 nodeName: gke-istio-test-default-pool-866a0405-ftch
H A Dpod.yaml190 nodeName: gke-istio-test-default-pool-866a0405-ftch
/dports/biology/ncbi-entrez-direct/ncbi-entrez-direct-14.9.20210423/cmd/
H A Drchive.go6609 ftch := ""
6731 ftch = eutils.GetStringArg(args, "Fetch path")
6732 if ftch != "" && !strings.HasSuffix(ftch, "/") {
6733 ftch += "/"
7023 if ftch != "" {
7025 if ftch[:2] == "~/" {
7029 ftch = strings.Replace(ftch, "~/", hom+"/", 1)
7795 fpath := path.Join(ftch, trie, file+sfx)
7807 fpath := path.Join(ftch, trie, file+".xml.gz")
7892 if ftch != "" && indx == "" {
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/queen/
H A Ddisplay.cpp1050 const uint8 *ftch = _font + ch * 8; in drawText() local
1053 drawChar(x + dx[i], y + dy[i], getInkColor(INK_OUTLINED_TEXT), ftch); in drawText()
1056 drawChar(x, y, color, ftch); in drawText()
/dports/games/scummvm/scummvm-2.5.1/engines/queen/
H A Ddisplay.cpp1060 const uint8 *ftch = _font + ch * 8; in drawText() local
1063 drawChar(x + dx[i], y + dy[i], getInkColor(INK_OUTLINED_TEXT), ftch); in drawText()
1066 drawChar(x, y, color, ftch); in drawText()

123