Home
last modified time | relevance | path

Searched refs:end (Results 1 – 18 of 18) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbuffer.c289 char *end; in LI_ltostr() local
298 end = buf; in LI_ltostr()
305 len += end - buf; in LI_ltostr()
308 swap = *end; in LI_ltostr()
309 *end = *buf; in LI_ltostr()
313 end--; in LI_ltostr()
340 char *end; in buffer_append_off_t() local
357 end = start; in buffer_append_off_t()
367 swap = *end; in buffer_append_off_t()
368 *end = *start; in buffer_append_off_t()
[all …]
H A Dmod_staticfile.c157 off_t start, end; in http_response_parse_range() local
169 end = sce->st.st_size - 1; in http_response_parse_range()
196 end = sce->st.st_size - 1; in http_response_parse_range()
202 end = sce->st.st_size - 1; in http_response_parse_range()
219 end = sce->st.st_size - 1; in http_response_parse_range()
226 end = sce->st.st_size - 1; in http_response_parse_range()
252 end = le; in http_response_parse_range()
258 end = le; in http_response_parse_range()
276 if (end > sce->st.st_size - 1) end = sce->st.st_size - 1; in http_response_parse_range()
299 buffer_append_off_t(b, end); in http_response_parse_range()
[all …]
H A Dmod_accesslog.c160 char *ptr, *start, *end; in accesslog_append_escaped() local
167 for (ptr = start = str->ptr, end = str->ptr + str->used - 1; ptr < end; ptr++) { in accesslog_append_escaped()
214 if (start < end) { in accesslog_append_escaped()
215 buffer_append_string_len(dest, start, end - start); in accesslog_append_escaped()
H A Dlemon.c1303 int end, restart, base; in ErrorMsg() local
1327 end = restart = findbreak(&errmsg[base],0,availablewidth); in ErrorMsg()
1330 fprintf(stdout,"%s%.*s\n",prefix,end,&errmsg[base]); in ErrorMsg()
1698 char *sv = 0, *end; local
1727 dv = strtod(cp,&end);
1728 if( *end ){
1731 errline(i,((unsigned long)end)-(unsigned long)argv[i],err);
1738 lv = strtol(cp,&end,0);
1739 if( *end ){
1742 errline(i,((unsigned long)end)-(unsigned long)argv[i],err);
/mOS-networking-stack/core/src/
H A Dconfig.c128 const char *end = &line[llen]; in ReadItemValue() local
138 while (line < end && isspace(*line)) in ReadItemValue()
144 while (line < end && isspace(*line)) in ReadItemValue()
147 if (end - line > vlen) in ReadItemValue()
150 while (isspace(*(end - 1))) in ReadItemValue()
151 end--; in ReadItemValue()
153 if (end <= line) in ReadItemValue()
1052 while (buf < end && isspace(*buf)) in DetectBlock()
1068 if (buf >= end || *buf != '{') in DetectBlock()
1126 char *word, *str, *end; in PatchCONFIG() local
[all …]
H A Deventpoll.c69 eq->end = 0; in CreateEventQueue()
480 eq->start, eq->end, eq->num_events); in mtcp_epoll_wait()
518 eq->start, eq->end, eq->num_events); in mtcp_epoll_wait()
582 index = eq->end++; in AddEpollEvent()
589 if (eq->end >= eq->size) { in AddEpollEvent()
590 eq->end = 0; in AddEpollEvent()
597 eq->start, eq->end, eq->num_events); in AddEpollEvent()
H A Dtcp_stream.c269 index = eq->end++; in RaiseReadEvent()
273 if (eq->end >= eq->size) { in RaiseReadEvent()
274 eq->end = 0; in RaiseReadEvent()
H A Dcore.c529 usrq->events[usrq->end++] = mtcpq->events[mtcpq->start++]; in FlushEpollEvents()
531 if (usrq->end >= usrq->size) in FlushEpollEvents()
532 usrq->end = 0; in FlushEpollEvents()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dmagnet.txt158 end
216 end
232 end
243 end
244 end
290 end
302 end
360 end
365 end
H A Dplugins.txt60 called at the end of the logical path handle to get a docroot
64 called at the end of ``http_response_prepare()``
136 called at the end of each request
233 called at the end of the request (logging, statistics, ...)
H A Dcml.txt115 end
180 end
H A Dfastcgi.txt576 (fcgi.c.745) unexpected end-of-file (perhaps the fastcgi
/mOS-networking-stack/core/src/include/
H A Deventpoll.h37 int end; // ending index member
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DREADME85 - Ranges (start-end, start-, -end, multiple ranges)
H A Daclocal.m4521 # We make a subdir and do the tests there. Otherwise we can end up
523 # instance it was reported that on HP-UX the gcc test will end up
692 # Strip MF so we end up with the name of the file.
H A DNEWS18 * remove whitespace at end of header keys
357 matching the end of the uri in fcgi,scgi and proxy modules (#1489)
/mOS-networking-stack/core/src/bpf/
H A Dsf_gencode.c5350 int ahcheck, again, end;
5624 end = i;
5627 s[fix2]->s.jt = s[end];
5628 s[fix4]->s.jf = s[end];
5629 s[fix5]->s.jt = s[end];
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m4299 # in macros and then make a single call at the end using the 'libtool'
1587 # (2) before a word containing "conftest.", or (3) at the end.
2070 # (2) before a word containing "conftest.", or (3) at the end.
5769 end]],
5772 end]])])],
7492 end
7500 end
7703 end
7709 end
7839 end
[all …]