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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DConnection.java77 * traceFile, traceTagIn, traceTagOut - no sync; debugging only
128 private OutputStream traceFile = null; field in class:Connection
194 traceFile = trace;
414 if (traceFile != null) {
415 Ber.dumpBER(traceFile, traceTagOut, ber.getBuf(), 0, ber.getDataLen());
562 if (traceFile != null) {
563 Ber.dumpBER(traceFile, traceTagOut, ber.getBuf(), 0,
617 if (traceFile != null) {
618 Ber.dumpBER(traceFile, traceTagOut, ber.getBuf(),
921 if (traceFile !
[all...]

Completed in 54 milliseconds