Searched refs:prefix (Results 51 - 75 of 207) sorted by relevance

123456789

/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dipv6.c31 /* Destination prefix */
32 struct in6_addr prefix; member in struct:ipv6_miniroute
48 * @v prefix Destination prefix
54 add_ipv6_miniroute ( struct net_device *netdev, struct in6_addr prefix, argument
63 miniroute->prefix = prefix;
94 * @v prefix Destination prefix
98 int add_ipv6_address ( struct net_device *netdev, struct in6_addr prefix, argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_dump.c658 int tag = XPT_TDP_TAG(td->prefix);
663 tag = XPT_TDP_TAG(td->prefix);
672 } else if (XPT_TDP_IS_POINTER(td->prefix.flags)) {
673 if (XPT_TDP_IS_REFERENCE(td->prefix.flags))
716 if (XPT_TDP_TAG(pd->type.prefix) != TD_UINT32 &&
717 XPT_TDP_TAG(pd->type.prefix) != TD_VOID) {
773 if (XPT_TDP_TAG(td->prefix) == TD_ARRAY) {
783 if (XPT_TDP_IS_POINTER(td->prefix.flags))
789 if (XPT_TDP_IS_UNIQUE_POINTER(td->prefix.flags))
795 if (XPT_TDP_IS_REFERENCE(td->prefix
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c703 xmlChar *name = NULL, *prefix = NULL; local
723 /* TODO: optimize name/prefix allocation */
724 name = xmlSplitQName(ctxt, fullname, &prefix);
728 name, prefix, (xmlAttributeType) type,
732 name, prefix, (xmlAttributeType) type,
749 if (prefix != NULL)
750 xmlFree(prefix);
1043 * @fullname: The attribute name, including namespace prefix
1045 * @prefix: the prefix o
1370 xmlCheckDefaultedAttributes(xmlParserCtxtPtr ctxt, const xmlChar *name, const xmlChar *prefix, const xmlChar **atts) argument
1528 xmlChar *prefix; local
1892 xmlSAX2AttributeNs(xmlParserCtxtPtr ctxt, const xmlChar * localname, const xmlChar * prefix, const xmlChar * value, const xmlChar * valueend) argument
2120 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...]
H A Dpattern.c281 * @namespaces: the prefix definitions, array of [URI, prefix] terminated
888 * @prefix: the place to store the prefix
896 xmlPatScanQName(xmlPatParserContextPtr ctxt, xmlChar **prefix) {
899 *prefix = NULL;
902 *prefix = ret;
937 xmlChar *prefix = name; local
943 XML_PAT_FREE_STRING(ctxt, prefix);
951 if ((prefix[
1060 xmlChar *prefix = name; local
1126 xmlChar *prefix = name; local
[all...]
H A Dlibxml2.spec94 %{prefix}/bin/xmllint
95 %{prefix}/bin/xmlcatalog
113 %{prefix}/include/*
114 %{prefix}/bin/xml2-config
115 %{prefix}/share/aclocal/libxml.m4
H A Dxmlreader.c618 * @fullname: The element name, including namespace prefix
646 * @fullname: The element name, including namespace prefix
667 * @prefix: the element namespace prefix if available
670 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
673 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
681 const xmlChar *prefix,
696 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
712 * @prefix: the element namespace prefix i
679 xmlTextReaderStartElementNs(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
718 xmlTextReaderEndElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI) argument
2323 xmlChar *prefix = NULL; local
2396 xmlChar *prefix = NULL; local
2492 xmlTextReaderLookupNamespace(xmlTextReaderPtr reader, const xmlChar *prefix) argument
2568 xmlChar *prefix = NULL; local
2676 xmlChar *prefix = NULL; local
[all...]
H A Druntest.c1411 const xmlChar *prefix,
1425 if (prefix == NULL)
1428 fprintf(SAXdebug, ", %s", (char *) prefix);
1468 const xmlChar *prefix,
1475 if (prefix == NULL)
1478 fprintf(SAXdebug, ", %s", (char *) prefix);
2973 char prefix[500]; local
3004 memcpy(prefix, base, len);
3005 prefix[len] = 0;
3007 snprintf(pattern, 499, "./test/schemas/%s_?.xml", prefix);
1409 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, 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
1466 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
3147 char prefix[500]; local
3234 char prefix[500]; local
3766 char prefix[500]; local
[all...]
H A Dxmlwriter.c78 xmlChar *prefix; member in struct:_xmlTextWriterNsStackEntry
1036 * @prefix: namespace prefix or NULL
1046 const xmlChar * prefix, const xmlChar * name,
1057 if (prefix != 0) {
1058 buf = xmlStrdup(prefix);
1080 if (prefix != 0) {
1082 buf = xmlStrcat(buf, prefix);
1085 p->prefix = buf;
1802 * @prefix
1045 xmlTextWriterStartElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI) argument
1811 xmlTextWriterStartAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI) argument
2045 xmlTextWriterWriteFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, ...) argument
2077 xmlTextWriterWriteVFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr) argument
2113 xmlTextWriterWriteAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
2248 xmlTextWriterWriteFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, ...) argument
2280 xmlTextWriterWriteVFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr) argument
2316 xmlTextWriterWriteElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
4300 xmlChar *prefix = NULL; local
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dhash.h184 const xmlChar *prefix);
188 const xmlChar *prefix,
194 const xmlChar *prefix,
H A Dxmlwriter.h91 prefix,
118 const xmlChar * prefix,
124 const xmlChar * prefix,
132 prefix,
182 prefix,
209 const xmlChar * prefix,
215 const xmlChar * prefix,
223 prefix,
H A DSAX.h132 const xmlChar *prefix);
144 const xmlChar *prefix);
H A DSAX2.h113 const xmlChar *prefix,
123 const xmlChar *prefix,
/vbox/src/VBox/Installer/linux/install_service/
H A Dinstall_service.sh36 |--remove [--prefix <prefix>]
79 --prefix <prefix>
80 Treat all paths as relative to <prefix> rather than /etc.
119 "--prefix")
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dib_packet.h37 union ib_guid prefix; member in struct:ib_gid::__anon15733
47 IB_GUID_ARGS ( &(gid)->s.prefix ), IB_GUID_ARGS ( &(gid)->s.guid )
H A Dip6.h75 struct in6_addr prefix, int prefix_len,
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdesktop.spec21 ./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir}
/vbox/src/libs/xpcom18a4/nsprpub/
H A Dgmakefile.win59 --with-dist-prefix=$(MOZ_DIST_FLIPPED) \
/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/ ...
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcfbmap.h76 #define CATNAME(prefix,subname) prefix##subname
78 #define CATNAME(prefix,subname) prefix/**/subname
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Diplmap.h54 #define CATNAME(prefix,subname) prefix##subname
56 #define CATNAME(prefix,subname) prefix/**/subname
/vbox/src/libs/xpcom18a4/xpcom/tests/utils/
H A Dcp.js2 var prefix = ""; variable
/vbox/src/libs/xpcom18a4/python/src/loader/
H A Dpyloader.cpp263 void LogMessage(const char *prefix, const char *pszMessageText) argument
268 void LogMessage(const char *prefix, nsACString &text) argument
270 LogMessage(prefix, nsPromiseFlatCString(text).get());
274 static void VLogF(const char *prefix, const char *fmt, va_list argptr) argument
280 LogMessage(prefix, buff);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/gcc/
H A Dmingw-gcc-build.py90 "--prefix",
91 action = "store", type = "string", dest = "prefix",
138 self.prefix = os.path.realpath(os.path.expanduser(self.options.prefix))
158 print "Prefix (install) directory :", self.Relative(self.prefix)
188 for path in (self.src_dir, self.build_dir,self.prefix, self.symlinks):
451 prefix = self.config.prefix
459 '--prefix=' + prefix,
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_smc.c186 memcpy ( &ibdev->gid.s.prefix, port_info->gid_prefix,
187 sizeof ( ibdev->gid.s.prefix ) );
/vbox/src/VBox/Runtime/common/zip/
H A Dtar.h117 char prefix[155]; member in struct:RTZIPTARHDRPOSIX
136 AssertCompileMemberOffset(RTZIPTARHDRPOSIX, prefix, 345);

Completed in 162 milliseconds

123456789