MOCK_ABORT_PTR(uri_refget, rpki_uri, struct rpki_uri *uri)
MOCK_VOID(uri_refput, struct rpki_uri *uri)
MOCK(uri_val_get_printable, char const *, "uri", struct rpki_uri *uri)
+__MOCK_ABORT(uri_same_origin, bool, false, struct rpki_uri const *u,
+ struct rpki_uri const *v)
MOCK_ABORT_PTR(validation_cache, rpki_cache, struct validation *state)
MOCK_ABORT_PTR(validation_tal, tal, struct validation *state)
MOCK_ABORT_PTR(db_table_create, db_table, void)
MOCK_VOID(db_table_destroy, struct db_table *table)
MOCK_ABORT_INT(db_table_join, struct db_table *dst, struct db_table *src)
+__MOCK_ABORT(db_table_roa_count_v4, unsigned int, 0, struct db_table *t)
+__MOCK_ABORT(db_table_roa_count_v6, unsigned int, 0, struct db_table *t)
MOCK_ABORT_INT(deferstack_pop, struct cert_stack *stack,
struct deferred_cert *result)
MOCK_ABORT_VOID(fnstack_cleanup, void)
MOCK_ABORT_VOID(rpp_refput, struct rpp *pp)
MOCK_ABORT_INT(rrdp_update, struct rpki_uri *uri)
MOCK(state_retrieve, struct validation *, NULL, void)
+MOCK_ABORT_VOID(stats_set_tal_vrps, char const *t, char const *p, unsigned int v)
MOCK_ABORT_PTR(validation_certstack, cert_stack, struct validation *state)
MOCK_ABORT_VOID(validation_destroy, struct validation *state)
MOCK_ABORT_INT(validation_prepare, struct validation **out, struct tal *tal,