Lines Matching full:handle
60 * selabel_open - Create a labeling handle.
68 * backend. Return value is the created handle on success or NULL with
76 * selabel_close - Close a labeling handle.
77 * @handle: specifies handle to close
79 * Destroy the specified handle, closing files, freeing allocated memory,
80 * etc. The handle may not be further used after it has been closed.
82 void selabel_close(struct selabel_handle *handle);
86 * @handle: specifies backend instance to query
97 int selabel_lookup(struct selabel_handle *handle, char **con,
99 int selabel_lookup_raw(struct selabel_handle *handle, char **con,
102 bool selabel_partial_match(struct selabel_handle *handle, const char *key);
109 * @handle: specifies backend instance to query
115 void selabel_stats(struct selabel_handle *handle);