Searched defs:start (Results 1 - 22 of 22) sorted by relevance

/httpd/build/rpm/
H A Dhtcacheclean.init33 # Short-Description: start and stop Apache htcacheclean
57 start() { function
75 start)
76 start
87 start
92 start
96 echo $"Usage: $prog {start|stop|restart|condrestart|status|help}"
H A Dhttpd.init33 # Short-Description: start and stop Apache HTTP Server
58 # work correctly with a thread-based MPM; notably PHP will refuse to start.
82 # things -- attempting to start while running is a failure, and shutdown
85 start() { function
111 start)
112 start
128 start
133 start
150 echo $"Usage: $prog {start|stop|restart|condrestart|reload|status|graceful|help|configtest}"
/httpd/server/
H A Dapreq_param.c145 const char *start = qs; local
153 nlen = qs - start;
160 if (qs > start) {
165 nlen = qs - start;
167 vlen = qs - start - nlen - 1;
169 s = apreq_param_decode(&param, pool, start, nlen, vlen);
181 start = qs + 1;
H A Dapreq_util.c356 unsigned char *start = (unsigned char *)dest; local
393 *dlen = d - start;
416 *dlen = d - start;
424 *dlen = d - start;
1058 wlen = last_out->start + last_out->length;
1086 e->start = last_out->start + FILE_BUCKET_LIMIT;
H A Dutil_filter.c163 int start, end; local
164 start = 0;
166 while (end >= start) {
167 int middle = (end + start) / 2;
177 start = middle + 1;
180 if (end < start) {
375 int start, end; local
376 start = 0;
378 while (end >= start) {
379 int middle = (end + start) /
[all...]
H A Dapreq_module_cgi.c48 * values (and don't start at 0 in count)
151 char *start, curarg[MAX_PROMPT_NESTING_LEVELS] = ""; local
157 start = buf[0];
166 strcpy(start, type);
167 start += strlen(type);
176 strcpy(start, name);
177 start += strlen(name);
182 strcpy(start, label);
183 start += strlen(label);
193 strcpy(start, defva
[all...]
H A Dutil.c338 * prefix. Returns bigstring if bigstring doesn't start with
753 static char *substring_conf(apr_pool_t *p, const char *start, int len, argument
761 if (start[i] == '\\' && (start[i + 1] == '\\'
762 || (quote && start[i + 1] == quote)))
763 *resp++ = start[++i];
765 *resp++ = start[i];
1070 char *start, *end; local
1074 start = buf;
1075 while (apr_isspace(*start))
[all...]
/httpd/modules/mappers/
H A Dmod_vhost_alias.c266 const char *start, *end; local
324 start = dots[0]+1; /* ptr to the first character */
328 start = "_";
329 end = start+1;
332 start = dots[N-1]+1;
339 start = dots[ndots-N]+1;
345 if (M > end - start) {
346 start = "_";
347 end = start+1;
350 start
[all...]
/httpd/modules/proxy/
H A Dajp_msg.c502 apr_size_t start; local
506 start = msg->pos;
508 if ((status != APR_SUCCESS) || (size + start > msg->max_size)) {
515 *rvalue = (const char *)(msg->buf + start);
532 apr_size_t start; local
537 start = msg->pos;
539 if ((status != APR_SUCCESS) || (size + start > msg->max_size)) {
544 *rvalue = msg->buf + start;
H A Dmod_proxy.c553 const char *start; local
559 start = ap_strstr_c(str, "${");
560 if (start == NULL) {
563 end = ap_strchr_c(start+2, '}');
568 var = apr_pstrmemdup(r->pool, start+2, end-(start+2));
570 firstpart = apr_pstrmemdup(r->pool, str, (start-str));
1982 return "ProxyDomain: domain name must start with a dot.";
/httpd/modules/http/
H A Dbyterange_filter.c73 apr_off_t start; member in struct:indexes_t
141 apr_off_t number, start, end; local
163 start = clength - number;
171 start = number;
177 if (start > end) {
188 if (start == 0) {
193 ostart = start;
200 if (start < 0) {
201 start = 0;
203 if (start >
289 copy_brigade_range(apr_bucket_brigade *bb, apr_bucket_brigade *bbout, apr_off_t start, apr_off_t end) argument
[all...]
H A Dhttp_filters.c110 /* handle start of the chunk */
681 char *start; local
699 start = e;
712 if (*strpp && strcasecmp(*strpp, start) == 0) {
717 *(char **)apr_array_push(values) = start;
H A Dmod_mime.c493 static char *zap_sp_and_dup(apr_pool_t *p, const char *start, argument
496 while ((start < end) && apr_isspace(*start)) {
497 start++;
499 while ((end > start) && apr_isspace(*(end - 1))) {
503 *len = end - start;
505 return apr_pstrmemdup(p, start, end - start);
/httpd/modules/filters/
H A Dmod_ext_filter.c157 const char *start = *args + 1; local
177 parms = apr_pstrndup(p, start, *args - start);
H A Dmod_proxy_html.c72 unsigned int start; member in struct:__anon166
723 ret->start = offs+pmatch[0].rm_so;
741 const char *start; local
749 start = str;
750 if (start = ap_strstr_c(start, "${"), start == NULL)
753 if (end = ap_strchr_c(start+2, '}'), end == NULL)
756 delim = ap_strchr_c(start, '|');
757 before = apr_pstrndup(r->pool, str, start
[all...]
/httpd/modules/ssl/
H A Dssl_ct_util.c629 const unsigned char **start)
635 *start = *mem;
643 const unsigned char **start, apr_size_t *len)
652 rv = read_fixed_bytes(mem, avail, *len, start);
627 read_fixed_bytes(const unsigned char **mem, apr_size_t *avail, apr_size_t len, const unsigned char **start) argument
642 ctutil_read_var_bytes(const unsigned char **mem, apr_size_t *avail, const unsigned char **start, apr_size_t *len) argument
H A Dssl_engine_io.c427 b->start += consume;
1383 const char *start = inctx->buffer; /* start of block to return */ local
1451 start = inctx->cbuf.value;
1452 len = 1 + pos - start; /* +1 to include LF */
1483 apr_bucket_transient_create(start, len, f->c->bucket_alloc);
H A Dssl_engine_kernel.c1814 "%s: Handshake: start", MODSSL_LIBRARY_NAME);
2328 unsigned char *start; local
2381 start = data;
2387 *start = (unsigned char)length;
2388 ++start;
2389 memcpy(start, string, length * sizeof(unsigned char));
2390 start += length;
/httpd/server/mpm/winnt/
H A Dservice.c116 time_t start; local
138 start = time(NULL);
152 remains = ((start + 30) - time(NULL));
881 SERVICE_AUTO_START, // start type
899 SERVICE_AUTO_START, // start type
1138 "Failed to start the '%s' service",
/httpd/support/
H A Dfirehose.c64 apr_time_t start; member in struct:file_rec
135 "If an optional prefix is specified as a parameter, connections that start\n" \
327 if (!file->start) {
328 file->start = header->timestamp;
H A Dab.c89 /* Note: this version string should start with \d+[\d\.]* and be a valid
240 apr_time_t start, /* Start of connection */ member in struct:connection
241 connect, /* Connected, start writing */
253 apr_time_t starttime; /* start time of connection */
340 apr_time_t start, lasttime, stoptime; variable
816 timetaken = (double) (lasttime - start) / APR_USEC_PER_SEC;
1089 double timetaken = (double) (lasttime - start) / APR_USEC_PER_SEC;
1220 /* start asnchronous non-blocking connection */
1274 c->start = lasttime = apr_time_now();
1363 s->starttime = c->start;
[all...]
/httpd/modules/lua/
H A Dlua_request.c132 /* rstack_dump(L, RRR, "start of cb"); */
181 /* rstack_dump(L, RRR, "start of cb"); */
354 char *start = 0, *end = 0, *crlf = 0; local
366 start = strstr((char *) data, multipart);
367 start != NULL;
368 start = end
372 crlf = strstr((char *) start, "\r\n\r\n");
381 sscanf(start + len + 2,

Completed in 70 milliseconds