Searched refs:elemDecl (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dvalid.c262 xmlElementPtr elemDecl; /* pointer to the content model */ member in struct:_xmlValidState
269 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementPtr elemDecl, xmlNodePtr node) { argument
293 ctxt->vstateTab[ctxt->vstateNr].elemDecl = elemDecl;
295 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) {
296 if (elemDecl->contModel == NULL)
297 xmlValidBuildContentModel(ctxt, elemDecl);
298 if (elemDecl->contModel != NULL) {
300 xmlRegNewExecCtxt(elemDecl
314 xmlElementPtr elemDecl; local
3409 xmlElementPtr elemDecl; local
5143 xmlValidateElementContent(xmlValidCtxtPtr ctxt, xmlNodePtr child, xmlElementPtr elemDecl, int warn, xmlNodePtr parent) argument
5565 xmlElementPtr elemDecl = NULL; local
5637 xmlElementPtr elemDecl; local
5729 xmlElementPtr elemDecl; local
5803 xmlElementPtr elemDecl; local
5856 xmlElementPtr elemDecl = NULL; local
[all...]
H A Dxmlschemas.c1090 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl,
4109 if (schema->elemDecl != NULL)
4110 xmlHashFree(schema->elemDecl, NULL);
4505 xmlHashScanFull(schema->elemDecl,
4736 WXS_FIND_GLOBAL_ITEM(elemDecl)
12512 xmlSchemaElementPtr elemDecl, member; local
12516 elemDecl = (xmlSchemaElementPtr) particle->children;
12523 substGroup = xmlSchemaSubstGroupGet(pctxt, elemDecl);
12529 "available.\n", elemDecl->name, NULL);
12541 elemDecl
12626 xmlSchemaElementPtr elemDecl; local
12950 xmlSchemaElementPtr elemDecl; local
13098 xmlSchemaResolveElementReferences(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument
19443 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument
19476 xmlSchemaCheckElemPropsCorrect(xmlSchemaParserCtxtPtr pctxt, xmlSchemaElementPtr elemDecl) argument
19658 xmlSchemaCheckElemSubstGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaElementPtr elemDecl) argument
19883 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument
20719 xmlSchemaElementPtr elemDecl; local
23047 xmlSchemaIDCRegisterMatchers(xmlSchemaValidCtxtPtr vctxt, xmlSchemaElementPtr elemDecl) argument
24742 xmlSchemaProcessXSIType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaAttrInfoPtr iattr, xmlSchemaTypePtr *localType, xmlSchemaElementPtr elemDecl) argument
24874 xmlSchemaElementPtr elemDecl = vctxt->inode->decl; local
[all...]
H A DSAX2.c1365 xmlElementPtr elemDecl; local
1370 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->intSubset, name, prefix);
1371 if (elemDecl == NULL) {
1372 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix);
1378 if (elemDecl != NULL) {
1379 xmlAttributePtr attr = elemDecl->attributes;
1434 attr = elemDecl->attributes;
1497 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset,
H A DschemasInternals.in.h935 xmlHashTablePtr elemDecl; member in struct:_xmlSchema
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dvalid.c267 xmlElementPtr elemDecl; /* pointer to the content model */ member in struct:_xmlValidState
274 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementPtr elemDecl, xmlNodePtr node) { argument
298 ctxt->vstateTab[ctxt->vstateNr].elemDecl = elemDecl;
300 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) {
301 if (elemDecl->contModel == NULL)
302 xmlValidBuildContentModel(ctxt, elemDecl);
303 if (elemDecl->contModel != NULL) {
305 xmlRegNewExecCtxt(elemDecl
319 xmlElementPtr elemDecl; local
3431 xmlElementPtr elemDecl; local
5269 xmlValidateElementContent(xmlValidCtxtPtr ctxt, xmlNodePtr child, xmlElementPtr elemDecl, int warn, xmlNodePtr parent) argument
5691 xmlElementPtr elemDecl = NULL; local
5763 xmlElementPtr elemDecl; local
5855 xmlElementPtr elemDecl; local
5929 xmlElementPtr elemDecl; local
5982 xmlElementPtr elemDecl = NULL; local
[all...]
H A Dxmlschemas.c1090 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl,
4109 if (schema->elemDecl != NULL)
4110 xmlHashFree(schema->elemDecl, NULL);
4505 xmlHashScanFull(schema->elemDecl,
4736 WXS_FIND_GLOBAL_ITEM(elemDecl)
12520 xmlSchemaElementPtr elemDecl, member; local
12524 elemDecl = (xmlSchemaElementPtr) particle->children;
12531 substGroup = xmlSchemaSubstGroupGet(pctxt, elemDecl);
12537 "available.\n", elemDecl->name, NULL);
12549 elemDecl
12634 xmlSchemaElementPtr elemDecl; local
12958 xmlSchemaElementPtr elemDecl; local
13106 xmlSchemaResolveElementReferences(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument
19453 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument
19486 xmlSchemaCheckElemPropsCorrect(xmlSchemaParserCtxtPtr pctxt, xmlSchemaElementPtr elemDecl) argument
19668 xmlSchemaCheckElemSubstGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaElementPtr elemDecl) argument
19893 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument
20729 xmlSchemaElementPtr elemDecl; local
23071 xmlSchemaIDCRegisterMatchers(xmlSchemaValidCtxtPtr vctxt, xmlSchemaElementPtr elemDecl) argument
24766 xmlSchemaProcessXSIType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaAttrInfoPtr iattr, xmlSchemaTypePtr *localType, xmlSchemaElementPtr elemDecl) argument
24898 xmlSchemaElementPtr elemDecl = vctxt->inode->decl; local
[all...]
H A DSAX2.c1378 xmlElementPtr elemDecl; local
1383 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->intSubset, name, prefix);
1384 if (elemDecl == NULL) {
1385 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix);
1391 if (elemDecl != NULL) {
1392 xmlAttributePtr attr = elemDecl->attributes;
1447 attr = elemDecl->attributes;
1510 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dvalid.c267 xmlElementPtr elemDecl; /* pointer to the content model */ member in struct:_xmlValidState
274 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementPtr elemDecl, xmlNodePtr node) { argument
298 ctxt->vstateTab[ctxt->vstateNr].elemDecl = elemDecl;
300 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) {
301 if (elemDecl->contModel == NULL)
302 xmlValidBuildContentModel(ctxt, elemDecl);
303 if (elemDecl->contModel != NULL) {
305 xmlRegNewExecCtxt(elemDecl
319 xmlElementPtr elemDecl; local
3431 xmlElementPtr elemDecl; local
5269 xmlValidateElementContent(xmlValidCtxtPtr ctxt, xmlNodePtr child, xmlElementPtr elemDecl, int warn, xmlNodePtr parent) argument
5691 xmlElementPtr elemDecl = NULL; local
5763 xmlElementPtr elemDecl; local
5855 xmlElementPtr elemDecl; local
5929 xmlElementPtr elemDecl; local
5982 xmlElementPtr elemDecl = NULL; local
[all...]
H A Dxmlschemas.c1090 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl,
4109 if (schema->elemDecl != NULL)
4110 xmlHashFree(schema->elemDecl, NULL);
4505 xmlHashScanFull(schema->elemDecl,
4736 WXS_FIND_GLOBAL_ITEM(elemDecl)
12520 xmlSchemaElementPtr elemDecl, member; local
12524 elemDecl = (xmlSchemaElementPtr) particle->children;
12531 substGroup = xmlSchemaSubstGroupGet(pctxt, elemDecl);
12537 "available.\n", elemDecl->name, NULL);
12549 elemDecl
12634 xmlSchemaElementPtr elemDecl; local
12958 xmlSchemaElementPtr elemDecl; local
13106 xmlSchemaResolveElementReferences(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument
19453 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument
19486 xmlSchemaCheckElemPropsCorrect(xmlSchemaParserCtxtPtr pctxt, xmlSchemaElementPtr elemDecl) argument
19668 xmlSchemaCheckElemSubstGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaElementPtr elemDecl) argument
19893 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument
20729 xmlSchemaElementPtr elemDecl; local
23071 xmlSchemaIDCRegisterMatchers(xmlSchemaValidCtxtPtr vctxt, xmlSchemaElementPtr elemDecl) argument
24766 xmlSchemaProcessXSIType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaAttrInfoPtr iattr, xmlSchemaTypePtr *localType, xmlSchemaElementPtr elemDecl) argument
24898 xmlSchemaElementPtr elemDecl = vctxt->inode->decl; local
[all...]
H A DSAX2.c1378 xmlElementPtr elemDecl; local
1383 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->intSubset, name, prefix);
1384 if (elemDecl == NULL) {
1385 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix);
1391 if (elemDecl != NULL) {
1392 xmlAttributePtr attr = elemDecl->attributes;
1447 attr = elemDecl->attributes;
1510 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dvalid.c262 xmlElementPtr elemDecl; /* pointer to the content model */ member in struct:_xmlValidState
269 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementPtr elemDecl, xmlNodePtr node) { argument
293 ctxt->vstateTab[ctxt->vstateNr].elemDecl = elemDecl;
295 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) {
296 if (elemDecl->contModel == NULL)
297 xmlValidBuildContentModel(ctxt, elemDecl);
298 if (elemDecl->contModel != NULL) {
300 xmlRegNewExecCtxt(elemDecl
314 xmlElementPtr elemDecl; local
3409 xmlElementPtr elemDecl; local
5143 xmlValidateElementContent(xmlValidCtxtPtr ctxt, xmlNodePtr child, xmlElementPtr elemDecl, int warn, xmlNodePtr parent) argument
5565 xmlElementPtr elemDecl = NULL; local
5637 xmlElementPtr elemDecl; local
5729 xmlElementPtr elemDecl; local
5803 xmlElementPtr elemDecl; local
5856 xmlElementPtr elemDecl = NULL; local
[all...]
H A Dxmlschemas.c1090 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl,
4109 if (schema->elemDecl != NULL)
4110 xmlHashFree(schema->elemDecl, NULL);
4505 xmlHashScanFull(schema->elemDecl,
4736 WXS_FIND_GLOBAL_ITEM(elemDecl)
12512 xmlSchemaElementPtr elemDecl, member; local
12516 elemDecl = (xmlSchemaElementPtr) particle->children;
12523 substGroup = xmlSchemaSubstGroupGet(pctxt, elemDecl);
12529 "available.\n", elemDecl->name, NULL);
12541 elemDecl
12626 xmlSchemaElementPtr elemDecl; local
12950 xmlSchemaElementPtr elemDecl; local
13098 xmlSchemaResolveElementReferences(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument
19443 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument
19476 xmlSchemaCheckElemPropsCorrect(xmlSchemaParserCtxtPtr pctxt, xmlSchemaElementPtr elemDecl) argument
19658 xmlSchemaCheckElemSubstGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaElementPtr elemDecl) argument
19883 xmlSchemaCheckElementDeclComponent(xmlSchemaElementPtr elemDecl, xmlSchemaParserCtxtPtr ctxt) argument
20719 xmlSchemaElementPtr elemDecl; local
23047 xmlSchemaIDCRegisterMatchers(xmlSchemaValidCtxtPtr vctxt, xmlSchemaElementPtr elemDecl) argument
24742 xmlSchemaProcessXSIType(xmlSchemaValidCtxtPtr vctxt, xmlSchemaAttrInfoPtr iattr, xmlSchemaTypePtr *localType, xmlSchemaElementPtr elemDecl) argument
24874 xmlSchemaElementPtr elemDecl = vctxt->inode->decl; local
[all...]
H A DSAX2.c1365 xmlElementPtr elemDecl; local
1370 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->intSubset, name, prefix);
1371 if (elemDecl == NULL) {
1372 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix);
1378 if (elemDecl != NULL) {
1379 xmlAttributePtr attr = elemDecl->attributes;
1434 attr = elemDecl->attributes;
1497 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset,
H A DschemasInternals.in.h935 xmlHashTablePtr elemDecl; member in struct:_xmlSchema
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DschemasInternals.h935 xmlHashTablePtr elemDecl; member in struct:_xmlSchema
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DschemasInternals.h935 xmlHashTablePtr elemDecl; member in struct:_xmlSchema
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DschemasInternals.h935 xmlHashTablePtr elemDecl; member in struct:_xmlSchema

Completed in 592 milliseconds