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

/external/libxml2/
H A Dparser.c12420 int cur_avail = 0; local
12424 cur_avail = ctxt->input->length -
12427 cur_avail = xmlBufUse(ctxt->input->buf->buffer) -
12435 if ((ctxt->instate == XML_PARSER_EPILOG) && (cur_avail > 0)) {

Completed in 62 milliseconds