HomeSort by: relevance | last modified time | path
    Searched defs:hash_datum (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/bootp/common/
hash.h 45 * hash_datum *data1, *data2;
97 * Define "hash_datum" as a universal data type
99 typedef void hash_datum;
107 hash_datum *data;
121 typedef int (*hash_cmpfp)(hash_datum *, hash_datum *);
122 typedef void (*hash_freefp)(hash_datum *);
131 hash_cmpfp, hash_datum *key);
134 hash_datum *key, hash_datum *element)
98 typedef void hash_datum; typedef in typeref:typename:void
    [all...]
hash.h 45 * hash_datum *data1, *data2;
97 * Define "hash_datum" as a universal data type
99 typedef void hash_datum;
107 hash_datum *data;
121 typedef int (*hash_cmpfp)(hash_datum *, hash_datum *);
122 typedef void (*hash_freefp)(hash_datum *);
131 hash_cmpfp, hash_datum *key);
134 hash_datum *key, hash_datum *element)
98 typedef void hash_datum; typedef in typeref:typename:void
    [all...]
hash.h 45 * hash_datum *data1, *data2;
97 * Define "hash_datum" as a universal data type
99 typedef void hash_datum;
107 hash_datum *data;
121 typedef int (*hash_cmpfp)(hash_datum *, hash_datum *);
122 typedef void (*hash_freefp)(hash_datum *);
131 hash_cmpfp, hash_datum *key);
134 hash_datum *key, hash_datum *element)
98 typedef void hash_datum; typedef in typeref:typename:void
    [all...]

Completed in 262 milliseconds