File size: 2,829 Bytes
6baed57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[
  {
    "function_name": "xmlStrcmp",
    "function_signature": "int xmlStrcmp(const xmlChar *str1, const xmlChar *str2)",
    "test_filename": "tests_xmlstring_xmlStrcmp.c"
  },
  {
    "function_name": "xmlStrEqual",
    "function_signature": "int xmlStrEqual(const xmlChar *str1, const xmlChar *str2)",
    "test_filename": "tests_xmlstring_xmlStrEqual.c"
  },
  {
    "function_name": "xmlStrQEqual",
    "function_signature": "int xmlStrQEqual(const xmlChar *pref, const xmlChar *name, const xmlChar *str)",
    "test_filename": "tests_xmlstring_xmlStrQEqual.c"
  },
  {
    "function_name": "xmlStrncmp",
    "function_signature": "int xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len)",
    "test_filename": "tests_xmlstring_xmlStrncmp.c"
  },
  {
    "function_name": "xmlStrcasecmp",
    "function_signature": "int xmlStrcasecmp(const xmlChar *str1, const xmlChar *str2)",
    "test_filename": "tests_xmlstring_xmlStrcasecmp.c"
  },
  {
    "function_name": "xmlStrncasecmp",
    "function_signature": "int xmlStrncasecmp(const xmlChar *str1, const xmlChar *str2, int len)",
    "test_filename": "tests_xmlstring_xmlStrncasecmp.c"
  },
  {
    "function_name": "xmlStrPrintf",
    "function_signature": "int xmlStrPrintf(xmlChar *buf, int len, const char *msg, ...)",
    "test_filename": "tests_xmlstring_xmlStrPrintf.c"
  },
  {
    "function_name": "xmlStrVPrintf",
    "function_signature": "int xmlStrVPrintf(xmlChar *buf, int len, const char *msg, va_list ap)",
    "test_filename": "tests_xmlstring_xmlStrVPrintf.c"
  },
  {
    "function_name": "xmlStrVASPrintf",
    "function_signature": "int xmlStrVASPrintf(xmlChar **out, int maxSize, const char *msg, va_list ap)",
    "test_filename": "tests_xmlstring_xmlStrVASPrintf.c"
  },
  {
    "function_name": "xmlUTF8Size",
    "function_signature": "int xmlUTF8Size(const xmlChar *utf)",
    "test_filename": "tests_xmlstring_xmlUTF8Size.c"
  },
  {
    "function_name": "xmlUTF8Strlen",
    "function_signature": "int xmlUTF8Strlen(const xmlChar *utf)",
    "test_filename": "tests_xmlstring_xmlUTF8Strlen.c"
  },
  {
    "function_name": "xmlGetUTF8Char",
    "function_signature": "int xmlGetUTF8Char(const unsigned char *utf, int *len)",
    "test_filename": "tests_xmlstring_xmlGetUTF8Char.c"
  },
  {
    "function_name": "xmlCheckUTF8",
    "function_signature": "int xmlCheckUTF8(const unsigned char *utf)",
    "test_filename": "tests_xmlstring_xmlCheckUTF8.c"
  },
  {
    "function_name": "xmlUTF8Strsize",
    "function_signature": "int xmlUTF8Strsize(const xmlChar *utf, int len)",
    "test_filename": "tests_xmlstring_xmlUTF8Strsize.c"
  },
  {
    "function_name": "xmlUTF8Strloc",
    "function_signature": "int xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar)",
    "test_filename": "tests_xmlstring_xmlUTF8Strloc.c"
  }
]