-
Notifications
You must be signed in to change notification settings - Fork 167
/
Copy pathigraph.yaml
59 lines (59 loc) · 1.67 KB
/
igraph.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
"functions":
- "name": "xmlTextReaderRelaxNGValidate"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "int xmlTextReaderRelaxNGValidate(xmlTextReaderPtr, const char *)"
- "name": "xmlTextReaderRelaxNGValidateCtxt"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "int"
"return_type": "int"
"signature": "int xmlTextReaderRelaxNGValidateCtxt(xmlTextReaderPtr, xmlRelaxNGValidCtxtPtr, int)"
- "name": "xmlXIncludeProcessFlagsData"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "int"
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "int xmlXIncludeProcessFlagsData(xmlDocPtr, int, void *)"
- "name": "igraph_sparsemat_arpack_rssolve"
"params":
- "name": "A"
"type": "bool "
- "name": "options"
"type": "bool "
- "name": "storage"
"type": "bool "
- "name": "values"
"type": "bool "
- "name": "vectors"
"type": "bool "
- "name": "solvemethod"
"type": "int"
"return_type": "int"
"signature": "igraph_error_t igraph_sparsemat_arpack_rssolve(const igraph_sparsemat_t *, igraph_arpack_options_t *, igraph_arpack_storage_t *, igraph_vector_t *, igraph_matrix_t *, igraph_sparsemat_solve_t)"
- "name": "xmlTextReaderSchemaValidateCtxt"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "int"
"return_type": "int"
"signature": "int xmlTextReaderSchemaValidateCtxt(xmlTextReaderPtr, xmlSchemaValidCtxtPtr, int)"
"language": "c"
"project": "igraph"
"target_name": "read_graphdb"
"target_path": "/src/igraph/fuzzing/read_graphdb.cpp"