Lines Matching refs:out
91 ARRAY_TYPE(http_auth_challenge) out;
100 i_zero(&out);
103 &out) > 0);
112 array_foreach(&out, chalo) {
210 struct http_auth_credentials out;
221 &out) > 0);
227 i_assert(out.scheme != NULL);
229 str_sanitize(out.scheme, 80)),
230 strcmp(out.scheme, test->scheme) == 0);
231 if (out.data == NULL || test->data == NULL) {
233 str_sanitize(out.data, 80)),
234 out.data == test->data);
237 str_sanitize(out.data, 80)),
238 strcmp(out.data, test->data) == 0);
242 if (array_is_created(&out.params)) {
243 array_foreach(&out.params, paramo) {