Lines Matching refs:PRINT
21 #define PRINT(x) printf x macro
23 #define PRINT(x) macro
195 PRINT(("HttpAuth: name=%s, value=%s\n", name.String(), in Initialize()
403 PRINT(("HttpAuth: Computing digest response: \n")); in _DigestResponse()
404 PRINT(("HttpAuth: > username = %s\n", fUserName.String())); in _DigestResponse()
405 PRINT(("HttpAuth: > password = %s\n", fPassword.String())); in _DigestResponse()
406 PRINT(("HttpAuth: > token = %s\n", fToken.String())); in _DigestResponse()
407 PRINT(("HttpAuth: > realm = %s\n", fRealm.String())); in _DigestResponse()
408 PRINT(("HttpAuth: > nonce = %s\n", fDigestNonce.String())); in _DigestResponse()
409 PRINT(("HttpAuth: > cnonce = %s\n", fDigestCnonce.String())); in _DigestResponse()
410 PRINT(("HttpAuth: > nc = %08x\n", fDigestNc)); in _DigestResponse()
411 PRINT(("HttpAuth: > uri = %s\n", uri.String())); in _DigestResponse()
412 PRINT(("HttpAuth: > method = %s\n", method.String())); in _DigestResponse()
413 PRINT(("HttpAuth: > algorithm = %d (MD5:%d, MD5-sess:%d)\n", in _DigestResponse()
429 PRINT(("HttpAuth: > A1 = %s\n", A1.String())); in _DigestResponse()
430 PRINT(("HttpAuth: > A2 = %s\n", A2.String())); in _DigestResponse()
431 PRINT(("HttpAuth: > H(A1) = %s\n", _H(A1).String())); in _DigestResponse()
432 PRINT(("HttpAuth: > H(A2) = %s\n", _H(A2).String())); in _DigestResponse()
441 PRINT(("HttpAuth: > R2 = %s\n", secretResp.String())); in _DigestResponse()
444 PRINT(("HttpAuth: > response = %s\n", response.String())); in _DigestResponse()