Lines Matching +refs:current +refs:line
173 static const char *current; variable
205 current = start; in hugeOpen()
206 return((void *) current); in hugeOpen()
248 memcpy(buffer, current, len); in hugeRead()
253 current = finish; in hugeRead()
258 current = segment; in hugeRead()
261 memcpy(buffer, current, len); in hugeRead()
263 current += len; in hugeRead()
394 int line = 0; in testStructuredErrorHandler() local
410 line = err->line; in testStructuredErrorHandler()
440 channel(data, "%s:%d: ", input->filename, input->line); in testStructuredErrorHandler()
441 else if ((line != 0) && (domain == XML_FROM_PARSER)) in testStructuredErrorHandler()
442 channel(data, "Entity: line %d: ", input->line); in testStructuredErrorHandler()
446 channel(data, "%s:%d: ", file, line); in testStructuredErrorHandler()
447 else if ((line != 0) && (domain == XML_FROM_PARSER)) in testStructuredErrorHandler()
448 channel(data, "Entity: line %d: ", line); in testStructuredErrorHandler()
552 channel(data, "%s:%d: \n", cur->filename, cur->line); in testStructuredErrorHandler()
553 else if ((line != 0) && (domain == XML_FROM_PARSER)) in testStructuredErrorHandler()
554 channel(data, "Entity: line %d: \n", cur->line); in testStructuredErrorHandler()