Searched refs:content (Results 176 - 200 of 501) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlwriter.c630 * the content is flushed to the output.
913 * @content: comment string
920 xmlTextWriterWriteComment(xmlTextWriterPtr writer, const xmlChar * content) argument
930 count = xmlTextWriterWriteString(writer, content);
1330 * @content: text string
1339 xmlTextWriterWriteRawLen(xmlTextWriterPtr writer, const xmlChar * content, argument
1353 if ((content == NULL) || (len < 0)) {
1355 "xmlTextWriterWriteRawLen : invalid content!\n");
1372 if (content != NULL) {
1374 xmlOutputBufferWrite(writer->out, len, (const char *) content);
1393 xmlTextWriterWriteRaw(xmlTextWriterPtr writer, const xmlChar * content) argument
1466 xmlTextWriterWriteString(xmlTextWriterPtr writer, const xmlChar * content) argument
2012 xmlTextWriterWriteAttribute(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * content) argument
2117 xmlTextWriterWriteAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
2215 xmlTextWriterWriteElement(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * content) argument
2320 xmlTextWriterWriteElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
2566 xmlTextWriterWritePI(xmlTextWriterPtr writer, const xmlChar * target, const xmlChar * content) argument
2778 xmlTextWriterWriteCDATA(xmlTextWriterPtr writer, const xmlChar * content) argument
3335 xmlTextWriterWriteDTDElement(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * content) argument
3572 xmlTextWriterWriteDTDAttlist(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * content) argument
3838 xmlTextWriterWriteDTDEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid, const xmlChar * content) argument
3871 xmlTextWriterWriteDTDInternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * content) argument
[all...]
H A Dcheck-xsddata-test-suite.py337 msg = msg + doc.content + " "
341 msg = msg + author.content + " "
348 msg = msg + section.content + " "
361 msg = msg + section.content + " "
366 msg = msg + doc.content + " "
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlwriter.c902 * @content: comment string
909 xmlTextWriterWriteComment(xmlTextWriterPtr writer, const xmlChar * content) argument
919 count = xmlTextWriterWriteString(writer, content);
1274 * @content: text string
1283 xmlTextWriterWriteRawLen(xmlTextWriterPtr writer, const xmlChar * content, argument
1297 if ((content == NULL) || (len < 0)) {
1299 "xmlTextWriterWriteRawLen : invalid content!\n");
1316 if (content != NULL) {
1318 xmlOutputBufferWrite(writer->out, len, (const char *) content);
1330 * @content
1337 xmlTextWriterWriteRaw(xmlTextWriterPtr writer, const xmlChar * content) argument
1410 xmlTextWriterWriteString(xmlTextWriterPtr writer, const xmlChar * content) argument
1972 xmlTextWriterWriteAttribute(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * content) argument
2077 xmlTextWriterWriteAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
2189 xmlTextWriterWriteElement(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * content) argument
2294 xmlTextWriterWriteElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
2535 xmlTextWriterWritePI(xmlTextWriterPtr writer, const xmlChar * target, const xmlChar * content) argument
2741 xmlTextWriterWriteCDATA(xmlTextWriterPtr writer, const xmlChar * content) argument
3298 xmlTextWriterWriteDTDElement(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * content) argument
3535 xmlTextWriterWriteDTDAttlist(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * content) argument
3801 xmlTextWriterWriteDTDEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid, const xmlChar * content) argument
3834 xmlTextWriterWriteDTDInternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * content) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dservice.cpp214 o->input->content = NULL;
251 o->output->content = ext_output->mime__content_;
272 o->output->content = NULL;
331 h->content = NULL;
333 h->ext_documentation = NULL; // TODO: add document content
334 h->documentation = NULL; // TODO: add document content
372 h->content = NULL;
374 h->ext_documentation = NULL; // TODO: add document content
375 h->documentation = NULL; // TODO: add document content
397 f->content
[all...]
H A Dservice.h54 mime__content *content; // MIME member in class:Message
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dhttpd_daap.c778 struct evbuffer *content; local
791 content = evbuffer_new();
792 if (!content)
819 dmap_add_int(content, "mstt", 200);
820 dmap_add_int(content, "mpro", mpro); // dmap.protocolversion
821 dmap_add_string(content, "minm", name); // dmap.itemname (server name)
823 dmap_add_int(content, "apro", apro); // daap.protocolversion
824 dmap_add_int(content, "aeSV", apro); // com.apple.itunes.music-sharing-version (determines if itunes shows share types)
826 dmap_add_short(content, "ated", 7); // daap.supportsextradata
833 dmap_add_short(content, "asg
1128 struct evbuffer *content; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A Dservice.cpp214 o->input->content = NULL;
251 o->output->content = ext_output->mime__content_;
272 o->output->content = NULL;
331 h->content = NULL;
333 h->ext_documentation = NULL; // TODO: add document content
334 h->documentation = NULL; // TODO: add document content
372 h->content = NULL;
374 h->ext_documentation = NULL; // TODO: add document content
375 h->documentation = NULL; // TODO: add document content
397 f->content
[all...]
H A Dservice.h54 mime__content *content; // MIME member in class:Message
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dservice.cpp214 o->input->content = NULL;
251 o->output->content = ext_output->mime__content_;
272 o->output->content = NULL;
331 h->content = NULL;
333 h->ext_documentation = NULL; // TODO: add document content
334 h->documentation = NULL; // TODO: add document content
372 h->content = NULL;
374 h->ext_documentation = NULL; // TODO: add document content
375 h->documentation = NULL; // TODO: add document content
397 f->content
[all...]
H A Dservice.h54 mime__content *content; // MIME member in class:Message
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dservice.cpp214 o->input->content = NULL;
251 o->output->content = ext_output->mime__content_;
272 o->output->content = NULL;
331 h->content = NULL;
333 h->ext_documentation = NULL; // TODO: add document content
334 h->documentation = NULL; // TODO: add document content
372 h->content = NULL;
374 h->ext_documentation = NULL; // TODO: add document content
375 h->documentation = NULL; // TODO: add document content
397 f->content
[all...]
H A Dservice.h54 mime__content *content; // MIME member in class:Message
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dconfig-parser-trivial.h54 const DBusString *content,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A DMakefile.am20 exif-content.c \
49 exif-content.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Difcontext.h83 void AddFile( const wxString& fname, const wxString& content );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DRLE.h59 void setup(int len, bool use_diff, uint8 * content = 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Datmlec.h90 } content; member in struct:atmlec_msg
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-additional-sel.h59 union CRAdditionalSelectorContent content ; member in struct:_CRAdditionalSel
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dhndtcam.h84 extern void hnd_tcam_read(void *srp, uint16 idx, uint32 *content);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-additional-sel.h59 union CRAdditionalSelectorContent content ; member in struct:_CRAdditionalSel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtspdec.c113 unsigned char *content = NULL; local
128 ff_rtsp_send_cmd(s, "DESCRIBE", rt->control_uri, cmd, reply, &content);
129 if (!content)
132 av_freep(&content);
136 av_log(s, AV_LOG_VERBOSE, "SDP:\n%s\n", content);
138 ret = ff_sdp_parse(s, (const char *)content);
139 av_freep(&content);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcheck-xsddata-test-suite.py337 msg = msg + doc.content + " "
341 msg = msg + author.content + " "
348 msg = msg + section.content + " "
361 msg = msg + section.content + " "
366 msg = msg + doc.content + " "
H A DparserInternals.c245 if (in->base != in->buf->buffer->content) {
257 xmlGenericError(xmlGenericErrorContext,"buffer %x : content %x, cur %d, use %d, size %d\n",
258 (int) in, (int) in->buf->buffer->content, in->cur - in->base,
296 used = in->cur - in->buf->buffer->content;
303 if (in->base != in->buf->buffer->content) {
308 in->base = in->buf->buffer->content;
309 in->cur = &in->buf->buffer->content[indx];
311 in->end = &in->buf->buffer->content[in->buf->buffer->use];
363 if (in->base != in->buf->buffer->content) {
368 in->base = in->buf->buffer->content;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextoverview.tex40 the content representation is required. It is difficult and inefficient to read
204 r.WriteText(wxT("Note: this sample content was generated programmatically from within the MyFrame constructor in the demo. The images were loaded from inline XPMs. Enjoy wxRichTextCtrl!"));
235 character content or from the paragraph object.
238 the content may be responsible for contributing different attributes to the final
246 may immediately change the look of the content depending on what other styles
247 the content uses. Calling wxRichTextCtrl::SetFont changes the font for the basic style.
250 from other paragraphs and independently from the content within the paragraph.
253 The paragraph style can be set independently of its content by passing wxRICHTEXT\_SETSTYLE\_PARAGRAPHS\_ONLY
260 style of content that is subsequently typed, pasted or programmatically inserted.
265 the first three of the above style types (the fourth is only a guide for future content
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DparserInternals.c245 if (in->base != in->buf->buffer->content) {
257 xmlGenericError(xmlGenericErrorContext,"buffer %x : content %x, cur %d, use %d, size %d\n",
258 (int) in, (int) in->buf->buffer->content, in->cur - in->base,
296 used = in->cur - in->buf->buffer->content;
303 if (in->base != in->buf->buffer->content) {
308 in->base = in->buf->buffer->content;
309 in->cur = &in->buf->buffer->content[indx];
311 in->end = &in->buf->buffer->content[in->buf->buffer->use];
363 if (in->base != in->buf->buffer->content) {
368 in->base = in->buf->buffer->content;
[all...]

Completed in 248 milliseconds

1234567891011>>