Lines Matching refs:handle
26 #include <sepol/handle.h>
213 sepol_handle_destroy(f.handle);
223 sepol_handle_destroy(f.handle);
244 sepol_handle_t *handle;
248 handle = sepol_handle_create();
249 if (handle == NULL) {
253 sepol_msg_set_callback(handle, NULL, NULL);
259 sepol_handle_destroy(f.handle);
267 f.handle = handle;
270 sepol_handle_destroy(f.handle);