Home
last modified time | relevance | path

Searched refs:writtentot (Results 1 – 1 of 1) sorted by relevance

/third_party/libxml2/
Dencoding.c2458 int writtentot = 0; in xmlCharEncOutput() local
2499 return (writtentot); in xmlCharEncOutput()
2515 writtentot += c_out; in xmlCharEncOutput()
2600 writtentot += c_out; in xmlCharEncOutput()
2604 return(writtentot ? writtentot : ret); in xmlCharEncOutput()
2631 int writtentot = 0; in xmlCharEncOutFunc() local
2675 writtentot += written; in xmlCharEncOutFunc()
2761 writtentot += written; in xmlCharEncOutFunc()
2766 return(writtentot ? writtentot : ret); in xmlCharEncOutFunc()