• 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

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)) {
375 * Dumping HTML tree content to a simple buffer *
488 * save the content to a temp buffer.
586 *mem = xmlStrndup(buf->conv->content, *size);
589 *mem = xmlStrndup(buf->buffer->content, *size);
611 * Dumping HTML tree content to an I/O output buffer *
793 if (cur->content != NULL) {
801 buffer = xmlEncodeEntitiesReentrant(doc, cur->content);
807 xmlOutputBufferWriteString(buf, (const char *)cur->content);
813 if (cur->content != NULL) {
815 xmlOutputBufferWriteString(buf, (const char *)cur->content);
825 if (cur->content != NULL) {
827 xmlOutputBufferWriteString(buf, (const char *)cur->content);
839 if (cur->content != NULL) {
840 xmlOutputBufferWriteString(buf, (const char *)cur->content);
876 if (((cur->type == XML_ELEMENT_NODE) || (cur->content == NULL)) &&
904 (cur->content != NULL)) {
910 xmlOutputBufferWriteString(buf, (const char *) cur->content);
1127 * save the content to a temp buffer.
1191 * save the content to a temp buffer.