Lines Matching defs:chunk
4565 * @terminate: last chunk indicator
5292 * @chunk: an char array
5293 * @size: the size in byte of the chunk
5294 * @terminate: last chunk indicator
5301 htmlParseChunk(htmlParserCtxtPtr ctxt, const char *chunk, int size,
5308 if ((size > 0) && (chunk != NULL) && (ctxt->input != NULL) &&
5314 res = xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
5375 * @chunk: a pointer to an array of chars
5388 const char *chunk, int size, const char *filename,
5445 if ((size > 0) && (chunk != NULL) && (ctxt->input != NULL) &&
5450 xmlParserInputBufferPush(ctxt->input->buf, size, chunk);