Searched defs:elem (Results 26 - 42 of 42) sorted by relevance

12

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlwriter.c80 xmlLinkPtr elem; member in struct:_xmlTextWriterNsStackEntry
H A Druntest.c984 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, argument
H A Dvalid.c800 xmlValidBuildContentModel(xmlValidCtxtPtr ctxt, xmlElementPtr elem) { argument
1339 xmlFreeElement(xmlElementPtr elem) argument
1602 xmlCopyElement(xmlElementPtr elem) argument
1652 xmlDumpElementDecl(xmlBufferPtr buf, xmlElementPtr elem) argument
1712 xmlDumpElementDeclScan(xmlElementPtr elem, xmlBufferPtr buf) argument
1847 xmlScanAttributeDecl(xmlDtdPtr dtd, const xmlChar *elem) argument
1879 xmlScanIDAttributeDecl(xmlValidCtxtPtr ctxt, xmlElementPtr elem, int err) argument
1959 xmlAddAttributeDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, const xmlChar *ns, xmlAttributeType type, xmlAttributeDefault def, const xmlChar *defaultValue, xmlEnumerationPtr tree) argument
2705 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) argument
3030 xmlIsRef(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) argument
3284 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) argument
3321 xmlGetDtdQAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, const xmlChar *prefix) argument
3858 xmlValidCtxtNormalizeAttributeValue(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *name, const xmlChar *value) argument
3944 xmlValidNormalizeAttributeValue(xmlDocPtr doc, xmlNodePtr elem, const xmlChar *name, const xmlChar *value) argument
4055 xmlElementPtr elem = xmlGetDtdElementDesc(doc->intSubset, local
4131 xmlValidateElementDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlElementPtr elem) argument
4253 xmlValidateOneAttribute(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr, const xmlChar *value) argument
4430 xmlValidateOneNamespace(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value) argument
5419 xmlValidateOneCdataElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
5553 xmlValidGetElemDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, int *extsubset) argument
5616 xmlValidatePushElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *qname) argument
5844 xmlValidateOneElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
6272 xmlValidateElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
6565 xmlElementPtr elem = NULL; local
[all...]
H A DHTMLparser.c1248 htmlAutoCloseTag(htmlDocPtr doc, const xmlChar *name, htmlNodePtr elem) { argument
1274 htmlIsAutoClosed(htmlDocPtr doc, htmlNodePtr elem) { argument
[all...]
H A Dparser.c4999 const xmlChar *elem = NULL; local
5115 const xmlChar *elem; local
7688 xmlParseAttribute2(xmlParserCtxtPtr ctxt, const xmlChar *pref, const xmlChar *elem, const xmlChar **prefix, xmlChar **value, int *len, int *alloc) argument
[all...]
H A Dtree.c2870 xmlAddNextSibling(xmlNodePtr cur, xmlNodePtr elem) { argument
2948 xmlAddPrevSibling(xmlNodePtr cur, xmlNodePtr elem) argument
3024 xmlAddSibling(xmlNodePtr cur, xmlNodePtr elem) argument
7894 xmlDOMWrapNSNormDeclareNsForced(xmlDocPtr doc, xmlNodePtr elem, const xmlChar *nsName, const xmlChar *prefix, int checkShadow) argument
7971 xmlDOMWrapNSNormAquireNormalizedNs(xmlDocPtr doc, xmlNodePtr elem, xmlNsPtr ns, xmlNsPtr *retNs, xmlNsMapPtr *nsMap, int depth, int ancestorsOnly, int prefixed) argument
8111 xmlDOMWrapReconcileNamespaces(xmlDOMWrapCtxtPtr ctxt ATTRIBUTE_UNUSED, xmlNodePtr elem, int options) argument
[all...]
H A Drelaxng.c382 xmlRegExecCtxtPtr elem; /* the current element regexp */ member in struct:_xmlRelaxNGValidCtxt
8151 xmlRelaxNGValidatePushElement(xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr elem) argument
8273 xmlRelaxNGValidatePopElement(xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr elem) argument
8322 xmlRelaxNGValidateFullElement(xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr elem) argument
9424 xmlRelaxNGElementMatch(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr define, xmlNodePtr elem) argument
[all...]
H A Dxpath.c8159 xmlNodePtr elem = NULL; local
[all...]
H A Dxmlschemas.c1658 xmlSchemaElementPtr elem; local
1730 xmlNodePtr elem; local
2164 xmlNodePtr elem = node->parent; local
3893 xmlSchemaFreeElement(xmlSchemaElementPtr elem) argument
4147 xmlSchemaElementDump(xmlSchemaElementPtr elem, FILE * output, const xmlChar * name ATTRIBUTE_UNUSED, const xmlChar * namespace ATTRIBUTE_UNUSED, const xmlChar * context ATTRIBUTE_UNUSED) argument
27722 xmlSchemaValidateOneElement(xmlSchemaValidCtxtPtr ctxt, xmlNodePtr elem) argument
27894 attributeDeclSplit(void *ctx, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
[all...]
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtransform.c2777 xsltStackElemPtr elem; local
H A Dxslt.c450 xsltNewNamespaceMapItem(xsltCompilerCtxtPtr cctxt, xmlDocPtr doc, xmlNsPtr ns, xmlNodePtr elem) argument
1805 xsltLREBuildEffectiveNs(xsltCompilerCtxtPtr cctxt, xmlNodePtr elem) argument
1976 xsltLREBuildEffectiveNsNodes(xsltCompilerCtxtPtr cctxt, xsltStyleItemLRElementInfoPtr item, xmlNodePtr elem, int isLRE) argument
2119 xsltLREInfoCreate(xsltCompilerCtxtPtr cctxt, xmlNodePtr elem, int isLRE) argument
3619 xsltParseAnyXSLTElem(xsltCompilerCtxtPtr cctxt, xmlNodePtr elem) argument
[all...]
H A DxsltInternals.h231 xmlNodePtr elem; /* the source element */ member in struct:_xsltTemplate
1142 xmlNodePtr elem; /* the element holding the ns-decl */ member in struct:_xsltNsMap
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregexec.c3366 bitset_word_t elem, mask; local
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregexec.c3347 bitset_word_t elem, mask; local
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregexec.c3303 bitset_word_t elem, mask; local
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c2990 int32_t elem; variable
3544 int32_t elem; variable
[all...]
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c3037 int32_t elem; variable
3586 int32_t elem; variable
[all...]

Completed in 401 milliseconds

12