• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching defs:content

239             errmsg = "Sequence ']]>' not allowed in content\n";
346 errmsg = "Extra content at the end of the document\n";
352 errmsg = "extra content at the end of well balanced chunk\n";
1458 * Macros for accessing the content. Those should be used only by the parser,
1609 * if we are in the document content, go really fast
2158 * Takes a entity string content and process to do the adequate substitutions.
2223 if (ent->content != NULL) {
2224 COPY_BUF(0,buffer,nbchars,ent->content[0]);
2230 "predefined entity has no content\n");
2232 } else if ((ent != NULL) && (ent->content != NULL)) {
2236 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2271 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2315 * Takes a entity string content and process to do the adequate substitutions.
2378 * Look if the element is mixed content in the DTD if available
2397 (ctxt->node->content != NULL)) return(0);
2927 * The content of the entity definition is copied in a buffer.
3118 (ent->content[0] == '&')) {
3125 buf[len++] = ent->content[0];
3132 rep = xmlStringDecodeEntities(ctxt, ent->content,
3149 if (ent->content != NULL)
3150 buf[len++] = ent->content[0];
3161 (ent->content != NULL)) {
3163 rep = xmlStringDecodeEntities(ctxt, ent->content,
3467 * reference when it appears in the string "]]>" in content, when that
5006 * parse the declaration for a Mixed Element content
5016 * mixed-content declaration.
5033 "Element content declaration doesn't start and stop in the same entity\n",
5089 "Element content declaration doesn't start and stop in the same entity\n",
5110 * parse the declaration for a Mixed Element content
5314 "Element content declaration doesn't start and stop in the same entity\n",
5391 * parse the declaration for an Element content either Mixed or Children,
5396 * returns: the type of element content XML_ELEMENT_TYPE_xxx
5446 xmlElementContentPtr content = NULL;
5485 ret = xmlParseElementContentDecl(ctxt, name, &content);
5511 if (content != NULL) {
5512 xmlFreeDocElementContent(ctxt->myDoc, content);
5523 if (content != NULL)
5524 content->parent = NULL;
5526 content);
5527 if ((content != NULL) && (content->parent == NULL)) {
5534 xmlFreeDocElementContent(ctxt->myDoc, content);
5536 } else if (content != NULL) {
5537 xmlFreeDocElementContent(ctxt->myDoc, content);
5899 * parse and handle entity references in content, depending on the SAX
5971 value = ent->content;
5998 * content is not well balanced is not a Wf error, this
6019 * content.
6111 * build the entity content. So unless we already went
6113 * content to generate callbacks associated to the entity
6130 ent->content, user_data, NULL);
6170 * (bug 155816): Should we copy the content of the field from
6183 * Seems we are generating the DOM content, do
6237 * document content and not the entity copy.
6294 val = ent->content;
6432 (ent->content != NULL) &&
6433 (xmlStrchr(ent->content, '<'))) {
6598 (ent->content != NULL) &&
6599 (xmlStrchr(ent->content, '<'))) {
6643 * The entity content is handled directly by pushing it's content as
6788 * Returns the string of the entity content.
7241 /* Free only the content strings */
7623 * allocation of a new string is required and where content is
8310 * Parse escaped pure raw content.
8410 * Parse a content:
8412 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*
8482 "detected an error in element content\n");
8495 * [39] element ::= EmptyElemTag | STag content ETag
8621 * Parse the content of the element:
8925 * - element types with element content, if white space occurs directly
9276 * [78] extParsedEnt ::= TextDecl? content
9412 buf = in->buf->buffer->content;
9521 * Check that the block of characters is okay as SCdata content [20]
9686 ctxt->input->buf->buffer->content;
9690 ctxt->input->base = ctxt->input->buf->buffer->content + base;
9693 &ctxt->input->buf->buffer->content[
10017 "detected an error in element content\n");
10291 * the full content of the internal subset is available and
10306 buf = ctxt->input->buf->buffer->content;
10535 int base = ctxt->input->base - ctxt->input->buf->buffer->content;
10545 ctxt->input->base = ctxt->input->buf->buffer->content + base;
10548 &ctxt->input->buf->buffer->content[ctxt->input->buf->buffer->use];
10626 * To allow content encoding detection, @size should be >= 4
10709 inputStream->base = inputStream->buf->buffer->content;
10710 inputStream->cur = inputStream->buf->buffer->content;
10712 &inputStream->buf->buffer->content[inputStream->buf->buffer->use];
10724 int base = ctxt->input->base - ctxt->input->buf->buffer->content;
10729 ctxt->input->base = ctxt->input->buf->buffer->content + base;
10732 &ctxt->input->buf->buffer->content[ctxt->input->buf->buffer->use];
11102 * [78] extParsedEnt ::= TextDecl? content
11493 * [78] extParsedEnt ::= TextDecl? content
11518 * the content production in the XML grammar:
11520 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*
11545 * the content production in the XML grammar:
11547 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*
11562 xmlNodePtr content = NULL;
11611 content = ctxt->myDoc->children;
11687 ctxt->myDoc->children = content;
11715 * the content production in the XML grammar:
11717 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*
11922 * the content production in the XML grammar:
11924 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*
11939 xmlNodePtr content, newRoot;
12016 content = doc->children;
12019 doc->children = content;
12079 * [78] extParsedEnt ::= TextDecl? content
12124 * [78] extParsedEnt ::= TextDecl? content
12207 * Create a parser context for a file or URL content.
12249 * Create a parser context for a file content.
12535 input->base = input->buf->buffer->content;
12536 input->cur = input->buf->buffer->content;
12537 input->end = &input->buf->buffer->content[input->buf->buffer->use];
13075 inputStream->base = inputStream->buf->buffer->content;
13076 inputStream->cur = inputStream->buf->buffer->content;
13078 &inputStream->buf->buffer->content[inputStream->buf->buffer->use];
13084 int base = ctxt->input->base - ctxt->input->buf->buffer->content;
13089 ctxt->input->base = ctxt->input->buf->buffer->content + base;
13092 &ctxt->input->buf->buffer->content[ctxt->input->buf->buffer->