Lines Matching +full:cancel +full:- +full:in +full:- +full:progress
12 * This software is licensed as described in the file COPYING, which
23 * SPDX-License-Identifier: curl
55 #define SASL_MECH_STRING_CRAM_MD5 "CRAM-MD5"
56 #define SASL_MECH_STRING_DIGEST_MD5 "DIGEST-MD5"
62 #define SASL_MECH_STRING_SCRAM_SHA_1 "SCRAM-SHA-1"
63 #define SASL_MECH_STRING_SCRAM_SHA_256 "SCRAM-SHA-256"
66 #define SASL_FLAG_BASE64 0x0001 /* Messages are base64-encoded */
90 /* Progress indicator */
107 /* Cancel authentication. */
112 command length - other characters count.
113 This has to be zero for non-base64 protocols. */
120 /* Per-connection parameters */
135 (wordlen == (sizeof(mech) - 1) / sizeof(char) && \
159 bool force_ir, saslprogress *progress);
163 int code, saslprogress *progress);