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

/external/libxml2/
H A DxmlIO.c3178 int nbchars = 0; local
3200 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
3201 if (nbchars < 0) {
3208 nbchars = len;
3209 ret = xmlBufferAdd(in->buffer, (xmlChar *) buf, nbchars);
3216 nbchars, in->buffer->use, in->buffer->size);
3218 return(nbchars);
3253 int nbchars = 0; local
3311 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
3312 if (nbchars <
3372 int nbchars = 0; /* number of chars to output to I/O */ local
3536 int nbchars = 0; /* number of chars to output to I/O */ local
3689 int nbchars = 0, ret = 0; local
[all...]
H A DparserInternals.c1153 int nbchars; local
1238 nbchars = xmlCharEncInFunc(input->buf->encoder,
1248 nbchars = xmlCharEncFirstLineInt(input->buf->encoder,
1253 if (nbchars < 0) {
H A Dparser.c2633 int nbchars = 0; local
2668 COPY_BUF(0,buffer,nbchars,val);
2670 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) {
2687 COPY_BUF(0,buffer,nbchars,ent->content[0]);
2688 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) {
2704 buffer[nbchars++] = *current++;
2705 if (nbchars >
2707 if (xmlParserEntityCheck(ctxt, nbchars, ent))
2719 buffer[nbchars++] = '&';
2720 if (nbchars > buffer_siz
11749 int nbchars; local
[all...]
H A DHTMLparser.c3514 int nbchars; local
3522 nbchars = xmlCharEncInFunc(ctxt->input->buf->encoder,
3525 if (nbchars < 0) {
5939 int nbchars; local
5941 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
5942 if (nbchars < 0) {

Completed in 57 milliseconds