Home | History | Annotate | Download | only in policydb

Lines Matching full:specified

44    Creates a new hash table with the specified characteristics.
57 Inserts the specified (key, datum) pair into the specified hash table.
66 Removes the entry with the specified key from the hash table.
67 Applies the specified destroy function to (key,datum,args) for
70 Returns SEPOL_ENOENT if no entry has the specified key or
79 Insert or replace the specified (key, datum) pair in the specified
80 hash table. If an entry for the specified key already exists,
81 then the specified destroy function is applied to (key,datum,args)
93 Searches for the entry with the specified key in the hash table.
95 Returns NULL if no entry has the specified key or
101 Destroys the specified hash table.
106 Applies the specified apply function to (key,datum,args)
107 for each entry in the specified hash table.