Searched refs:nbchars (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DxmlIO.c2922 int nbchars = 0; local
2944 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
2945 if (nbchars < 0) {
2952 nbchars = len;
2953 ret = xmlBufferAdd(in->buffer, (xmlChar *) buf, nbchars);
2960 nbchars, in->buffer->use, in->buffer->size);
2962 return(nbchars);
2997 int nbchars = 0; local
3055 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
3056 if (nbchars <
3116 int nbchars = 0; /* number of chars to output to I/O */ local
3280 int nbchars = 0; /* number of chars to output to I/O */ local
3422 int nbchars = 0, ret = 0; local
[all...]
H A DparserInternals.c1092 int nbchars; local
1177 nbchars = xmlCharEncInFunc(input->buf->encoder,
1187 nbchars = xmlCharEncFirstLine(input->buf->encoder,
1191 if (nbchars < 0) {
H A Dparser.c2177 int nbchars = 0; local
2210 COPY_BUF(0,buffer,nbchars,val);
2212 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) {
2224 COPY_BUF(0,buffer,nbchars,ent->content[0]);
2225 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) {
2242 buffer[nbchars++] = *current++;
2243 if (nbchars >
2254 buffer[nbchars++] = '&';
2255 if (nbchars > buffer_size - i - XML_PARSER_BUFFER_SIZE) {
2259 buffer[nbchars
10558 int nbchars; local
[all...]
H A DHTMLparser.c3323 int nbchars; local
3331 nbchars = xmlCharEncInFunc(ctxt->input->buf->encoder,
3334 if (nbchars < 0) {
5279 int nbchars; local
5281 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
5282 if (nbchars < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DxmlIO.c2999 int nbchars = 0; local
3021 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
3022 if (nbchars < 0) {
3029 nbchars = len;
3030 ret = xmlBufferAdd(in->buffer, (xmlChar *) buf, nbchars);
3037 nbchars, in->buffer->use, in->buffer->size);
3039 return(nbchars);
3074 int nbchars = 0; local
3132 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
3133 if (nbchars <
3193 int nbchars = 0; /* number of chars to output to I/O */ local
3357 int nbchars = 0; /* number of chars to output to I/O */ local
3510 int nbchars = 0, ret = 0; local
[all...]
H A DparserInternals.c1104 int nbchars; local
1189 nbchars = xmlCharEncInFunc(input->buf->encoder,
1199 nbchars = xmlCharEncFirstLine(input->buf->encoder,
1203 if (nbchars < 0) {
H A Dparser.c2479 int nbchars = 0; local
2514 COPY_BUF(0,buffer,nbchars,val);
2516 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) {
2533 COPY_BUF(0,buffer,nbchars,ent->content[0]);
2534 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) {
2550 buffer[nbchars++] = *current++;
2551 if (nbchars >
2553 if (xmlParserEntityCheck(ctxt, nbchars, ent))
2565 buffer[nbchars++] = '&';
2566 if (nbchars > buffer_siz
11438 int nbchars; local
[all...]
H A DHTMLparser.c3362 int nbchars; local
3370 nbchars = xmlCharEncInFunc(ctxt->input->buf->encoder,
3373 if (nbchars < 0) {
5379 int nbchars; local
5381 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
5382 if (nbchars < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DxmlIO.c2922 int nbchars = 0; local
2944 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
2945 if (nbchars < 0) {
2952 nbchars = len;
2953 ret = xmlBufferAdd(in->buffer, (xmlChar *) buf, nbchars);
2960 nbchars, in->buffer->use, in->buffer->size);
2962 return(nbchars);
2997 int nbchars = 0; local
3055 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
3056 if (nbchars <
3116 int nbchars = 0; /* number of chars to output to I/O */ local
3280 int nbchars = 0; /* number of chars to output to I/O */ local
3422 int nbchars = 0, ret = 0; local
[all...]
H A DparserInternals.c1092 int nbchars; local
1177 nbchars = xmlCharEncInFunc(input->buf->encoder,
1187 nbchars = xmlCharEncFirstLine(input->buf->encoder,
1191 if (nbchars < 0) {
H A Dparser.c2177 int nbchars = 0; local
2210 COPY_BUF(0,buffer,nbchars,val);
2212 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) {
2224 COPY_BUF(0,buffer,nbchars,ent->content[0]);
2225 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) {
2242 buffer[nbchars++] = *current++;
2243 if (nbchars >
2254 buffer[nbchars++] = '&';
2255 if (nbchars > buffer_size - i - XML_PARSER_BUFFER_SIZE) {
2259 buffer[nbchars
10558 int nbchars; local
[all...]
H A DHTMLparser.c3323 int nbchars; local
3331 nbchars = xmlCharEncInFunc(ctxt->input->buf->encoder,
3334 if (nbchars < 0) {
5279 int nbchars; local
5281 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
5282 if (nbchars < 0) {

Completed in 327 milliseconds