Home
last modified time | relevance | path

Searched refs:once (Results 1 – 12 of 12) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Drewrite.txt29 url.rewrite-once
34 url.rewrite-once = ( "<regex>" => "<relative-uri>" )
43 The options ``url.rewrite`` and ``url.rewrite-final`` were mapped to ``url.rewrite-once``
58 url.rewrite-once = ( "^/id/([0-9]+)$" => "/index.php?id=$1",
75 url.rewrite-once = ( "^/(.*)" => "/%0/$1" )
H A Dperformance.txt47 If you handle several connections at once under a high load (let's assume 500 connections
163 in the error log. This tells you there were too many new requests at once
177 you can stat() it once and monitor the directory the file is in for
H A Dplugins.txt45 called once a second
146 called once a second
H A Dfeatures.txt96 servers at once.
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_rewrite.c18 int once; member
71 …ic int rewrite_rule_buffer_append(rewrite_rule_buffer *kvb, buffer *key, buffer *value, int once) { in rewrite_rule_buffer_append() argument
105 kvb->ptr[kvb->used]->once = once; in rewrite_rule_buffer_append()
162 …arse_config_entry(server *srv, array *ca, rewrite_rule_buffer *kvb, const char *option, int once) { in parse_config_entry() argument
191 once)) { in parse_config_entry()
439 if (rule->once) hctx->state = REWRITE_STATE_FINISHED; in process_rewrite_rules()
/mOS-networking-stack/core/src/include/
H A Dkey_value_store.h1 #pragma once
H A Dtcp_rb.h1 #pragma once
H A Dtree.h1 #pragma once
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlt~obsolete.m432 # Yes, that means every name once taken will need to remain here until
H A Dlibtool.m494 # Only expand once:
7585 # once in the compiler output.
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Daclocal.m4734 # This macro should only be invoked once -- use via AC_REQUIRE.
832 # For better backward compatibility. To be removed once Automake 1.9.x
H A DNEWS758 * mapped url.rewrite and url.rewrite-final to uri.rewrite-once