Lines Matching defs:num
84 * ExpiresDefault "<base> [plus] {<num> <type>}*"
85 * ExpiresByType type/encoding "<base> [plus] {<num> <type>}*"
94 * where <num> should be an integer value [acceptable to atoi()]
112 * The expiry time can be fine-tuned by adding several '<num> <type>'
219 int num = 0;
229 /* <base> [plus] {<num> <type>}*
254 /* {<num> <type>}*
257 /* <num>
260 num = atoi(word);
263 return apr_pstrcat(p, "bad expires code, numeric value expected <num> '",
300 modifier = modifier + factor * num;
302 /* next <num>