Searched refs:xmlExpBuf (Results 1 – 1 of 1) sorted by relevance
186 xmlBufferPtr xmlExpBuf; in testReduce() local188 xmlExpBuf = xmlBufferCreate(); in testReduce()195 xmlExpDump(xmlExpBuf, sub); in testReduce()197 (const char *) xmlBufferContent(xmlExpBuf)); in testReduce()203 xmlBufferEmpty(xmlExpBuf); in testReduce()204 xmlExpDump(xmlExpBuf, deriv); in testReduce()207 (const char *) xmlBufferContent(xmlExpBuf)); in testReduce()210 (const char *) xmlBufferContent(xmlExpBuf)); in testReduce()218 xmlBufferPtr xmlExpBuf; in exprDebug() local223 xmlExpBuf = xmlBufferCreate(); in exprDebug()[all …]