Lines Matching defs:handler
228 * be used by this handler, and if it can, decodes it into a supported
237 * blob: The blob of data to match with what this handler
240 * handler_ctx: For a handler marked repeatable, this pointer can
241 * be used to create a context for the handler. IT IS
270 * with the handler_ctx, otherwise 0. This is only used when the handler is
277 * the handler is marked repeatable.
878 * The following are used when the handler is marked as
1199 const FILE_HANDLER *handler = file_handlers[i];
1207 handler->try_decode(pem_name, pem_header, data, len,
1221 matching_handlers[*matchcount] = handler;
1224 handler->destroy_ctx(&handler_ctx);
1231 if (handler->destroy_ctx != NULL)
1232 handler->destroy_ctx(&handler_ctx);
1603 * If a PEM name matches more than one handler, the handlers are