Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c920 char a2[256]; in http_auth_digest_check() local
1138 CvtHex(RespHash, a2); in http_auth_digest_check()
1140 if (0 != strcmp(a2, respons)) { in http_auth_digest_check()
1145 "digest: digest mismatch", a2, respons); in http_auth_digest_check()
/mOS-networking-stack/core/src/
H A Dtcp_rb.c896 #define DOESOVERLAP(a1, a2, b1, b2) \ in tcp_rb_overlapchk() argument
897 ((a1 != b2) && (a2 != b1) && ((a1 > b2) != (a2 > b1))) in tcp_rb_overlapchk()