Searched refs:matching_handlers (Results 1 – 1 of 1) sorted by relevance
1176 const FILE_HANDLER **matching_handlers = in file_load_try_decode() local1177 OPENSSL_zalloc(sizeof(*matching_handlers) in file_load_try_decode()1180 if (matching_handlers == NULL) in file_load_try_decode()1207 matching_handlers[*matchcount] = handler; in file_load_try_decode()1231 && *matchcount == 1 && matching_handlers[0]->repeatable) { in file_load_try_decode()1232 ctx->_.file.last_handler = matching_handlers[0]; in file_load_try_decode()1236 OPENSSL_free(matching_handlers); in file_load_try_decode()