Lines Matching defs:datum
4 * key values and datum values. The type of the key values
5 * and the type of the datum values is arbitrary. The
28 void *datum;
51 void *key, void *datum);
54 * Inserts the specified (key, datum) pair into the specified hash table.
61 static inline int hashtab_insert(struct hashtab *h, void *key, void *datum,
87 key, datum);
94 * the datum of the entry otherwise.
111 return cur->datum;
125 * Applies the specified apply function to (key,datum,args)