Home | History | Annotate | Download | only in policydb

Lines Matching defs:datum

8  * key values and datum values.  The type of the key values 
9 * and the type of the datum values is arbitrary. The
23 typedef void *hashtab_datum_t; /* generic datum type */
29 hashtab_datum_t datum;
57 Inserts the specified (key, datum) pair into the specified hash table.
67 Applies the specified destroy function to (key,datum,args) for
79 Insert or replace the specified (key, datum) pair in the specified
81 then the specified destroy function is applied to (key,datum,args)
96 the datum of the entry otherwise.
106 Applies the specified apply function to (key,datum,args)
123 then the (key,datum) pair will be removed from the hashtab and the
124 destroy function will be applied to (key,datum,args).