Searched refs:v (Results 1 – 17 of 17) sorted by relevance
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_optimize.c | 946 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 D | sf_gencode.c | 371 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 D | sf_grammar.c | 135 int v; /* value */ member 215 return (toks[i].v); in str2tok()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | rrdtool.txt | 59 DISP="-v bytes --title TrafficWebserver \ 96 DISP="-v req --title RequestsperSecond -u 1 \
|
| H A D | cml.txt | 60 foreach($content as $k => $v) { 61 if (isset($v["file"]) && 62 filemtime($v["file"]) > $cachemtime) {
|
| H A D | accesslog.txt | 83 %v server-name
|
| H A D | magnet.txt | 230 for k, v in string.gmatch(lighty.env["uri.query"], "(%w+)=(%w+)") do 231 get[k] = v
|
| H A D | fastcgi.txt | 363 $ php -v
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | http_auth.c | 353 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 D | network.c | 452 int v = s->defer_accept; local 453 if (-1 == setsockopt(srv_socket->fd, IPPROTO_TCP, TCP_DEFER_ACCEPT, &v, sizeof(v))) {
|
| H A D | lemon.c | 1662 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 D | ar-lib | 173 v*) ;; # TODO: don't ignore the verbose modifier
|
| H A D | config.sub | 196 -sco3.2v[4-9]*)
|
| H A D | ltmain.sh | 6326 ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); 6327 GetVersionEx(&v); 6328 v.dwPlatformId == VER_PLATFORM_WIN32_NT;
|
| H A D | configure | 149 *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 D | libtool.m4 | 659 --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 D | configure | 149 *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 ;;
|