Searched defs:prefix (Results 51 - 75 of 98) sorted by relevance

1234

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddixstruct.h49 xConnSetupPrefix *prefix; member in struct:__anon4523
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddixstruct.h49 xConnSetupPrefix *prefix; member in struct:__anon4084
/vbox/src/libs/libxml2-2.6.31/
H A DtestSAX.c886 const xmlChar *prefix,
900 if (prefix == NULL)
903 fprintf(stdout, ", %s", (char *) prefix);
943 const xmlChar *prefix,
950 if (prefix == NULL)
953 fprintf(stdout, ", %s", (char *) prefix);
884 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
941 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
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 Dc14n.c409 const xmlChar *prefix; local
422 prefix = ((ns == NULL) || (ns->prefix == NULL)) ? BAD_CAST "" : ns->prefix;
424 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
431 if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) {
442 const xmlChar *prefix; local
455 prefix = ((ns == NULL) || (ns->prefix
737 xmlChar *prefix; local
[all...]
H A DdebugXML.c119 if (xmlStrEqual(cur->prefix, ns->prefix))
203 if (ns->prefix == NULL)
209 (char *) ns->prefix);
212 if (ns->prefix == NULL)
218 (char *) ns->prefix);
728 if (ns->prefix != NULL)
731 (char *) ns->prefix);
737 if (ns->prefix != NULL)
739 (char *) ns->prefix);
2105 xmlChar* prefix; local
[all...]
H A Dschematron.c791 * @prefix: the namespace prefix
798 const xmlChar *prefix, const xmlChar *ns)
827 xmlDictLookup(ctxt->dict, prefix, -1);
1162 xmlChar *prefix = xmlGetNoNsProp(cur, BAD_CAST "prefix"); local
1169 if ((prefix == NULL) || (prefix[0] == 0)) {
1172 "ns element has no prefix", NULL, NULL);
1174 if ((prefix)
797 xmlSchematronAddNamespace(xmlSchematronParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *ns) argument
[all...]
H A Dxpointer.c1063 xmlChar *prefix; local
1068 prefix = xmlXPathParseNCName(ctxt);
1069 if (prefix == NULL) {
1076 xmlFree(prefix);
1087 xmlFree(prefix);
1095 xmlFree(prefix);
1101 xmlXPathRegisterNs(ctxt->context, prefix, URI);
1104 xmlFree(prefix);
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 Dxmllint.c1511 const xmlChar *prefix,
1525 if (prefix == NULL)
1528 fprintf(stdout, ", %s", (char *) prefix);
1568 const xmlChar *prefix,
1575 if (prefix == NULL)
1578 fprintf(stdout, ", %s", (char *) prefix);
1979 namespaces[i++] = ns->prefix;
1509 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
1566 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
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/zlib-1.2.6/contrib/untgz/
H A Duntgz.c85 char prefix[155]; /* 345 */ member in struct:tar_header
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jar ... .FastInfosetException java.io.IOException int b String prefix
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
H A Djaxb-impl.jar ... xml.namespace.NamespaceContext) String uri String localPart String prefix CharSequence text javax.xml.namespace.NamespaceContext nsc ...
/vbox/src/VBox/Devices/PC/BIOS/
H A Debda.h112 uint8_t prefix; member in struct:__anon14983
/vbox/src/VBox/Devices/Audio/
H A Daudio.c453 static void audio_process_options (PCFGMNODE pCfgHandle, const char *prefix, argument
460 if (audio_bug (AUDIO_FUNC, !prefix)) {
461 dolog ("prefix = NULL\n");
477 if(!strncmp(prefix, "AUDIO", 5)) {
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c123 char yyintprefix; /* int token macro prefix (+/-) */
403 const char *prefix = "", *suffix = ""; local
432 prefix = "@";
437 prefix, dnp->dn_ident->di_name, suffix);
1225 * If a prefix character is present in macro text, add
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdesktop.c1604 str_startswith(const char *s, const char *prefix) argument
1606 return (strncmp(s, prefix, strlen(prefix)) == 0);
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h96 * This is the namespace for the special xml: prefix predefined in the
228 const xmlChar *prefix; /* the namespace prefix if any */ member in struct:_xmlAttribute
272 const xmlChar *prefix; /* Namespace prefix */ member in struct:_xmlElementContent
319 const xmlChar *prefix; /* the namespace prefix if any */ member in struct:_xmlElement
340 * Note that prefix == NULL is valid, it defines the default namespace
352 const xmlChar *prefix; /* prefix fo member in struct:_xmlNs
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp1833 const char* prefix; member in struct:ArrayAndPrefix
1845 if(name != PL_strnstr(name, args->prefix, args->length))
1854 /* nsIEnumerator enumerateInterfacesWhoseNamesStartWith (in string prefix); */
1855 NS_IMETHODIMP xptiInterfaceInfoManager::EnumerateInterfacesWhoseNamesStartWith(const char *prefix, nsIEnumerator **_retval) argument
1862 ArrayAndPrefix args = {array, prefix, PL_strlen(prefix)};
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_struct.h345 * The tag field in the prefix indicates which of the variant TypeDescriptor
403 XPTTypeDescriptorPrefix prefix; member in struct:XPTTypeDescriptor
413 (to).prefix.flags = (from).prefix.flags; \
536 * The tag field of the prefix discriminates among the variant record
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/
H A D_sre.c624 /* check known prefix */
626 /* <length> <skip> <prefix data> <overlap data> */
1500 SRE_CODE* prefix = NULL; local
1507 /* <INFO> <1=skip> <2=flags> <3=min> <4=max> <5=prefix info> */
1520 /* pattern starts with a known prefix */
1521 /* <length> <skip> <prefix data> <overlap data> */
1524 prefix = pattern + 7;
1525 overlap = prefix + prefix_len - 1;
1534 TRACE(("prefix = %p %d %d\n", prefix, prefix_le
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c633 /* check known prefix */
635 /* <length> <skip> <prefix data> <overlap data> */
1509 SRE_CODE* prefix = NULL; local
1516 /* <INFO> <1=skip> <2=flags> <3=min> <4=max> <5=prefix info> */
1529 /* pattern starts with a known prefix */
1530 /* <length> <skip> <prefix data> <overlap data> */
1533 prefix = pattern + 7;
1534 overlap = prefix + prefix_len - 1;
1543 TRACE(("prefix = %p %d %d\n", prefix, prefix_le
[all...]

Completed in 258 milliseconds

1234