File size: 6,015 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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 |
[
{
"function_name": "xmlNewPattern",
"function_signature": "static xmlPatternPtr xmlNewPattern(void)",
"test_filename": "tests_pattern_xmlNewPattern.c"
},
{
"function_name": "xmlFreePatternInternal",
"function_signature": "static void xmlFreePatternInternal(xmlPatternPtr comp)",
"test_filename": "tests_pattern_xmlFreePatternInternal.c"
},
{
"function_name": "xmlFreePatternList",
"function_signature": "void xmlFreePatternList(xmlPattern *comp)",
"test_filename": "tests_pattern_xmlFreePatternList.c"
},
{
"function_name": "xmlNewPatParserContext",
"function_signature": "static xmlPatParserContextPtr xmlNewPatParserContext(const xmlChar *pattern, xmlDictPtr dict,\n const xmlChar **namespaces)",
"test_filename": "tests_pattern_xmlNewPatParserContext.c"
},
{
"function_name": "xmlPatternGrow",
"function_signature": "static int xmlPatternGrow(xmlPatternPtr comp)",
"test_filename": "tests_pattern_xmlPatternGrow.c"
},
{
"function_name": "xmlPatternAdd",
"function_signature": "static int xmlPatternAdd(xmlPatParserContextPtr ctxt, xmlPatternPtr comp,\n xmlPatOp op, xmlChar * value, xmlChar * value2)",
"test_filename": "tests_pattern_xmlPatternAdd.c"
},
{
"function_name": "xmlReversePattern",
"function_signature": "static int xmlReversePattern(xmlPatternPtr comp)",
"test_filename": "tests_pattern_xmlReversePattern.c"
},
{
"function_name": "xmlPatPushState",
"function_signature": "static int xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node)",
"test_filename": "tests_pattern_xmlPatPushState.c"
},
{
"function_name": "xmlPatMatch",
"function_signature": "static int xmlPatMatch(xmlPatternPtr comp, xmlNodePtr node)",
"test_filename": "tests_pattern_xmlPatMatch.c"
},
{
"function_name": "xmlCompileAttributeTest",
"function_signature": "static void xmlCompileAttributeTest(xmlPatParserContextPtr ctxt)",
"test_filename": "tests_pattern_xmlCompileAttributeTest.c"
},
{
"function_name": "xmlCompileStepPattern",
"function_signature": "static void xmlCompileStepPattern(xmlPatParserContextPtr ctxt)",
"test_filename": "tests_pattern_xmlCompileStepPattern.c"
},
{
"function_name": "xmlCompilePathPattern",
"function_signature": "static void xmlCompilePathPattern(xmlPatParserContextPtr ctxt)",
"test_filename": "tests_pattern_xmlCompilePathPattern.c"
},
{
"function_name": "xmlCompileIDCXPathPath",
"function_signature": "static void xmlCompileIDCXPathPath(xmlPatParserContextPtr ctxt)",
"test_filename": "tests_pattern_xmlCompileIDCXPathPath.c"
},
{
"function_name": "xmlNewStreamComp",
"function_signature": "static xmlStreamCompPtr xmlNewStreamComp(int size)",
"test_filename": "tests_pattern_xmlNewStreamComp.c"
},
{
"function_name": "xmlFreeStreamComp",
"function_signature": "static void xmlFreeStreamComp(xmlStreamCompPtr comp)",
"test_filename": "tests_pattern_xmlFreeStreamComp.c"
},
{
"function_name": "xmlStreamCompAddStep",
"function_signature": "static int xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name,\n const xmlChar *ns, int nodeType, int flags)",
"test_filename": "tests_pattern_xmlStreamCompAddStep.c"
},
{
"function_name": "xmlStreamCompile",
"function_signature": "static int xmlStreamCompile(xmlPatternPtr comp)",
"test_filename": "tests_pattern_xmlStreamCompile.c"
},
{
"function_name": "xmlNewStreamCtxt",
"function_signature": "static xmlStreamCtxtPtr xmlNewStreamCtxt(xmlStreamCompPtr stream)",
"test_filename": "tests_pattern_xmlNewStreamCtxt.c"
},
{
"function_name": "xmlFreeStreamCtxt",
"function_signature": "void xmlFreeStreamCtxt(xmlStreamCtxt *stream)",
"test_filename": "tests_pattern_xmlFreeStreamCtxt.c"
},
{
"function_name": "xmlStreamCtxtAddState",
"function_signature": "static int xmlStreamCtxtAddState(xmlStreamCtxtPtr comp, int idx, int level)",
"test_filename": "tests_pattern_xmlStreamCtxtAddState.c"
},
{
"function_name": "xmlStreamPushInternal",
"function_signature": "static int xmlStreamPushInternal(xmlStreamCtxtPtr stream,\n\t\t const xmlChar *name, const xmlChar *ns,\n\t\t int nodeType)",
"test_filename": "tests_pattern_xmlStreamPushInternal.c"
},
{
"function_name": "xmlStreamPop",
"function_signature": "int xmlStreamPop(xmlStreamCtxt *stream)",
"test_filename": "tests_pattern_xmlStreamPop.c"
},
{
"function_name": "xmlStreamWantsAnyNode",
"function_signature": "int xmlStreamWantsAnyNode(xmlStreamCtxt *streamCtxt)",
"test_filename": "tests_pattern_xmlStreamWantsAnyNode.c"
},
{
"function_name": "xmlPatternCompileSafe",
"function_signature": "int xmlPatternCompileSafe(const xmlChar *pattern, xmlDict *dict, int flags,\n const xmlChar **namespaces, xmlPattern **patternOut)",
"test_filename": "tests_pattern_xmlPatternCompileSafe.c"
},
{
"function_name": "xmlPatternMatch",
"function_signature": "int xmlPatternMatch(xmlPattern *comp, xmlNode *node)",
"test_filename": "tests_pattern_xmlPatternMatch.c"
},
{
"function_name": "xmlPatternStreamable",
"function_signature": "int xmlPatternStreamable(xmlPattern *comp)",
"test_filename": "tests_pattern_xmlPatternStreamable.c"
},
{
"function_name": "xmlPatternMaxDepth",
"function_signature": "int xmlPatternMaxDepth(xmlPattern *comp)",
"test_filename": "tests_pattern_xmlPatternMaxDepth.c"
},
{
"function_name": "xmlPatternMinDepth",
"function_signature": "int xmlPatternMinDepth(xmlPattern *comp)",
"test_filename": "tests_pattern_xmlPatternMinDepth.c"
},
{
"function_name": "xmlPatternFromRoot",
"function_signature": "int xmlPatternFromRoot(xmlPattern *comp)",
"test_filename": "tests_pattern_xmlPatternFromRoot.c"
}
] |