Searched defs:scheme (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dopen.h50 * This is the "scheme" portion of the URI, e.g. "http" or
53 const char *scheme; member in struct:uri_opener
92 extern struct uri_opener * xfer_uri_opener ( const char *scheme );
H A Duri.h31 * scheme = "http", host = "www.ipxe.org", path = "/wiki"
39 * scheme = "mailto", opaque = "bob@nowhere.com"
43 * scheme = "ftp", user = "joe", password = "secret",
51 const char *scheme; member in struct:uri
91 #define uri_get_field( uri, field ) (&uri->scheme)[field]
108 * An absolute URI begins with a scheme, e.g. "http:" or "mailto:".
113 return ( uri->scheme != NULL );
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Duri.h34 char *scheme; /* the URI scheme */ member in struct:_xmlURI
/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c671 * @scheme: allocation method to use
679 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme) { argument
680 xmlBufferAllocScheme = scheme;
691 * Returns the current allocation scheme
6676 * @scheme: allocation scheme to use
6678 * Sets the allocation scheme for this buffer
6682 xmlBufferAllocationScheme scheme) {
6692 buf->alloc = scheme;
6681 xmlBufferSetAllocationScheme(xmlBufferPtr buf, xmlBufferAllocationScheme scheme) argument
H A Dtestapi.c18741 xmlBufferAllocationScheme scheme; /* allocation scheme to use */ local
18748 scheme = gen_xmlBufferAllocationScheme(n_scheme, 1);
18750 xmlBufferSetAllocationScheme(buf, scheme);
18753 des_xmlBufferAllocationScheme(n_scheme, scheme, 1);
23020 xmlBufferAllocationScheme scheme; /* allocation method to use */ local
23025 scheme = gen_xmlBufferAllocationScheme(n_scheme, 0);
23027 xmlSetBufferAllocationScheme(scheme);
23029 des_xmlBufferAllocationScheme(n_scheme, scheme, 0);
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c4312 char * scheme; local
4314 if (!PyArg_ParseTuple(args, (char *)"Oz:xmlURISetScheme", &pyobj_URI, &scheme))
4318 if (URI->scheme != NULL) xmlFree(URI->scheme);
4319 URI->scheme = (char *)xmlStrdup((const xmlChar *)scheme);
10710 c_retval = URI->scheme;
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 220 milliseconds