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

/external/libxml2/
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 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 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) {
H A Dparser.c2485 int nbchars = 0; local
2520 COPY_BUF(0,buffer,nbchars,val);
2522 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) {
2539 COPY_BUF(0,buffer,nbchars,ent->content[0]);
2540 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) {
2556 buffer[nbchars++] = *current++;
2557 if (nbchars >
2559 if (xmlParserEntityCheck(ctxt, nbchars, ent))
2571 buffer[nbchars++] = '&';
2572 if (nbchars > buffer_siz
11462 int nbchars; local
[all...]

Completed in 99 milliseconds