Searched refs:content (Results 201 - 225 of 501) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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...]
H A Dencoding.c865 * Guess the encoding of the entity using the first bytes of the entity content
1770 * declaration without going too far inside the document content.
1781 ret = handler->input(&out->content[out->use], &written,
1782 in->content, &toconv);
1785 out->content[out->use] = 0;
1789 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use],
1790 &written, in->content, &toconv);
1793 out->content[out->use] = 0;
1865 ret = handler->input(&out->content[out->use], &written,
1866 in->content,
[all...]
H A Drunsuite.c122 static int addEntity(char *name, char *content) { argument
128 testEntitiesValue[nb_entities] = content;
341 pctxt = xmlRelaxNGNewMemParserCtxt((const char *)buf->content, buf->use);
373 xmlChar *name, *content, *res; local
388 content = xmlStrdup(buf->content);
389 if ((name != NULL) && (content != NULL)) {
392 addEntity((char *) res, (char *) content);
395 if (content != NULL) xmlFree(content);
[all...]
H A Dxpointer.c879 * Macros for accessing the content. Those should be used only by the parser,
1456 const xmlChar *content = cur->content; local
1459 if (content == NULL) {
1464 content += (index1 - 1);
1470 tmp = xmlNewTextLen(content, len);
1513 const xmlChar *content = cur->content; local
1515 if (content == NULL) {
1519 content
[all...]
H A Dcatalog.c915 inputStream->base = inputStream->buf->buffer->content;
916 inputStream->cur = inputStream->buf->buffer->content;
918 &inputStream->buf->buffer->content[inputStream->buf->buffer->use];
949 * Load a file content into memory.
967 xmlChar *content; local
993 content = xmlMallocAtomic(size + 10);
994 if (content == NULL) {
999 len = read(fd, content, size);
1001 len = fread(content, 1, size, fd);
1004 xmlFree(content);
2643 xmlChar *content; local
2680 xmlChar *content; local
2742 xmlChar *content; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-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...]
H A Dencoding.c865 * Guess the encoding of the entity using the first bytes of the entity content
1774 * declaration without going too far inside the document content.
1779 ret = handler->input(&out->content[out->use], &written,
1780 in->content, &toconv);
1783 out->content[out->use] = 0;
1787 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use],
1788 &written, in->content, &toconv);
1791 out->content[out->use] = 0;
1863 ret = handler->input(&out->content[out->use], &written,
1864 in->content,
[all...]
H A Dxpointer.c879 * Macros for accessing the content. Those should be used only by the parser,
1456 const xmlChar *content = cur->content; local
1459 if (content == NULL) {
1464 content += (index1 - 1);
1470 tmp = xmlNewTextLen(content, len);
1513 const xmlChar *content = cur->content; local
1515 if (content == NULL) {
1519 content
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dencoding.c865 * Guess the encoding of the entity using the first bytes of the entity content
1774 * declaration without going too far inside the document content.
1779 ret = handler->input(&out->content[out->use], &written,
1780 in->content, &toconv);
1783 out->content[out->use] = 0;
1787 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use],
1788 &written, in->content, &toconv);
1791 out->content[out->use] = 0;
1863 ret = handler->input(&out->content[out->use], &written,
1864 in->content,
[all...]
H A Dxpointer.c879 * Macros for accessing the content. Those should be used only by the parser,
1456 const xmlChar *content = cur->content; local
1459 if (content == NULL) {
1464 content += (index1 - 1);
1470 tmp = xmlNewTextLen(content, len);
1513 const xmlChar *content = cur->content; local
1515 if (content == NULL) {
1519 content
[all...]
H A DSAX.in.h73 xmlChar *content);
86 xmlElementContentPtr content);
H A DSAX2.in.h71 xmlChar *content);
84 xmlElementContentPtr content);
H A Dcatalog.c903 inputStream->base = inputStream->buf->buffer->content;
904 inputStream->cur = inputStream->buf->buffer->content;
906 &inputStream->buf->buffer->content[inputStream->buf->buffer->use];
937 * Load a file content into memory.
955 xmlChar *content; local
981 content = xmlMallocAtomic(size + 10);
982 if (content == NULL) {
987 len = read(fd, content, size);
989 len = fread(content, 1, size, fd);
992 xmlFree(content);
2618 xmlChar *content; local
2655 xmlChar *content; local
2717 xmlChar *content; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dencoding.c865 * Guess the encoding of the entity using the first bytes of the entity content
1770 * declaration without going too far inside the document content.
1781 ret = handler->input(&out->content[out->use], &written,
1782 in->content, &toconv);
1785 out->content[out->use] = 0;
1789 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use],
1790 &written, in->content, &toconv);
1793 out->content[out->use] = 0;
1865 ret = handler->input(&out->content[out->use], &written,
1866 in->content,
[all...]
H A Drunsuite.c122 static int addEntity(char *name, char *content) { argument
128 testEntitiesValue[nb_entities] = content;
341 pctxt = xmlRelaxNGNewMemParserCtxt((const char *)buf->content, buf->use);
373 xmlChar *name, *content, *res; local
388 content = xmlStrdup(buf->content);
389 if ((name != NULL) && (content != NULL)) {
392 addEntity((char *) res, (char *) content);
395 if (content != NULL) xmlFree(content);
[all...]
H A Dxpointer.c879 * Macros for accessing the content. Those should be used only by the parser,
1456 const xmlChar *content = cur->content; local
1459 if (content == NULL) {
1464 content += (index1 - 1);
1470 tmp = xmlNewTextLen(content, len);
1513 const xmlChar *content = cur->content; local
1515 if (content == NULL) {
1519 content
[all...]
H A Dtestrecurse.c343 * Displays current context within the input content for error tracking
351 xmlChar content[81]; /* space for 80 chars + line terminator */ local
363 while ((n++ < (sizeof(content)-1)) && (cur > base) &&
371 ctnt = content;
374 (*(cur) != '\r') && (n < sizeof(content)-1)) {
380 chanl(data ,"%s\n", content);
383 ctnt = content;
385 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
392 chanl(data ,"%s\n", content);
H A Dcatalog.c915 inputStream->base = inputStream->buf->buffer->content;
916 inputStream->cur = inputStream->buf->buffer->content;
918 &inputStream->buf->buffer->content[inputStream->buf->buffer->use];
949 * Load a file content into memory.
967 xmlChar *content; local
993 content = xmlMallocAtomic(size + 10);
994 if (content == NULL) {
999 len = read(fd, content, size);
1001 len = fread(content, 1, size, fd);
1004 xmlFree(content);
2643 xmlChar *content; local
2680 xmlChar *content; local
2742 xmlChar *content; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dlec.c155 mesg->content.normal.flag = *buff & 0x01;
437 dev->dev_addr[i] = mesg->content.normal.mac_addr[i];
444 lec_addr_delete(priv, mesg->content.normal.atm_addr,
445 mesg->content.normal.flag);
448 priv->topology_change = mesg->content.normal.flag;
451 lec_flush_complete(priv, mesg->content.normal.flag);
455 entry = lec_arp_find(priv, mesg->content.normal.mac_addr);
459 if (mesg->content.normal.no_source_le_narp)
463 lec_arp_update(priv, mesg->content.normal.mac_addr,
464 mesg->content
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DSAX.h73 xmlChar *content);
86 xmlElementContentPtr content);
H A DSAX2.h71 xmlChar *content);
84 xmlElementContentPtr content);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DSAX.h73 xmlChar *content);
86 xmlElementContentPtr content);
H A DSAX2.h71 xmlChar *content);
84 xmlElementContentPtr content);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dproxy.c417 const char *content = pa; local
421 const int status = get_key_value(content, k, v, sizeof(k), sizeof(v), &content);
431 if (*content == ',')
432 ++content;
433 while (*content && isspace(*content))
434 ++content;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCatDialog.cpp64 wxSizer* content = CategoriesEditWindow(this, true); local
65 content->Show(this, true);

Completed in 472 milliseconds

1234567891011>>