Lines Matching +defs:val +defs:list
108 /** Limit on size of log URL list for a certificate
316 /* stick a 0 len (for the list) at the start of the file;
325 arr = NULL; /* Build list from scratch, creating array */
426 APLOGNO(02687) "could not write the SCT list length "
732 arr = NULL; /* Build list from scratch, creating array */
1639 /* add each SCT in the list to the all_scts array */
1705 APLOGNO(02726) "couldn't deserialize SCT list from "
1714 APLOGNO(02727) "couldn't deserialize SCT list from "
1723 APLOGNO(02728) "couldn't deserialize SCT list from "
2117 APLOGNO(02736) "Could not retrieve SCT list from "
2240 APLOGNO(02738) "SCT list received in: %s%s%s(%s) (c %pp)",
2675 char *list, *last;
2688 list = apr_pstrcat(r->pool,
2693 if (*list) {
2694 last = list + strlen(list) - 1;
2700 apr_table_set(r->subprocess_env, PROXY_SCT_SOURCES_VAR, list);
2735 long max_val, long *val,
2741 *val = strtol(arg, &endptr, 10);
2744 || *val < min_val
2745 || *val > max_val) {
2795 long val;
2801 err = parse_num(cmd->pool, arg, 10, 3600 * 12, &val, "CTMaxSCTAge");
2806 sconf->max_sct_age = apr_time_from_sec(val);
2858 long val;
2864 err = parse_num(cmd->pool, arg, 1, 100, &val,
2870 sconf->max_sh_sct = val;
3024 * the same SCT list for a cert used by two
3031 * the same SCT list for a cert used by two
3043 * the same SCT list for a cert used by two
3049 * the same SCT list for a cert used by two
3059 * the same SCT list for a cert used by two