Lines Matching defs:number
192 * mime_stars -- initialized to zero. Set to the number of stars
264 int count_multiviews_variants; /* number of variants found on disk */
997 apr_off_t number;
1000 if (apr_strtoff(&number, body1, &errp, 10) != APR_SUCCESS
1001 || *errp || number < 0) {
1008 mime_info.bytes = number;
1612 * header. Note that HTTP/1.x allows any number of
2470 * Note that if you change the number of substrings pushed, you also
2655 * Note that if you change the number of substrings pushed, you also
2831 /* GET or HEAD? (HEAD has same method number as GET) */