Searched defs:prohib (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c3747 * @prohib: an attribute use prohibition
3752 xmlSchemaFreeAttributeUseProhib(xmlSchemaAttributeUseProhibPtr prohib) argument
3754 if (prohib == NULL)
3756 xmlFree(prohib);
4341 xmlSchemaAttributeUseProhibPtr prohib; local
4355 prohib = (xmlSchemaAttributeUseProhibPtr) use;
4356 name = prohib->name;
4357 tns = prohib->targetNamespace;
7343 xmlSchemaAttributeUseProhibPtr prohib; local
7407 prohib
19249 xmlSchemaAttributeUseProhibPtr prohib; local
20395 xmlSchemaResolveAttrUseProhibReferences(xmlSchemaAttributeUseProhibPtr prohib, xmlSchemaParserCtxtPtr pctxt) argument
[all...]
/external/libxml2/
H A Dxmlschemas.c3766 * @prohib: an attribute use prohibition
3771 xmlSchemaFreeAttributeUseProhib(xmlSchemaAttributeUseProhibPtr prohib) argument
3773 if (prohib == NULL)
3775 xmlFree(prohib);
4360 xmlSchemaAttributeUseProhibPtr prohib; local
4374 prohib = (xmlSchemaAttributeUseProhibPtr) use;
4375 name = prohib->name;
4376 tns = prohib->targetNamespace;
7362 xmlSchemaAttributeUseProhibPtr prohib; local
7426 prohib
19278 xmlSchemaAttributeUseProhibPtr prohib; local
20424 xmlSchemaResolveAttrUseProhibReferences(xmlSchemaAttributeUseProhibPtr prohib, xmlSchemaParserCtxtPtr pctxt) argument
[all...]

Completed in 190 milliseconds