Searched refs:URI (Results 1 - 25 of 96) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dio1.c28 * @URI: an URI to test
35 sqlMatch(const char * URI) { argument
36 if ((URI != NULL) && (!strncmp(URI, "sql:", 4)))
43 * @URI: an URI to test
51 sqlOpen(const char * URI) { argument
52 if ((URI == NULL) || (strncmp(URI, "sq
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dcss-tokens.h62 URI, enumerator in enum:__anon3040
H A Dcss-url.c96 "URI",
102 Given a detected URI token, get only the URI specified within.
105 A URI can be specified with or without quotes, and the quotes
184 if (token == STRING || token == URI)
186 /*DEBUGP (("Got URI "));*/
190 if (token == URI)
224 else if(token == URI)
233 DEBUGP (("Found URI: [%s] at %d [%s]\n", yytext, buffer_pos, uri));
H A Dcss.l131 "url("{w}{string}{w}")" {return URI;}
132 "url("{w}{url}{w}")" {return URI;}
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcheck-xinclude-test-suite.py71 print "Test without URI:", id
74 print "Test without URI:", id
77 URI = basedir + "/" + uri
79 URI = uri
80 if os.access(URI, os.R_OK) == 0:
81 print "Test %s missing: base %s uri %s" % (URI, basedir, uri)
108 # print "testing %s" % (URI)
109 doc = libxml2.parseFile(URI)
123 print "Failed to parse %s" % (URI)
156 log.write(" File: %s\n" % (URI))
[all...]
H A Dcheck-xml-test-suite.py294 uri = test.prop('URI')
300 print "Test without URI:", id
303 URI = libxml2.buildURI(uri, base)
304 if os.access(URI, os.R_OK) == 0:
305 print "Test %s missing: base %s uri %s" % (URI, base, uri)
314 res = testInvalid(URI, id)
316 res = testValid(URI, id)
319 # print URI
321 # res = testNotWfEntDtd(URI, id)
323 # res = testNotWf(URI, i
[all...]
H A Dxinclude.c53 xmlChar *URI; /* the fully resolved resource URL */ member in struct:_xmlXIncludeRef
54 xmlChar *fragment; /* the fragment in the URI */
200 xmlGenericError(xmlGenericErrorContext, "Freeing doc %s\n", ref->URI);
204 if (ref->URI != NULL)
205 xmlFree(ref->URI);
216 * @URI: the resource URI
223 xmlXIncludeNewRef(xmlXIncludeCtxtPtr ctxt, const xmlChar *URI, argument
228 xmlGenericError(xmlGenericErrorContext, "New ref %s\n", URI);
236 if (URI
495 xmlChar *URI; local
1997 xmlChar *URI; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Duri.in.h2 * Summary: library of generic URI related routines
3 * Description: library of generic URI related routines
24 * A parsed URI reference. This is a struct containing the various fields
30 char *scheme; /* the URI scheme */
39 int cleanup; /* parsing potentially unclean URI */
50 xmlBuildURI (const xmlChar *URI,
53 xmlBuildRelativeURI (const xmlChar *URI,
H A Dxinclude.c53 xmlChar *URI; /* the fully resolved resource URL */ member in struct:_xmlXIncludeRef
54 xmlChar *fragment; /* the fragment in the URI */
200 xmlGenericError(xmlGenericErrorContext, "Freeing doc %s\n", ref->URI);
204 if (ref->URI != NULL)
205 xmlFree(ref->URI);
216 * @URI: the resource URI
223 xmlXIncludeNewRef(xmlXIncludeCtxtPtr ctxt, const xmlChar *URI, argument
228 xmlGenericError(xmlGenericErrorContext, "New ref %s\n", URI);
236 if (URI
498 xmlChar *URI; local
1989 xmlChar *URI; local
[all...]
H A Dcatalog.in.h97 const xmlChar *URI);
131 xmlCatalogResolveURI (const xmlChar *URI);
158 const xmlChar *URI);
H A DHTMLtree.in.h63 htmlNewDoc (const xmlChar *URI,
66 htmlNewDocNoDtD (const xmlChar *URI,
H A DxmlIO.in.h27 * @filename: the filename or URI
37 * @filename: the filename or URI
73 * @filename: the filename or URI
83 * @filename: the filename or URI
170 xmlParserInputBufferCreateFilename (const char *URI,
211 __xmlParserInputBufferCreateFilename(const char *URI,
226 xmlOutputBufferCreateFilename (const char *URI,
272 __xmlOutputBufferCreateFilename(const char *URI,
H A DSAX2.in.h114 const xmlChar *URI,
124 const xmlChar *URI);
H A DSAX2.c490 xmlChar *URI; local
499 URI = xmlBuildURI(systemId, (const xmlChar *) base);
506 ret = xmlLoadExternalEntity((const char *) URI,
508 if (URI != NULL)
509 xmlFree(URI);
572 val = xmlParseCtxtExternalEntity(ctxt, ret->URI,
645 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
646 xmlChar *URI; local
654 URI = xmlBuildURI(systemId, (const xmlChar *) base);
655 ent->URI
665 xmlChar *URI; local
882 xmlChar *URI; local
902 xmlChar *URI; local
2113 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Duri.h2 * Summary: library of generic URI related routines
3 * Description: library of generic URI related routines
24 * A parsed URI reference. This is a struct containing the various fields
34 char *scheme; /* the URI scheme */
43 int cleanup; /* parsing potentially unclean URI */
44 char *query_raw; /* the query string (as it appears in the URI) */
55 xmlBuildURI (const xmlChar *URI,
58 xmlBuildRelativeURI (const xmlChar *URI,
H A Dcatalog.h97 const xmlChar *URI);
131 xmlCatalogResolveURI (const xmlChar *URI);
158 const xmlChar *URI);
H A DHTMLtree.h63 htmlNewDoc (const xmlChar *URI,
66 htmlNewDocNoDtD (const xmlChar *URI,
H A DxmlIO.h27 * @filename: the filename or URI
37 * @filename: the filename or URI
73 * @filename: the filename or URI
83 * @filename: the filename or URI
170 xmlParserInputBufferCreateFilename (const char *URI,
211 __xmlParserInputBufferCreateFilename(const char *URI,
226 xmlOutputBufferCreateFilename (const char *URI,
272 __xmlOutputBufferCreateFilename(const char *URI,
H A DSAX2.h114 const xmlChar *URI,
124 const xmlChar *URI);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Duri.in.h2 * Summary: library of generic URI related routines
3 * Description: library of generic URI related routines
24 * A parsed URI reference. This is a struct containing the various fields
30 char *scheme; /* the URI scheme */
39 int cleanup; /* parsing potentially unclean URI */
50 xmlBuildURI (const xmlChar *URI,
53 xmlBuildRelativeURI (const xmlChar *URI,
H A Dxinclude.c53 xmlChar *URI; /* the fully resolved resource URL */ member in struct:_xmlXIncludeRef
54 xmlChar *fragment; /* the fragment in the URI */
200 xmlGenericError(xmlGenericErrorContext, "Freeing doc %s\n", ref->URI);
204 if (ref->URI != NULL)
205 xmlFree(ref->URI);
216 * @URI: the resource URI
223 xmlXIncludeNewRef(xmlXIncludeCtxtPtr ctxt, const xmlChar *URI, argument
228 xmlGenericError(xmlGenericErrorContext, "New ref %s\n", URI);
236 if (URI
498 xmlChar *URI; local
1989 xmlChar *URI; local
[all...]
H A Dcatalog.in.h97 const xmlChar *URI);
131 xmlCatalogResolveURI (const xmlChar *URI);
158 const xmlChar *URI);
H A DHTMLtree.in.h63 htmlNewDoc (const xmlChar *URI,
66 htmlNewDocNoDtD (const xmlChar *URI,
H A DxmlIO.in.h27 * @filename: the filename or URI
37 * @filename: the filename or URI
73 * @filename: the filename or URI
83 * @filename: the filename or URI
170 xmlParserInputBufferCreateFilename (const char *URI,
211 __xmlParserInputBufferCreateFilename(const char *URI,
226 xmlOutputBufferCreateFilename (const char *URI,
272 __xmlOutputBufferCreateFilename(const char *URI,
H A DSAX2.in.h114 const xmlChar *URI,
124 const xmlChar *URI);

Completed in 220 milliseconds

1234