Home
last modified time | relevance | path

Searched refs:v (Results 1 – 17 of 17) sorted by relevance

/mOS-networking-stack/core/src/bpf/
H A Dsf_optimize.c946 b->s.k = v;
960 v = v == b->s.k;
964 v = (unsigned) v > b->s.k;
968 v = (unsigned) v >= b->s.k;
980 if (v)
999 int v; local
1023 v = F(s->code, s->k, v);
1033 v = K(s->k);
1038 v = K(s->k);
1157 v = val[s->k];
[all …]
H A Dsf_gencode.c371 int v; in gen_retblk()
375 b->s.k = v;
573 bpf_int32 v;
581 bpf_int32 v;
589 bpf_int32 v;
597 bpf_int32 v;
685 b->s.k = v;
5336 return v;
5340 int v; in gen_protochain()
5689 int v; in gen_proto()
[all …]
H A Dsf_grammar.c135 int v; /* value */ member
215 return (toks[i].v); in str2tok()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Drrdtool.txt59 DISP="-v bytes --title TrafficWebserver \
96 DISP="-v req --title RequestsperSecond -u 1 \
H A Dcml.txt60 foreach($content as $k => $v) {
61 if (isset($v["file"]) &&
62 filemtime($v["file"]) > $cachemtime) {
H A Daccesslog.txt83 %v server-name
H A Dmagnet.txt230 for k, v in string.gmatch(lighty.env["uri.query"], "(%w+)=(%w+)") do
231 get[k] = v
H A Dfastcgi.txt363 $ php -v
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c353 const char *k, *v, *e; in http_auth_match_rules() local
394 v = eq + 1; in http_auth_match_rules()
401 0 == strncmp(username, v, v_len)) { in http_auth_match_rules()
440 static void to64(char *s, unsigned long v, int n) in to64() argument
446 *s++ = itoa64[v&0x3f]; in to64()
447 v >>= 6; in to64()
H A Dnetwork.c452 int v = s->defer_accept; local
453 if (-1 == setsockopt(srv_socket->fd, IPPROTO_TCP, TCP_DEFER_ACCEPT, &v, sizeof(v))) {
H A Dlemon.c1662 int v; local
1668 v = argv[i][0]=='-' ? 1 : 0;
1676 *((int*)op[j].arg) = v;
1678 (*(void(*)())(intptr_t)(op[j].arg))(v);
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dar-lib173 v*) ;; # TODO: don't ignore the verbose modifier
H A Dconfig.sub196 -sco3.2v[4-9]*)
H A Dltmain.sh6326 ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
6327 GetVersionEx(&v);
6328 v.dwPlatformId == VER_PLATFORM_WIN32_NT;
H A Dconfigure149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
258 *v*x* | *x*v* ) as_opts=-vx ;;
259 *v* ) as_opts=-v ;;
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m4659 --version | --v* | -V )
2953 v=$($ECHO $release$versuffix | tr -d .-);
2955 $ECHO $n$v`$shared_ext'
3344 case `$LD -v 2>&1 </dev/null` in
5018 case `$LD -v 2>&1` in
5290 case `$LD -v 2>&1` in
6094 compiler_flags=-v
6095 linker_flags=-v
6426 …output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with…
7205 …output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with…
[all …]
/mOS-networking-stack/scripts/
H A Dconfigure149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
250 *v*x* | *x*v* ) as_opts=-vx ;;
251 *v* ) as_opts=-v ;;