Lines Matching refs:xmlExpDumpInt
8036 xmlExpDumpInt(xmlBufferPtr buf, xmlExpNodePtr expr, int glob) { in xmlExpDumpInt() function
8054 xmlExpDumpInt(buf, c, 1); in xmlExpDumpInt()
8056 xmlExpDumpInt(buf, c, 0); in xmlExpDumpInt()
8060 xmlExpDumpInt(buf, c, 1); in xmlExpDumpInt()
8062 xmlExpDumpInt(buf, c, 0); in xmlExpDumpInt()
8067 xmlExpDumpInt(buf, c, 1); in xmlExpDumpInt()
8069 xmlExpDumpInt(buf, c, 0); in xmlExpDumpInt()
8073 xmlExpDumpInt(buf, c, 1); in xmlExpDumpInt()
8075 xmlExpDumpInt(buf, c, 0); in xmlExpDumpInt()
8082 xmlExpDumpInt(buf, c, 1); in xmlExpDumpInt()
8084 xmlExpDumpInt(buf, c, 0); in xmlExpDumpInt()
8122 xmlExpDumpInt(buf, expr, 0); in xmlExpDump()