Searched refs:XML_CHAR_ENCODING_NONE (Results 1 - 25 of 35) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dencoding.in.h57 XML_CHAR_ENCODING_NONE= 0, /* No char encoding detected */ enumerator in enum:__anon2486
H A DHTMLparser.c4319 buf = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE);
6018 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE);
6026 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE);
6062 XML_CHAR_ENCODING_NONE);
6070 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE);
6175 input = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE);
6180 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE);
6218 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE);
6221 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE);
6262 XML_CHAR_ENCODING_NONE);
[all...]
H A Dparser.c2100 * if enc != XML_CHAR_ENCODING_NONE
2114 if (enc != XML_CHAR_ENCODING_NONE) {
9141 if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) &&
9145 * if enc != XML_CHAR_ENCODING_NONE
9153 if (enc != XML_CHAR_ENCODING_NONE) {
9304 * if enc != XML_CHAR_ENCODING_NONE
9313 if (enc != XML_CHAR_ENCODING_NONE) {
9708 if (ctxt->charset == XML_CHAR_ENCODING_NONE) {
9720 * if enc != XML_CHAR_ENCODING_NONE
10639 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE;
[all...]
H A Dencoding.c874 return(XML_CHAR_ENCODING_NONE);
922 return(XML_CHAR_ENCODING_NONE);
1085 * Returns one of the XML_CHAR_ENCODING_... values or XML_CHAR_ENCODING_NONE
1096 return(XML_CHAR_ENCODING_NONE);
1111 if (!strcmp(upper, "")) return(XML_CHAR_ENCODING_NONE);
1177 case XML_CHAR_ENCODING_NONE:
1448 case XML_CHAR_ENCODING_NONE:
H A Dxmlreader.c2116 input = xmlParserInputBufferCreateFilename(URI, XML_CHAR_ENCODING_NONE);
4946 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE;
5176 XML_CHAR_ENCODING_NONE);
5213 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE);
5253 XML_CHAR_ENCODING_NONE);
5367 XML_CHAR_ENCODING_NONE);
5400 XML_CHAR_ENCODING_NONE);
5434 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE);
5471 XML_CHAR_ENCODING_NONE);
H A DparserInternals.c945 case XML_CHAR_ENCODING_NONE:
1330 if (enc != XML_CHAR_ENCODING_NONE) {
1450 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE);
H A Dxmlsave.c854 (enc != XML_CHAR_ENCODING_NONE) &&
942 (enc != XML_CHAR_ENCODING_NONE) &&
H A DSAX2.c1032 if ((ctxt->charset != XML_CHAR_ENCODING_NONE) && (ctxt->myDoc != NULL) &&
1033 (ctxt->myDoc->charset == XML_CHAR_ENCODING_NONE)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dencoding.h57 XML_CHAR_ENCODING_NONE= 0, /* No char encoding detected */ enumerator in enum:__anon2697
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dencoding.in.h57 XML_CHAR_ENCODING_NONE= 0, /* No char encoding detected */ enumerator in enum:__anon2260
H A DHTMLparser.c4319 buf = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE);
6018 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE);
6026 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE);
6062 XML_CHAR_ENCODING_NONE);
6070 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE);
6175 input = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE);
6180 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE);
6218 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE);
6221 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE);
6262 XML_CHAR_ENCODING_NONE);
[all...]
H A Dparser.c2100 * if enc != XML_CHAR_ENCODING_NONE
2114 if (enc != XML_CHAR_ENCODING_NONE) {
9141 if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) &&
9145 * if enc != XML_CHAR_ENCODING_NONE
9153 if (enc != XML_CHAR_ENCODING_NONE) {
9304 * if enc != XML_CHAR_ENCODING_NONE
9313 if (enc != XML_CHAR_ENCODING_NONE) {
9708 if (ctxt->charset == XML_CHAR_ENCODING_NONE) {
9720 * if enc != XML_CHAR_ENCODING_NONE
10639 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE;
[all...]
H A Dencoding.c874 return(XML_CHAR_ENCODING_NONE);
922 return(XML_CHAR_ENCODING_NONE);
1085 * Returns one of the XML_CHAR_ENCODING_... values or XML_CHAR_ENCODING_NONE
1096 return(XML_CHAR_ENCODING_NONE);
1111 if (!strcmp(upper, "")) return(XML_CHAR_ENCODING_NONE);
1177 case XML_CHAR_ENCODING_NONE:
1448 case XML_CHAR_ENCODING_NONE:
H A Dxmlreader.c2116 input = xmlParserInputBufferCreateFilename(URI, XML_CHAR_ENCODING_NONE);
4946 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE;
5176 XML_CHAR_ENCODING_NONE);
5213 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE);
5253 XML_CHAR_ENCODING_NONE);
5367 XML_CHAR_ENCODING_NONE);
5400 XML_CHAR_ENCODING_NONE);
5434 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE);
5471 XML_CHAR_ENCODING_NONE);
H A DparserInternals.c945 case XML_CHAR_ENCODING_NONE:
1330 if (enc != XML_CHAR_ENCODING_NONE) {
1450 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE);
H A Dxmlsave.c854 (enc != XML_CHAR_ENCODING_NONE) &&
942 (enc != XML_CHAR_ENCODING_NONE) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/docs/examples/
H A Dhtmltitle.cc256 XML_CHAR_ENCODING_NONE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c4144 if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) &&
4148 * if enc != XML_CHAR_ENCODING_NONE
4156 if (enc != XML_CHAR_ENCODING_NONE) {
4418 buf = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE);
5909 ctxt->charset = XML_CHAR_ENCODING_NONE;
6122 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE);
6130 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE);
6166 XML_CHAR_ENCODING_NONE);
6174 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE);
6279 input = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE);
[all...]
H A Dparser.c2400 * if enc != XML_CHAR_ENCODING_NONE
2414 if (enc != XML_CHAR_ENCODING_NONE) {
6515 if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) &&
6525 if (enc != XML_CHAR_ENCODING_NONE)
9994 if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) &&
9998 * if enc != XML_CHAR_ENCODING_NONE
10006 if (enc != XML_CHAR_ENCODING_NONE) {
10167 * if enc != XML_CHAR_ENCODING_NONE
10176 if (enc != XML_CHAR_ENCODING_NONE) {
10571 if (ctxt->charset == XML_CHAR_ENCODING_NONE) {
[all...]
H A Dencoding.c874 return(XML_CHAR_ENCODING_NONE);
922 return(XML_CHAR_ENCODING_NONE);
1085 * Returns one of the XML_CHAR_ENCODING_... values or XML_CHAR_ENCODING_NONE
1096 return(XML_CHAR_ENCODING_NONE);
1111 if (!strcmp(upper, "")) return(XML_CHAR_ENCODING_NONE);
1177 case XML_CHAR_ENCODING_NONE:
1448 case XML_CHAR_ENCODING_NONE:
H A Dtestchar.c549 XML_CHAR_ENCODING_NONE);
H A Dxmlreader.c2152 input = xmlParserInputBufferCreateFilename(URI, XML_CHAR_ENCODING_NONE);
4987 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE;
5217 XML_CHAR_ENCODING_NONE);
5254 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE);
5294 XML_CHAR_ENCODING_NONE);
5408 XML_CHAR_ENCODING_NONE);
5441 XML_CHAR_ENCODING_NONE);
5475 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE);
5512 XML_CHAR_ENCODING_NONE);
H A DparserInternals.c957 case XML_CHAR_ENCODING_NONE:
1342 if (enc != XML_CHAR_ENCODING_NONE) {
1463 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE);
H A Dxmllint.c1647 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE);
1692 inputStream = xmlNewIOInputStream(ctxt, buf, XML_CHAR_ENCODING_NONE);
2090 chars, res, filename, XML_CHAR_ENCODING_NONE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.c626 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE;
678 buf = xmlAllocParserInputBuffer(XML_CHAR_ENCODING_NONE);
684 XML_CHAR_ENCODING_NONE);
1358 XML_CHAR_ENCODING_NONE);

Completed in 664 milliseconds

12