/httpd/include/ |
H A D | util_cfgtree.h | 68 /** A short-cut towards the last directive node in the tree. 73 struct ap_directive_t *last; member in struct:ap_directive_t
|
/httpd/test/ |
H A D | check_chunked | 35 last if ($_ eq "\r\n");
|
H A D | time-sem.c | 510 struct timeval last; local 569 gettimeofday (&last, NULL); 578 last.tv_sec -= first.tv_sec; 579 ms = last.tv_usec - first.tv_usec; 581 --last.tv_sec; 584 last.tv_usec = ms; 585 printf ("%8lu.%06lu\n", last.tv_sec, last.tv_usec);
|
/httpd/modules/session/ |
H A D | mod_session_cookie.c | 216 char *last; local 219 char *cookie = apr_strtok(line, " \t", &last); 222 while (apr_isspace(*last)) { 223 last++; 225 conf->name_attrs = last; 232 char *last; local 235 char *cookie = apr_strtok(line, " \t", &last); 238 while (apr_isspace(*last)) { 239 last++; 241 conf->name2_attrs = last; [all...] |
H A D | mod_session_dbd.c | 567 char *last; local 570 char *cookie = apr_strtok(line, " \t", &last); 573 while (apr_isspace(*last)) { 574 last++; 576 conf->name_attrs = last; 582 char *last; local 585 char *cookie = apr_strtok(line, " \t", &last); 588 while (apr_isspace(*last)) { 589 last++; 591 conf->name2_attrs = last; [all...] |
H A D | mod_session.c | 377 char *last = NULL; local 388 pair = apr_strtok(encoded, sep, &last); 407 pair = apr_strtok(NULL, sep, &last);
|
/httpd/modules/cache/ |
H A D | cache_util.c | 151 cache_provider_list *last = providers; local 153 while (last->next) { 154 if (last->provider == provider) { 157 last = last->next; 159 if (last->provider == provider) { 162 last->next = newp; 905 char *cache_strqtok(char *str, const char *sep, char **last) argument 911 str = *last; /* start where we left off */ 934 *last 981 char *last; local 1141 char *last, *slast; local [all...] |
H A D | cache_util.h | 177 /** ignore the last-modified header when deciding to cache this request */ 223 apr_time_t lastmod; /* last-modified time */ 322 char *cache_strqtok(char *str, const char *sep, char **last);
|
H A D | cache_storage.c | 252 char *last = NULL; local 281 CACHE_SEPARATOR, &last); 304 vary = cache_strqtok(NULL, CACHE_SEPARATOR, &last); 578 * Check that we have a parameter separator in the last segment 633 * last one in the original querystring. Hence we have
|
/httpd/server/ |
H A D | listen.c | 376 ap_listen_rec *last, *new; local 384 last = ap_listeners; 385 while (last && last->next) { 386 last = last->next; 394 if (last == NULL) { 395 ap_listeners = last = new; 398 last->next = new; 399 last 411 ap_listen_rec **walk, *last; local 808 ap_listen_rec *last = NULL; local [all...] |
H A D | apreq_parser.c | 73 apreq_hook_t *last = h; local 75 while (last->next) 76 last = last->next; 78 last->next = p->hook;
|
H A D | util_script.c | 325 char *first, *last; local 340 last = first; 341 while (*last && !apr_isspace(*last)) { 342 ++last; /* end at next whitespace */ 345 return apr_pstrmemdup(r->pool, first, last - first);
|
H A D | apreq_util.c | 566 const char *const last = src + slen - 1; local 575 while (s <= last) { 991 apr_bucket *last; local 993 last = APR_BRIGADE_LAST(bb); 994 if (BUCKET_IS_SPOOL(last)) 995 return ((apr_bucket_file *)last->data)->fd;
|
/httpd/docs/log-message-tags/ |
H A D | update-log-msg-tags | 77 last; 88 last;
|
/httpd/modules/proxy/ |
H A D | mod_proxy_connect.c | 55 int last; member in struct:__anon289 86 int first, last; local 99 last = strtol(p, &endptr, 10); 102 last = first; 112 New->last = last; 128 if (port >= list[i].first && port <= list[i].last)
|
/httpd/modules/aaa/ |
H A D | mod_auth_basic.c | 121 authn_provider_list *last = conf->providers; local 123 while (last->next) { 124 last = last->next; 126 last->next = newp;
|
H A D | mod_auth_form.c | 181 authn_provider_list *last = conf->providers; local 183 while (last->next) { 184 last = last->next; 186 last->next = newp;
|
/httpd/modules/test/ |
H A D | mod_policy.c | 342 char *last; local 347 token = apr_strtok(token, ", \t", &last); 357 token = apr_strtok(NULL, ", \t", &last); 541 char *last; local 545 const char *token = apr_strtok(header, ", ", &last); 555 token = apr_strtok(NULL, ", ", &last); 561 const char *token = apr_strtok(header, ", ", &last); 605 token = apr_strtok(NULL, ", ", &last); 649 char *last; local 660 const char *token = apr_strtok(header, ", ", &last); [all...] |
/httpd/modules/http/ |
H A D | byterange_filter.c | 294 apr_bucket *first = NULL, *last = NULL, *out_first = NULL, *e; local 324 last = e; 330 if (!first || !last) 359 if (e == last) {
|
/httpd/modules/metadata/ |
H A D | mod_mime_magic.c | 458 struct magic *last; member in struct:__anon260 489 new->last = NULL; 942 conf->magic = conf->last = NULL; 947 char *last = line + strlen(line) - 1; /* guaranteed that len >= 1 since an local 952 while (last >= line 953 && apr_isspace(*last)) { 954 *last = '\0'; 955 --last; 987 MODNAME ": apprentice conf=%x file=%s m=%s m->next=%s last=%s", 992 conf->last [all...] |
/httpd/modules/loggers/ |
H A D | mod_log_config.c | 99 * is status of the *original* request --- %...>s for the last. 592 char *last = value - 2; local 595 while (last >= name && apr_isspace(*last)) { 596 *last = '\0'; 597 --last; 603 last = last1 - (*last1 ? 2 : 1); 606 while (last >= value && apr_isspace(*last)) { 607 *last [all...] |
/httpd/modules/ssl/ |
H A D | ssl_ct_util.c | 63 const char *ch, *last; local 66 last = b + b_size - 1; 67 while (ch < last) { 68 const char *end = memchr(ch, '\n', last - ch); 72 end = last + 1;
|
/httpd/support/ |
H A D | dbmmanage.in | 172 $psf = $_, last unless $?;
|
H A D | firehose.c | 74 apr_time_t last; member in struct:uuid_rec 210 rec->last = header->timestamp;
|
H A D | rotatelogs.c | 393 * Check if rotation was forced and the last rotation 506 * Parameter 'last' indicates, whether the 507 * argument is the last commadnline argument. 508 * UTC offset is only allowed as a last argument 513 const char *arg, int last) { 540 else if ((config->sRotation > 0 || config->tRotation > 0) && last) { 512 get_time_or_size(rotate_config_t *config, const char *arg, int last) argument
|