Lines Matching defs:content
385 /* === scaffolding for building content model === */
5483 XML_Content *content
5485 if (! content)
5487 content->quant = XML_CQUANT_NONE;
5488 content->name = NULL;
5489 content->numchildren = 0;
5490 content->children = NULL;
5491 content->type = ((role == XML_ROLE_CONTENT_ANY) ? XML_CTYPE_ANY
5495 parser->m_handlerArg, parser->m_declElementType->name, content);
5826 // upcoming call to XML_ResumeParser continue with entity content, or it would
5989 else /* if (pool == &parser->m_tempPool): we are called from content */