• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

Lines Matching defs:content

50     const xmlChar *content;
103 content = NULL;
109 value = attr->children->content;
114 && (!xmlStrcasecmp(attr->name, BAD_CAST"content")))
115 content = value;
116 if ((http != 0) && (content != NULL))
128 encoding = xmlStrstr(content, BAD_CAST"charset=");
130 encoding = xmlStrstr(content, BAD_CAST"Charset=");
132 encoding = xmlStrstr(content, BAD_CAST"CHARSET=");
136 encoding = xmlStrstr(content, BAD_CAST"charset =");
138 encoding = xmlStrstr(content, BAD_CAST"Charset =");
140 encoding = xmlStrstr(content, BAD_CAST"CHARSET =");
156 * NOTE: this will not change the document content encoding, just
164 const xmlChar *content;
218 xmlNewProp(meta, BAD_CAST"content", BAD_CAST newcontent);
232 xmlNewProp(meta, BAD_CAST"content", BAD_CAST newcontent);
246 content = NULL;
252 value = attr->children->content;
259 (!xmlStrcasecmp(attr->name, BAD_CAST"content")))
260 content = value;
262 if ((http != 0) && (content != NULL))
267 if ((http != 0) && (content != NULL)) {
370 * Dumping HTML tree content to a simple buffer *
483 * save the content to a temp buffer.
581 *mem = xmlStrndup(buf->conv->content, *size);
584 *mem = xmlStrndup(buf->buffer->content, *size);
606 * Dumping HTML tree content to an I/O output buffer *
784 if (cur->content != NULL) {
792 buffer = xmlEncodeEntitiesReentrant(doc, cur->content);
798 xmlOutputBufferWriteString(buf, (const char *)cur->content);
804 if (cur->content != NULL) {
806 xmlOutputBufferWriteString(buf, (const char *)cur->content);
816 if (cur->content != NULL) {
818 xmlOutputBufferWriteString(buf, (const char *)cur->content);
830 if (cur->content != NULL) {
831 xmlOutputBufferWriteString(buf, (const char *)cur->content);
867 if (((cur->type == XML_ELEMENT_NODE) || (cur->content == NULL)) &&
895 (cur->content != NULL)) {
901 xmlOutputBufferWriteString(buf, (const char *) cur->content);
1118 * save the content to a temp buffer.
1182 * save the content to a temp buffer.