| [ | |
| { | |
| "function_name": "xmlIsUnreserved", | |
| "function_signature": "static int xmlIsUnreserved(xmlURIPtr uri, const char *cur)", | |
| "test_filename": "tests_uri_xmlIsUnreserved.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986Scheme", | |
| "function_signature": "static int xmlParse3986Scheme(xmlURIPtr uri, const char **str)", | |
| "test_filename": "tests_uri_xmlParse3986Scheme.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986Fragment", | |
| "function_signature": "static int xmlParse3986Fragment(xmlURIPtr uri, const char **str)", | |
| "test_filename": "tests_uri_xmlParse3986Fragment.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986Query", | |
| "function_signature": "static int xmlParse3986Query(xmlURIPtr uri, const char **str)", | |
| "test_filename": "tests_uri_xmlParse3986Query.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986Port", | |
| "function_signature": "static int xmlParse3986Port(xmlURIPtr uri, const char **str)", | |
| "test_filename": "tests_uri_xmlParse3986Port.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986Userinfo", | |
| "function_signature": "static int xmlParse3986Userinfo(xmlURIPtr uri, const char **str)", | |
| "test_filename": "tests_uri_xmlParse3986Userinfo.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986DecOctet", | |
| "function_signature": "static int xmlParse3986DecOctet(const char **str)", | |
| "test_filename": "tests_uri_xmlParse3986DecOctet.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986Host", | |
| "function_signature": "static int xmlParse3986Host(xmlURIPtr uri, const char **str)", | |
| "test_filename": "tests_uri_xmlParse3986Host.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986Authority", | |
| "function_signature": "static int xmlParse3986Authority(xmlURIPtr uri, const char **str)", | |
| "test_filename": "tests_uri_xmlParse3986Authority.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986Segment", | |
| "function_signature": "static int xmlParse3986Segment(xmlURIPtr uri, const char **str, char forbid, int empty)", | |
| "test_filename": "tests_uri_xmlParse3986Segment.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986PathAbEmpty", | |
| "function_signature": "static int xmlParse3986PathAbEmpty(xmlURIPtr uri, const char **str)", | |
| "test_filename": "tests_uri_xmlParse3986PathAbEmpty.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986PathAbsolute", | |
| "function_signature": "static int xmlParse3986PathAbsolute(xmlURIPtr uri, const char **str)", | |
| "test_filename": "tests_uri_xmlParse3986PathAbsolute.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986PathRootless", | |
| "function_signature": "static int xmlParse3986PathRootless(xmlURIPtr uri, const char **str)", | |
| "test_filename": "tests_uri_xmlParse3986PathRootless.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986PathNoScheme", | |
| "function_signature": "static int xmlParse3986PathNoScheme(xmlURIPtr uri, const char **str)", | |
| "test_filename": "tests_uri_xmlParse3986PathNoScheme.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986HierPart", | |
| "function_signature": "static int xmlParse3986HierPart(xmlURIPtr uri, const char **str)", | |
| "test_filename": "tests_uri_xmlParse3986HierPart.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986RelativeRef", | |
| "function_signature": "static int xmlParse3986RelativeRef(xmlURIPtr uri, const char *str)", | |
| "test_filename": "tests_uri_xmlParse3986RelativeRef.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986URI", | |
| "function_signature": "static int xmlParse3986URI(xmlURIPtr uri, const char *str)", | |
| "test_filename": "tests_uri_xmlParse3986URI.c" | |
| }, | |
| { | |
| "function_name": "xmlParse3986URIReference", | |
| "function_signature": "static int xmlParse3986URIReference(xmlURIPtr uri, const char *str)", | |
| "test_filename": "tests_uri_xmlParse3986URIReference.c" | |
| }, | |
| { | |
| "function_name": "xmlParseURISafe", | |
| "function_signature": "int xmlParseURISafe(const char *str, xmlURI **uriOut)", | |
| "test_filename": "tests_uri_xmlParseURISafe.c" | |
| }, | |
| { | |
| "function_name": "xmlCleanURI", | |
| "function_signature": "static void xmlCleanURI(xmlURIPtr uri)", | |
| "test_filename": "tests_uri_xmlCleanURI.c" | |
| }, | |
| { | |
| "function_name": "xmlFreeURI", | |
| "function_signature": "void xmlFreeURI(xmlURI *uri)", | |
| "test_filename": "tests_uri_xmlFreeURI.c" | |
| }, | |
| { | |
| "function_name": "xmlIsPathSeparator", | |
| "function_signature": "static int xmlIsPathSeparator(int c, int isFile)", | |
| "test_filename": "tests_uri_xmlIsPathSeparator.c" | |
| }, | |
| { | |
| "function_name": "xmlNormalizePath", | |
| "function_signature": "static int xmlNormalizePath(char *path, int isFile)", | |
| "test_filename": "tests_uri_xmlNormalizePath.c" | |
| }, | |
| { | |
| "function_name": "xmlIsAbsolutePath", | |
| "function_signature": "static int xmlIsAbsolutePath(const xmlChar *path)", | |
| "test_filename": "tests_uri_xmlIsAbsolutePath.c" | |
| }, | |
| { | |
| "function_name": "xmlResolvePath", | |
| "function_signature": "static int xmlResolvePath(const xmlChar *escRef, const xmlChar *base, xmlChar **out)", | |
| "test_filename": "tests_uri_xmlResolvePath.c" | |
| }, | |
| { | |
| "function_name": "xmlBuildURISafe", | |
| "function_signature": "int xmlBuildURISafe(const xmlChar *URI, const xmlChar *base, xmlChar **valPtr)", | |
| "test_filename": "tests_uri_xmlBuildURISafe.c" | |
| }, | |
| { | |
| "function_name": "xmlParseUriOrPath", | |
| "function_signature": "static int xmlParseUriOrPath(const char *str, xmlURIPtr *out, int *drive)", | |
| "test_filename": "tests_uri_xmlParseUriOrPath.c" | |
| }, | |
| { | |
| "function_name": "xmlBuildRelativeURISafe", | |
| "function_signature": "int xmlBuildRelativeURISafe(const xmlChar * URI, const xmlChar * base,\n xmlChar **valPtr)", | |
| "test_filename": "tests_uri_xmlBuildRelativeURISafe.c" | |
| } | |
| ] |