Searched refs:maxbuf (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/auth/
H A Dmech-digest-md5.c49 unsigned long maxbuf; member in struct:digest_auth_request
71 maxbuf=number (with auth-int, auth-conf, defaults to 64k)
396 if (strcmp(key, "maxbuf") == 0) {
397 if (request->maxbuf != 0) {
398 *error = "maxbuf must not exist more than once";
402 if (str_to_ulong(value, &request->maxbuf) < 0 ||
403 request->maxbuf == 0) {
404 *error = "Invalid maxbuf value";
469 maxbuf=number (with auth-int, auth-conf, defaults to 64k)
H A Dmech-cram-md5.c31 unsigned long maxbuf; member in struct:cram_auth_request

Completed in 701 milliseconds