Searched +defs:decl +defs:type +defs:start (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcc-engine.el[all...]
H A Ddelphi.el[all...]
H A Dada-mode.el[all...]
H A Dpascal.el[all...]
H A Dvhdl-mode.el[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dcplus-dem.c492 consume_count (const char **type) argument
639 string type; local
1014 string decl; local
3346 get_count(const char **type, int *count) argument
3387 string decl; local
4023 const char *start = *mangled; local
4082 remember_type(struct work_stuff *work, const char *start, int len) argument
4112 remember_Ktype(struct work_stuff *work, const char *start, int len) argument
4167 remember_Btype(struct work_stuff *work, const char *start, int len, int index) argument
4429 string type; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DASTBuilder.h62 int start; member in struct:JSC::ASTBuilder::BinaryOpInfo
73 AssignmentInfo(ExpressionNode* node, unsigned start, unsigned divot, unsigned divotLine, unsigned divotLineStart, int initAssignments, Operator op) argument
184 createResolve(const JSTokenLocation& location, const Identifier* ident, unsigned start, unsigned divotLine, unsigned divotLineStart) argument
231 createBracketAccess(const JSTokenLocation& location, ExpressionNode* base, ExpressionNode* property, bool propertyHasAssignments, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
238 createDotAccess(const JSTokenLocation& location, ExpressionNode* base, const Identifier* property, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
245 createRegExp(const JSTokenLocation& location, const Identifier& pattern, const Identifier& flags, int start, unsigned divotLine, unsigned divotLineStart) argument
255 createNewExpr(const JSTokenLocation& location, ExpressionNode* expr, ArgumentsNode* arguments, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
262 createNewExpr(const JSTokenLocation& location, ExpressionNode* expr, int start, int end, unsigned divotLine, unsigned divotLineStart) argument
274 createAssignResolve(const JSTokenLocation& location, const Identifier& ident, ExpressionNode* rhs, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
300 createGetterOrSetterProperty(const JSTokenLocation& location, PropertyNode::Type type, const Identifier* name, ParameterNode* params, FunctionBodyNode* body, unsigned openBraceOffset, unsigned closeBraceOffset, int bodyStartLine, int bodyEndLine, unsigned bodyStartColumn) argument
308 createGetterOrSetterProperty(VM*, const JSTokenLocation& location, PropertyNode::Type type, double name, ParameterNode* params, FunctionBodyNode* body, unsigned openBraceOffset, unsigned closeBraceOffset, int bodyStartLine, int bodyEndLine, unsigned bodyStartColumn) argument
319 createProperty(const Identifier* propertyName, ExpressionNode* node, PropertyNode::Type type) argument
325 createProperty(VM*, double propertyName, ExpressionNode* node, PropertyNode::Type type) argument
343 FuncDeclNode* decl = new (m_vm) FuncDeclNode(location, *name, body, m_sourceCode->subExpression(openBraceOffset, closeBraceOffset, bodyStartLine, bodyStartColumn), parameters); local
358 createExprStatement(const JSTokenLocation& location, ExpressionNode* expr, int start, int end) argument
365 createIfStatement(const JSTokenLocation& location, ExpressionNode* condition, StatementNode* trueBlock, StatementNode* falseBlock, int start, int end) argument
372 createForLoop(const JSTokenLocation& location, ExpressionNode* initializer, ExpressionNode* condition, ExpressionNode* iter, StatementNode* statements, int start, int end) argument
379 createForInLoop(const JSTokenLocation& location, const Identifier* ident, ExpressionNode* initializer, ExpressionNode* iter, StatementNode* statements, int start, int divot, int end, int initStart, int initEnd, int startLine, int endLine, unsigned divotLine, unsigned divotLineStart) argument
387 createForInLoop(const JSTokenLocation& location, ExpressionNode* lhs, ExpressionNode* iter, StatementNode* statements, int eStart, int eDivot, int eEnd, int start, int end, unsigned divotLine, unsigned divotLineStart) argument
397 createVarStatement(const JSTokenLocation& location, ExpressionNode* expr, int start, int end) argument
479 createLabelStatement(const JSTokenLocation& location, const Identifier* ident, StatementNode* statement, unsigned start, unsigned end, unsigned divotLine, unsigned divotLineStart) argument
486 createWithStatement(const JSTokenLocation& location, ExpressionNode* expr, StatementNode* statement, unsigned start, unsigned end, unsigned startLine, unsigned endLine, unsigned divotLine, unsigned divotLineStart) argument
494 createThrowStatement(const JSTokenLocation& location, ExpressionNode* expr, int start, int end, int startLine, int endLine, unsigned divotLine, unsigned divotLineStart) argument
589 appendUnaryToken(int& tokenStackDepth, int type, unsigned start, unsigned divotLine, unsigned divotLineStart) argument
617 assignmentStackAppend(int& assignmentStackDepth, ExpressionNode* node, unsigned start, unsigned divot, unsigned divotLine, unsigned divotLineStart, int assignmentCount, Operator op) argument
654 setExceptionLocation(ThrowableExpressionData* node, unsigned start, unsigned divot, unsigned end, unsigned divotLine, unsigned divotLineStart) argument
694 makeDeleteNode(const JSTokenLocation& location, ExpressionNode* expr, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
825 makeFunctionCallNode(const JSTokenLocation& location, ExpressionNode* func, ArgumentsNode* args, int start, unsigned divot, int end, unsigned divotLine, unsigned divotLineStart) argument
940 makeAssignNode(const JSTokenLocation& location, ExpressionNode* loc, Operator op, ExpressionNode* expr, bool locHasAssignments, bool exprHasAssignments, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
977 makePrefixNode(const JSTokenLocation& location, ExpressionNode* expr, Operator op, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
982 makePostfixNode(const JSTokenLocation& location, ExpressionNode* expr, Operator op, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
[all...]
/macosx-10.9.5/swig-10/Source/Modules/
H A Druby.cxx47 String *type; member in class:RClass
318 String *type = 0; local
534 SwigType *type = Getattr(n, "type"); local
1426 int start = (current == MEMBER_FUNC || current == MEMBER_VAR || ctor_director) ? 1 : 0; local
1678 int start = (current == MEMBER_FUNC || current == MEMBER_VAR || ctor_director) ? 1 : 0; local
1822 String *decl = Getattr(n, "decl"); local
1826 String *type = Getattr(n, "type"); local
2037 String* type = SwigType_str(Getattr(sibl,"type"),NULL); local
2250 SwigType *type = Getattr(n, "type"); local
2592 String *type = NewString("VALUE"); local
2805 String *decl = Getattr(n, "decl"); local
2814 String *type = NewString("VALUE"); local
2961 String *decl; local
2962 String *type; local
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemas.c365 int type; /* E.g. XML_SCHEMA_CTXT_VALIDATOR */ member in struct:_xmlSchemaAbstractCtxt
385 int type; /* E.g. XML_SCHEMA_SCHEMA_IMPORT */ member in struct:_xmlSchemaSchemaRelation
394 int type; member in struct:_xmlSchemaBucket
420 int type; /* Main OR import OR include. */ member in struct:_xmlSchemaImport
449 int type; member in struct:_xmlSchemaInclude
475 xmlSchemaTypeType type; member in struct:_xmlSchemaBasicItem
487 xmlSchemaTypeType type; member in struct:_xmlSchemaAnnotItem
500 xmlSchemaTypeType type; member in struct:_xmlSchemaTreeItem
517 xmlSchemaTypeType type; member in struct:_xmlSchemaAttributeUse
542 xmlSchemaTypeType type; /* == XML_SCHEMA_EXTRA_ATTR_USE_PROHIB */ member in struct:_xmlSchemaAttributeUseProhib
588 int type; member in struct:_xmlSchemaParserCtxt
616 xmlAutomataStatePtr start; member in struct:_xmlSchemaParserCtxt
645 xmlSchemaTypeType type; member in struct:_xmlSchemaQNameRef
662 xmlSchemaTypeType type; member in struct:_xmlSchemaParticle
682 xmlSchemaTypeType type; /* XML_SCHEMA_TYPE_SEQUENCE, XML_SCHEMA_TYPE_CHOICE, XML_SCHEMA_TYPE_ALL */ member in struct:_xmlSchemaModelGroup
700 xmlSchemaTypeType type; /* XML_SCHEMA_TYPE_GROUP */ member in struct:_xmlSchemaModelGroupDef
737 xmlSchemaTypeType type; member in struct:_xmlSchemaIDC
771 xmlSchemaTypePtr type; member in struct:_xmlSchemaPSVIIDCKey
824 int type; member in struct:_xmlSchemaIDCStateObj
844 int type; member in struct:_xmlSchemaIDCMatcher
894 xmlSchemaElementPtr decl; /* the element/attribute declaration */ member in struct:_xmlSchemaNodeInfo
949 xmlSchemaAttributePtr decl; /* the attribute declaration */ member in struct:_xmlSchemaAttrInfo
965 int type; member in struct:_xmlSchemaValidCtxt
1117 xmlSchemaItemTypeToStr(xmlSchemaTypeType type) argument
1588 xmlSchemaTypePtr type = WXS_TYPE_CAST item; local
1603 xmlSchemaTypePtr type = WXS_TYPE_CAST item; local
1626 xmlSchemaTypePtr type = WXS_TYPE_CAST item; local
1785 xmlSchemaFormatFacetEnumSet(xmlSchemaAbstractCtxtPtr actxt, xmlChar **buf, xmlSchemaTypePtr type) argument
2442 xmlSchemaSimpleTypeErr(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, const xmlChar *value, xmlSchemaTypePtr type, int displayValue) argument
2627 xmlSchemaFacetErr(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, const xmlChar *value, unsigned long length, xmlSchemaTypePtr type, xmlSchemaFacetPtr facet, const char *message, const xmlChar *str1, const xmlChar *str2) argument
3015 xmlSchemaPIllegalFacetAtomicErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, xmlSchemaFacetPtr facet) argument
3045 xmlSchemaPIllegalFacetListUnionErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaFacetPtr facet) argument
3101 xmlSchemaPSimpleTypeErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem ATTRIBUTE_UNUSED, xmlNodePtr node, xmlSchemaTypePtr type, const char *expected, const xmlChar *value, const char *message, const xmlChar *str1, const xmlChar *str2) argument
3545 xmlSchemaBucketCreate(xmlSchemaParserCtxtPtr pctxt, int type, const xmlChar *targetNamespace) argument
3961 xmlSchemaFreeType(xmlSchemaTypePtr type) argument
4401 xmlSchemaTypeDump(xmlSchemaTypePtr type, FILE * output) argument
5033 xmlSchemaFindRedefCompInGraph(xmlSchemaBucketPtr bucket, xmlSchemaTypeType type, const xmlChar *name, const xmlChar *nsName) argument
5366 xmlSchemaAddType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaTypeType type, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5463 xmlSchemaAddModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaTypeType type, xmlNodePtr node) argument
5655 xmlSchemaAddWildcard(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaTypeType type, xmlNodePtr node) argument
6262 xmlSchemaPValAttrNodeValue(xmlSchemaParserCtxtPtr pctxt, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const xmlChar *value, xmlSchemaTypePtr type) argument
6335 xmlSchemaPValAttrNode(xmlSchemaParserCtxtPtr ctxt, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, xmlSchemaTypePtr type, const xmlChar **value) argument
6374 xmlSchemaPValAttr(xmlSchemaParserCtxtPtr ctxt, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, xmlSchemaTypePtr type, const xmlChar **value) argument
8457 xmlSchemaElementPtr decl = NULL; local
8855 xmlSchemaTypePtr type; local
9024 xmlSchemaTypePtr type; local
9135 xmlSchemaTypePtr type, oldCtxtType; local
10282 xmlSchemaAddSchemaDoc(xmlSchemaParserCtxtPtr pctxt, int type, const xmlChar *schemaLocation, xmlDocPtr schemaDoc, const char *schemaBuffer, int schemaBufferLen, xmlNodePtr invokingNode, const xmlChar *sourceTargetNamespace, const xmlChar *importNamespace, xmlSchemaBucketPtr *bucket) argument
10853 xmlSchemaParseIncludeOrRedefineAttrs(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlChar **schemaLocation, int type) argument
10949 xmlSchemaParseIncludeOrRedefine(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlNodePtr node, int type) argument
11211 xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlSchemaTypeType type, int withParticle) argument
11480 xmlSchemaTypePtr type; local
11784 xmlSchemaTypePtr type; local
11920 xmlSchemaTypePtr type; local
12010 xmlSchemaTypePtr type; local
12104 xmlSchemaTypePtr type, ctxtType; local
12556 xmlAutomataStatePtr start, tmp; local
12683 xmlAutomataStatePtr start; local
12754 xmlAutomataStatePtr start, end; local
12980 xmlAutomataStatePtr start, end; local
13040 xmlAutomataStatePtr start, tmp; local
13142 xmlSchemaBuildContentModel(xmlSchemaTypePtr type, xmlSchemaParserCtxtPtr ctxt) argument
13212 xmlSchemaTypePtr type; local
13282 xmlSchemaResolveUnionMemberTypes(xmlSchemaParserCtxtPtr ctxt, xmlSchemaTypePtr type) argument
13361 xmlSchemaIsDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType) argument
13427 xmlSchemaGetPrimitiveType(xmlSchemaTypePtr type) argument
13592 xmlSchemaWildcardNsPtr start; local
14411 xmlSchemaFixupTypeAttributeUses(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
14609 xmlSchemaTypeFinalContains(xmlSchemaTypePtr type, int final) argument
14627 xmlSchemaGetUnionSimpleTypeMemberTypes(xmlSchemaTypePtr type) argument
14800 xmlSchemaCheckCOSSTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int subset) argument
15002 xmlSchemaCheckUnionTypeDefCircular(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
15149 xmlSchemaCheckSTPropsCorrect(xmlSchemaParserCtxtPtr ctxt, xmlSchemaTypePtr type) argument
15254 xmlSchemaCheckCOSSTRestricts(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
15803 xmlSchemaParseCheckCOSValidDefault(xmlSchemaParserCtxtPtr pctxt, xmlNodePtr node, xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *val) argument
15881 xmlSchemaCheckCTPropsCorrect(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
16028 xmlSchemaCheckCOSCTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int set) argument
16099 xmlSchemaCheckCOSDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int set) argument
16128 xmlSchemaCheckCOSCTExtends(xmlSchemaParserCtxtPtr ctxt, xmlSchemaTypePtr type) argument
16385 xmlSchemaCheckDerivationOKRestriction(xmlSchemaParserCtxtPtr ctxt, xmlSchemaTypePtr type) argument
16575 xmlSchemaCheckCTComponent(xmlSchemaParserCtxtPtr ctxt, xmlSchemaTypePtr type) argument
16605 xmlSchemaCheckSRCCT(xmlSchemaParserCtxtPtr ctxt, xmlSchemaTypePtr type) argument
17218 xmlSchemaDeriveAndValidateFacets(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
17757 xmlSchemaFinishMemberTypeDefinitionsProperty(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
17808 xmlSchemaTypeFixupOptimFacets(xmlSchemaTypePtr type) argument
17861 xmlSchemaTypeFixupWhitespace(xmlSchemaTypePtr type) argument
17926 xmlSchemaFixupSimpleTypeStageOne(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
17998 xmlSchemaDebugFixedType(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
18053 xmlSchemaFixupSimpleTypeStageTwo(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
18146 xmlSchemaFixupComplexType(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
18596 xmlSchemaTypeFixup(xmlSchemaTypePtr type, xmlSchemaAbstractCtxtPtr actxt) argument
19775 xmlSchemaTypePtr headType, type; local
20328 xmlSchemaTypePtr type; local
21487 xmlSchemaFacetTypeToString(xmlSchemaTypeType type) argument
21521 xmlSchemaGetWhiteSpaceFacetValue(xmlSchemaTypePtr type) argument
22385 xmlSchemaIDCAddStateObject(xmlSchemaValidCtxtPtr vctxt, xmlSchemaIDCMatcherPtr matcher, xmlSchemaIDCSelectPtr sel, int type) argument
22671 xmlSchemaTypePtr type = vctxt->inode->typeDef, simpleType = NULL; local
24150 xmlSchemaValidateFacets(xmlSchemaAbstractCtxtPtr actxt, xmlNodePtr node, xmlSchemaTypePtr type, xmlSchemaValType valType, const xmlChar * value, xmlSchemaValPtr val, unsigned long length, int fireErrors) argument
24385 xmlSchemaNormalizeValue(xmlSchemaTypePtr type, const xmlChar *value) argument
24465 xmlSchemaVCheckCVCSimpleType(xmlSchemaAbstractCtxtPtr actxt, xmlNodePtr node, xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *retVal, int fireErrors, int normalize, int isNormalized) argument
25196 xmlSchemaTypePtr type = vctxt->inode->typeDef; local
25823 xmlSchemaElementPtr decl = NULL; local
25986 xmlSchemaVCheckINodeDataType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaNodeInfoPtr inode, xmlSchemaTypePtr type, const xmlChar *value) argument
28306 entityDeclSplit(void *ctx, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
28317 attributeDeclSplit(void *ctx, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
28332 elementDeclSplit(void *ctx, const xmlChar *name, int type, xmlElementContentPtr content) argument
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c365 int type; /* E.g. XML_SCHEMA_CTXT_VALIDATOR */ member in struct:_xmlSchemaAbstractCtxt
385 int type; /* E.g. XML_SCHEMA_SCHEMA_IMPORT */ member in struct:_xmlSchemaSchemaRelation
394 int type; member in struct:_xmlSchemaBucket
420 int type; /* Main OR import OR include. */ member in struct:_xmlSchemaImport
449 int type; member in struct:_xmlSchemaInclude
475 xmlSchemaTypeType type; member in struct:_xmlSchemaBasicItem
487 xmlSchemaTypeType type; member in struct:_xmlSchemaAnnotItem
500 xmlSchemaTypeType type; member in struct:_xmlSchemaTreeItem
517 xmlSchemaTypeType type; member in struct:_xmlSchemaAttributeUse
542 xmlSchemaTypeType type; /* == XML_SCHEMA_EXTRA_ATTR_USE_PROHIB */ member in struct:_xmlSchemaAttributeUseProhib
588 int type; member in struct:_xmlSchemaParserCtxt
616 xmlAutomataStatePtr start; member in struct:_xmlSchemaParserCtxt
645 xmlSchemaTypeType type; member in struct:_xmlSchemaQNameRef
662 xmlSchemaTypeType type; member in struct:_xmlSchemaParticle
682 xmlSchemaTypeType type; /* XML_SCHEMA_TYPE_SEQUENCE, XML_SCHEMA_TYPE_CHOICE, XML_SCHEMA_TYPE_ALL */ member in struct:_xmlSchemaModelGroup
700 xmlSchemaTypeType type; /* XML_SCHEMA_TYPE_GROUP */ member in struct:_xmlSchemaModelGroupDef
737 xmlSchemaTypeType type; member in struct:_xmlSchemaIDC
771 xmlSchemaTypePtr type; member in struct:_xmlSchemaPSVIIDCKey
824 int type; member in struct:_xmlSchemaIDCStateObj
844 int type; member in struct:_xmlSchemaIDCMatcher
894 xmlSchemaElementPtr decl; /* the element/attribute declaration */ member in struct:_xmlSchemaNodeInfo
949 xmlSchemaAttributePtr decl; /* the attribute declaration */ member in struct:_xmlSchemaAttrInfo
965 int type; member in struct:_xmlSchemaValidCtxt
1112 xmlSchemaItemTypeToStr(xmlSchemaTypeType type) argument
1583 xmlSchemaTypePtr type = WXS_TYPE_CAST item; local
1598 xmlSchemaTypePtr type = WXS_TYPE_CAST item; local
1621 xmlSchemaTypePtr type = WXS_TYPE_CAST item; local
1780 xmlSchemaFormatFacetEnumSet(xmlSchemaAbstractCtxtPtr actxt, xmlChar **buf, xmlSchemaTypePtr type) argument
2423 xmlSchemaSimpleTypeErr(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, const xmlChar *value, xmlSchemaTypePtr type, int displayValue) argument
2608 xmlSchemaFacetErr(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, const xmlChar *value, unsigned long length, xmlSchemaTypePtr type, xmlSchemaFacetPtr facet, const char *message, const xmlChar *str1, const xmlChar *str2) argument
2996 xmlSchemaPIllegalFacetAtomicErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, xmlSchemaFacetPtr facet) argument
3026 xmlSchemaPIllegalFacetListUnionErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaFacetPtr facet) argument
3082 xmlSchemaPSimpleTypeErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem ATTRIBUTE_UNUSED, xmlNodePtr node, xmlSchemaTypePtr type, const char *expected, const xmlChar *value, const char *message, const xmlChar *str1, const xmlChar *str2) argument
3526 xmlSchemaBucketCreate(xmlSchemaParserCtxtPtr pctxt, int type, const xmlChar *targetNamespace) argument
3942 xmlSchemaFreeType(xmlSchemaTypePtr type) argument
4382 xmlSchemaTypeDump(xmlSchemaTypePtr type, FILE * output) argument
5014 xmlSchemaFindRedefCompInGraph(xmlSchemaBucketPtr bucket, xmlSchemaTypeType type, const xmlChar *name, const xmlChar *nsName) argument
5347 xmlSchemaAddType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaTypeType type, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5444 xmlSchemaAddModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaTypeType type, xmlNodePtr node) argument
5636 xmlSchemaAddWildcard(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaTypeType type, xmlNodePtr node) argument
6243 xmlSchemaPValAttrNodeValue(xmlSchemaParserCtxtPtr pctxt, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const xmlChar *value, xmlSchemaTypePtr type) argument
6316 xmlSchemaPValAttrNode(xmlSchemaParserCtxtPtr ctxt, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, xmlSchemaTypePtr type, const xmlChar **value) argument
6355 xmlSchemaPValAttr(xmlSchemaParserCtxtPtr ctxt, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, xmlSchemaTypePtr type, const xmlChar **value) argument
8438 xmlSchemaElementPtr decl = NULL; local
8836 xmlSchemaTypePtr type; local
9005 xmlSchemaTypePtr type; local
9116 xmlSchemaTypePtr type, oldCtxtType; local
10263 xmlSchemaAddSchemaDoc(xmlSchemaParserCtxtPtr pctxt, int type, const xmlChar *schemaLocation, xmlDocPtr schemaDoc, const char *schemaBuffer, int schemaBufferLen, xmlNodePtr invokingNode, const xmlChar *sourceTargetNamespace, const xmlChar *importNamespace, xmlSchemaBucketPtr *bucket) argument
10834 xmlSchemaParseIncludeOrRedefineAttrs(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlChar **schemaLocation, int type) argument
10930 xmlSchemaParseIncludeOrRedefine(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlNodePtr node, int type) argument
11192 xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlSchemaTypeType type, int withParticle) argument
11461 xmlSchemaTypePtr type; local
11765 xmlSchemaTypePtr type; local
11901 xmlSchemaTypePtr type; local
11991 xmlSchemaTypePtr type; local
12085 xmlSchemaTypePtr type, ctxtType; local
12537 xmlAutomataStatePtr start, tmp; local
12664 xmlAutomataStatePtr start; local
12735 xmlAutomataStatePtr start, end; local
12952 xmlAutomataStatePtr start, end; local
13012 xmlAutomataStatePtr start, tmp; local
13114 xmlSchemaBuildContentModel(xmlSchemaTypePtr type, xmlSchemaParserCtxtPtr ctxt) argument
13184 xmlSchemaTypePtr type; local
13254 xmlSchemaResolveUnionMemberTypes(xmlSchemaParserCtxtPtr ctxt, xmlSchemaTypePtr type) argument
13333 xmlSchemaIsDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType) argument
13399 xmlSchemaGetPrimitiveType(xmlSchemaTypePtr type) argument
13564 xmlSchemaWildcardNsPtr start; local
14383 xmlSchemaFixupTypeAttributeUses(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
14581 xmlSchemaTypeFinalContains(xmlSchemaTypePtr type, int final) argument
14599 xmlSchemaGetUnionSimpleTypeMemberTypes(xmlSchemaTypePtr type) argument
14772 xmlSchemaCheckCOSSTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int subset) argument
14974 xmlSchemaCheckUnionTypeDefCircular(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
15121 xmlSchemaCheckSTPropsCorrect(xmlSchemaParserCtxtPtr ctxt, xmlSchemaTypePtr type) argument
15225 xmlSchemaCheckCOSSTRestricts(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
15774 xmlSchemaParseCheckCOSValidDefault(xmlSchemaParserCtxtPtr pctxt, xmlNodePtr node, xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *val) argument
15852 xmlSchemaCheckCTPropsCorrect(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
15999 xmlSchemaCheckCOSCTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int set) argument
16070 xmlSchemaCheckCOSDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int set) argument
16099 xmlSchemaCheckCOSCTExtends(xmlSchemaParserCtxtPtr ctxt, xmlSchemaTypePtr type) argument
16356 xmlSchemaCheckDerivationOKRestriction(xmlSchemaParserCtxtPtr ctxt, xmlSchemaTypePtr type) argument
16546 xmlSchemaCheckCTComponent(xmlSchemaParserCtxtPtr ctxt, xmlSchemaTypePtr type) argument
16576 xmlSchemaCheckSRCCT(xmlSchemaParserCtxtPtr ctxt, xmlSchemaTypePtr type) argument
17189 xmlSchemaDeriveAndValidateFacets(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
17728 xmlSchemaFinishMemberTypeDefinitionsProperty(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
17779 xmlSchemaTypeFixupOptimFacets(xmlSchemaTypePtr type) argument
17832 xmlSchemaTypeFixupWhitespace(xmlSchemaTypePtr type) argument
17897 xmlSchemaFixupSimpleTypeStageOne(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
17969 xmlSchemaDebugFixedType(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
18024 xmlSchemaFixupSimpleTypeStageTwo(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
18117 xmlSchemaFixupComplexType(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr type) argument
18567 xmlSchemaTypeFixup(xmlSchemaTypePtr type, xmlSchemaAbstractCtxtPtr actxt) argument
19746 xmlSchemaTypePtr headType, type; local
20299 xmlSchemaTypePtr type; local
21458 xmlSchemaFacetTypeToString(xmlSchemaTypeType type) argument
21492 xmlSchemaGetWhiteSpaceFacetValue(xmlSchemaTypePtr type) argument
22356 xmlSchemaIDCAddStateObject(xmlSchemaValidCtxtPtr vctxt, xmlSchemaIDCMatcherPtr matcher, xmlSchemaIDCSelectPtr sel, int type) argument
22642 xmlSchemaTypePtr type = vctxt->inode->typeDef, simpleType = NULL; local
24121 xmlSchemaValidateFacets(xmlSchemaAbstractCtxtPtr actxt, xmlNodePtr node, xmlSchemaTypePtr type, xmlSchemaValType valType, const xmlChar * value, xmlSchemaValPtr val, unsigned long length, int fireErrors) argument
24356 xmlSchemaNormalizeValue(xmlSchemaTypePtr type, const xmlChar *value) argument
24436 xmlSchemaVCheckCVCSimpleType(xmlSchemaAbstractCtxtPtr actxt, xmlNodePtr node, xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *retVal, int fireErrors, int normalize, int isNormalized) argument
25167 xmlSchemaTypePtr type = vctxt->inode->typeDef; local
25794 xmlSchemaElementPtr decl = NULL; local
25957 xmlSchemaVCheckINodeDataType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaNodeInfoPtr inode, xmlSchemaTypePtr type, const xmlChar *value) argument
28225 entityDeclSplit(void *ctx, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
28236 attributeDeclSplit(void *ctx, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
28251 elementDeclSplit(void *ctx, const xmlChar *name, int type, xmlElementContentPtr content) argument
[all...]

Completed in 232 milliseconds