Home
last modified time | relevance | path

Searched refs:HashmapCount (Results 1 – 6 of 6) sorted by relevance

/dports/devel/libmba/libmba-0.9.1/tcase/
H A Dtmba.c18 int HashmapCount(int verbose, struct cfg *cfg, char *args[]);
68 { 301, HashmapCount },
H A DMakefile2 …oolExercise.o tests/PathCanonExamples.o tests/HashmapExercise.o tests/HashmapCount.o tests/Linkedl…
H A DMakefile.hpux2 …oolExercise.o tests/PathCanonExamples.o tests/HashmapExercise.o tests/HashmapCount.o tests/Linkedl…
H A Dtmba.csv5 301,1,HashmapCount,"Count instances of words in text file",0,tests/data/draft-leach-digest-sasl-05.…
/dports/devel/libmba/libmba-0.9.1/tcase/tests/
H A DHashmapCount.c99 HashmapCount(int verbose, struct cfg *cfg, char *args[]) in HashmapCount() function
/dports/databases/py-unqlite/unqlite-0.5.3/src/
H A Dunqlite.c22110 static sxi64 HashmapCount(jx9_hashmap *pMap, int bRecursive, int iRecCount) in HashmapCount() function
22134 iCount += HashmapCount((jx9_hashmap *)pElem->x.pOther, TRUE, iRecCount); in HashmapCount()
23773 iCount = HashmapCount((jx9_hashmap *)apArg[0]->x.pOther, bRecursive, 0); in jx9_hashmap_count()