• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:content

336             errmsg = "Sequence ']]>' not allowed in content\n";
443 errmsg = "Extra content at the end of the document\n";
449 errmsg = "extra content at the end of well balanced chunk\n";
1752 * Macros for accessing the content. Those should be used only by the parser,
1903 * if we are in the document content, go really fast
2459 * Takes a entity string content and process to do the adequate substitutions.
2532 if (ent->content != NULL) {
2533 COPY_BUF(0,buffer,nbchars,ent->content[0]);
2539 "predefined entity has no content\n");
2541 } else if ((ent != NULL) && (ent->content != NULL)) {
2543 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2583 if (ent->content == NULL) {
2587 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2639 * Takes a entity string content and process to do the adequate substitutions.
2702 * Look if the element is mixed content in the DTD if available
2721 (ctxt->node->content != NULL)) return(0);
3478 * The content of the entity definition is copied in a buffer.
3673 (ent->content[0] == '&')) {
3680 buf[len++] = ent->content[0];
3685 rep = xmlStringDecodeEntities(ctxt, ent->content,
3703 if (ent->content != NULL)
3704 buf[len++] = ent->content[0];
3715 (ent->content != NULL)) {
3716 rep = xmlStringDecodeEntities(ctxt, ent->content,
4031 * reference when it appears in the string "]]>" in content, when that
5653 * parse the declaration for a Mixed Element content
5663 * mixed-content declaration.
5680 "Element content declaration doesn't start and stop in the same entity\n",
5738 "Element content declaration doesn't start and stop in the same entity\n",
5759 * parse the declaration for a Mixed Element content
5970 "Element content declaration doesn't start and stop in the same entity\n",
6047 * parse the declaration for an Element content either Mixed or Children,
6052 * returns: the type of element content XML_ELEMENT_TYPE_xxx
6102 xmlElementContentPtr content = NULL;
6141 ret = xmlParseElementContentDecl(ctxt, name, &content);
6167 if (content != NULL) {
6168 xmlFreeDocElementContent(ctxt->myDoc, content);
6179 if (content != NULL)
6180 content->parent = NULL;
6182 content);
6183 if ((content != NULL) && (content->parent == NULL)) {
6190 xmlFreeDocElementContent(ctxt->myDoc, content);
6192 } else if (content != NULL) {
6193 xmlFreeDocElementContent(ctxt->myDoc, content);
6590 * parse and handle entity references in content, depending on the SAX
6666 val = ent->content;
6700 * content.
6704 ret = xmlParseBalancedChunkMemoryInternal(ctxt, ent->content,
6722 * content and do checkings
6794 * Now that the entity content has been gathered
6801 * build the entity content. So unless we already went
6803 * content to generate callbacks associated to the entity
6820 ent->content, user_data, NULL);
6865 * (bug 155816): Should we copy the content of the field from
6878 * Seems we are generating the DOM content, do
6932 * document content and not the entity copy.
7131 (ent != NULL) && (ent->content != NULL) &&
7132 (xmlStrchr(ent->content, '<'))) {
7314 (ent != NULL) && (ent->content != NULL) &&
7315 (xmlStrchr(ent->content, '<'))) {
7354 * The entity content is handled directly by pushing it's content as
7487 * Load the original content of the given system entity from the
7503 (entity->content != NULL)) {
7511 "Reading %s entity content input\n", entity->name);
7559 entity->content = buf->content;
7560 buf->content = NULL;
7594 * Returns the string of the entity content.
8057 /* Free only the content strings */
8363 * allocation of a new string is required and where content is
9120 * Parse escaped pure raw content.
9220 * Parse a content:
9222 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*
9292 "detected an error in element content\n");
9305 * [39] element ::= EmptyElemTag | STag content ETag
9432 * Parse the content of the element:
9705 "Document labelled UTF-16 but has UTF-8 content\n");
9761 * - element types with element content, if white space occurs directly
10139 * [78] extParsedEnt ::= TextDecl? content
10275 buf = in->buf->buffer->content;
10384 * Check that the block of characters is okay as SCdata content [20]
10549 ctxt->input->buf->buffer->content;
10553 ctxt->input->base = ctxt->input->buf->buffer->content + base;
10556 &ctxt->input->buf->buffer->content[
10880 "detected an error in element content\n");
11170 * the full content of the internal subset is available and
11185 buf = ctxt->input->buf->buffer->content;
11415 int base = ctxt->input->base - ctxt->input->buf->buffer->content;
11425 ctxt->input->base = ctxt->input->buf->buffer->content + base;
11428 &ctxt->input->buf->buffer->content[ctxt->input->buf->buffer->use];
11506 * To allow content encoding detection, @size should be >= 4
11589 inputStream->base = inputStream->buf->buffer->content;
11590 inputStream->cur = inputStream->buf->buffer->content;
11592 &inputStream->buf->buffer->content[inputStream->buf->buffer->use];
11604 int base = ctxt->input->base - ctxt->input->buf->buffer->content;
11609 ctxt->input->base = ctxt->input->buf->buffer->content + base;
11612 &ctxt->input->buf->buffer->content[ctxt->input->buf->buffer->use];
12004 * [78] extParsedEnt ::= TextDecl? content
12425 * [78] extParsedEnt ::= TextDecl? content
12450 * the content production in the XML grammar:
12452 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*
12477 * the content production in the XML grammar:
12479 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*
12494 xmlNodePtr content = NULL;
12545 content = ctxt->myDoc->children;
12621 ctxt->myDoc->children = content;
12660 * the content production in the XML grammar:
12662 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*
12867 * the content production in the XML grammar:
12869 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*
12885 xmlNodePtr content, newRoot;
12963 content = doc->children;
12966 doc->children = content;
13026 * [78] extParsedEnt ::= TextDecl? content
13071 * [78] extParsedEnt ::= TextDecl? content
13154 * Create a parser context for a file or URL content.
13196 * Create a parser context for a file content.
13479 input->base = input->buf->buffer->content;
13480 input->cur = input->buf->buffer->content;
13481 input->end = &input->buf->buffer->content[input->buf->buffer->use];
14038 inputStream->base = inputStream->buf->buffer->content;
14039 inputStream->cur = inputStream->buf->buffer->content;
14041 &inputStream->buf->buffer->content[inputStream->buf->buffer->use];
14047 int base = ctxt->input->base - ctxt->input->buf->buffer->content;
14052 ctxt->input->base = ctxt->input->buf->buffer->content + base;
14055 &ctxt->input->buf->buffer->content[ctxt->input->buf->buffer->