Home | History | Annotate | Download | only in doc

Lines Matching full:expected_b64

4091        char *expected_b64, *expected;
4111 expected_b64 = string_to_base64 (expected);
4113 if (NULL == expected_b64)
4117 (strcmp (headervalue + strlen (strbase), expected_b64) == 0);
4119 free (expected_b64);