Searched defs:number (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/lua/
H A Dlua_request.h54 lua_Number number; member in struct:__anon212
/httpd/modules/http/
H A Dbyterange_filter.c78 * Returns: number of ranges (merged) or -1 for no-good
141 apr_off_t number, start, end; local
157 if (apr_strtoff(&number, dash+1, &errp, 10) || *errp) {
160 if (number < 1) {
163 start = clength - number;
168 if (apr_strtoff(&number, cur, &errp, 10) || *errp) {
171 start = number;
173 if (apr_strtoff(&number, dash, &errp, 10) || *errp) {
176 end = number;
/httpd/modules/mappers/
H A Dmod_negotiation.c192 * 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; local
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 a
[all...]
/httpd/server/
H A Dcore.c623 * as the minor key during sorting. The major key is the number of
650 /* we always sort next by the number of components
659 /* They have the same number of components, we now have to compare
1547 /* 1st parameter should be a 3 digit number, which we recognize;
2142 /* check for builtin or module registered method number */
2277 * All others are sorted and tested by the number of slashes.
2870 return apr_pstrcat(cmd->temp_pool, "The port number \"", arg,
4242 "Set a number of attributes for a given directory"),
4319 "Limit (0 = unlimited) on max number of header fields in a request message"),
4330 "Maximum number o
5138 apr_uint32_t number; local
[all...]

Completed in 2648 milliseconds