Searched refs:max_request (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/crypto/heimdal/kcm/ |
| D | config.c | 41 size_t max_request = 0; /* maximal size of a request */ variable 81 "max-request", 0, arg_string, &max_request, 359 max_request = parse_bytes(max_request_str, NULL); in kcm_configure() 361 if(max_request == 0){ in kcm_configure() 368 max_request = parse_bytes(p, NULL); in kcm_configure() 387 if(max_request == 0) in kcm_configure() 388 max_request = 64 * 1024; in kcm_configure()
|
| D | kcm_locl.h | 160 extern size_t max_request;
|
| D | connect.c | 447 if (d->size + grow > max_request) { in grow_descr()
|
| /freebsd-9-stable/crypto/heimdal/kdc/ |
| D | config.c | 77 "max-request", 0, arg_string, &max_request, 213 max_request = parse_bytes(max_request_str, NULL); in configure() 215 if(max_request == 0){ in configure() 222 max_request = parse_bytes(p, NULL); in configure() 286 if(max_request == 0) in configure() 287 max_request = 64 * 1024; in configure()
|
| D | kdc_locl.h | 48 extern size_t max_request;
|
| D | connect.c | 49 size_t max_request; /* maximal size of a request */ variable 483 buf = malloc(max_request); in handle_udp() 485 kdc_log(context, config, 0, "Failed to allocate %lu bytes", (unsigned long)max_request); in handle_udp() 490 n = recvfrom(d->s, buf, max_request, 0, d->sa, &d->sock_len); in handle_udp() 584 if (d->size + grow > max_request) { in grow_descr()
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | spa.c | 2805 uint64_t max_request, int rewind_flags) in spa_load_best() argument 2817 spa->spa_load_max_txg = max_request; in spa_load_best()
|