libxml / injectable_functions /pattern_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
6baed57 verified
[
{
"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"
}
]