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

/macosx-10.10.1/libxml2-26/libxml2/
H A DxmlIO.c3219 int nbchars = 0; local
3241 nbchars = xmlCharEncInput(in, 1);
3242 if (nbchars < 0) {
3249 nbchars = len;
3250 ret = xmlBufAdd(in->buffer, (xmlChar *) buf, nbchars);
3257 nbchars, xmlBufUse(in->buffer), xmlBufLength(in->buffer));
3259 return(nbchars);
3294 int nbchars = 0; local
3346 nbchars = xmlCharEncInput(in, 1);
3347 if (nbchars <
3405 int nbchars = 0; /* number of chars to output to I/O */ local
3569 int nbchars = 0; /* number of chars to output to I/O */ local
3720 int nbchars = 0, ret = 0; local
[all...]
H A DparserInternals.c1119 int nbchars; local
1204 nbchars = xmlCharEncInput(input->buf, 1);
1212 nbchars = xmlCharEncFirstLineInput(input->buf, len);
1214 if (nbchars < 0) {
H A Dparser.c2685 size_t nbchars = 0; local
2726 COPY_BUF(0,buffer,nbchars,val);
2728 if (nbchars + XML_PARSER_BUFFER_SIZE > buffer_size) {
2745 COPY_BUF(0,buffer,nbchars,ent->content[0]);
2746 if (nbchars + XML_PARSER_BUFFER_SIZE > buffer_size) {
2762 buffer[nbchars++] = *current++;
2763 if (nbchars + XML_PARSER_BUFFER_SIZE > buffer_size) {
2764 if (xmlParserEntityCheck(ctxt, nbchars, ent, 0))
2776 buffer[nbchars++] = '&';
2777 if (nbchars
12245 int nbchars; local
[all...]
H A DHTMLparser.c3556 int nbchars; local
3564 nbchars = xmlCharEncInput(ctxt->input->buf, 1);
3565 if (nbchars < 0) {
6056 int nbchars; local
6060 nbchars = xmlCharEncInput(in, terminate);
6061 if (nbchars < 0) {
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c3052 int nbchars = 0; local
3074 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
3075 if (nbchars < 0) {
3082 nbchars = len;
3083 ret = xmlBufferAdd(in->buffer, (xmlChar *) buf, nbchars);
3090 nbchars, in->buffer->use, in->buffer->size);
3092 return(nbchars);
3127 int nbchars = 0; local
3185 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
3186 if (nbchars <
3246 int nbchars = 0; /* number of chars to output to I/O */ local
3410 int nbchars = 0; /* number of chars to output to I/O */ local
3563 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.c2496 int nbchars = 0; local
2531 COPY_BUF(0,buffer,nbchars,val);
2533 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) {
2550 COPY_BUF(0,buffer,nbchars,ent->content[0]);
2551 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) {
2567 buffer[nbchars++] = *current++;
2568 if (nbchars >
2570 if (xmlParserEntityCheck(ctxt, nbchars, ent))
2582 buffer[nbchars++] = '&';
2583 if (nbchars > buffer_siz
11596 int nbchars; local
[all...]
H A DHTMLparser.c3509 int nbchars; local
3517 nbchars = xmlCharEncInFunc(ctxt->input->buf->encoder,
3520 if (nbchars < 0) {
5934 int nbchars; local
5936 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
5937 if (nbchars < 0) {

Completed in 322 milliseconds