Searched refs:oci_load (Results 1 – 4 of 4) sorted by relevance
6 int oci_load(FILE *f, const char *path, Settings **ret);
23 (void) oci_load(f, "/dev/null", &s); in LLVMFuzzerTestOneInput()
2199 int oci_load(FILE *f, const char *bundle, Settings **ret) { in oci_load() function
4712 r = oci_load(NULL, arg_oci_bundle, &settings); in load_oci_bundle()