Home
last modified time | relevance | path

Searched defs:ohash (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/include/
Dohash.h40 struct ohash { struct
41 struct _ohash_record *t; argument
42 struct ohash_info info; argument
55 void ohash_init(struct ohash *, unsigned, struct ohash_info *); argument
/mirbsd/src/usr.bin/ftp/
Dcmds.c2098 int orestart_point, ohash, overbose; in page() local