Searched refs:level (Results 1 – 12 of 12) sorted by relevance
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_optimize.c | 235 int level; local 247 level = MAX(JT(b)->level, JF(b)->level) + 1; 250 level = 0; 251 b->level = level; 252 b->link = levels[level]; 253 levels[level] = b; 293 for (i = root->level; i >= 0; --i) 335 for (i = root->level; i >= 0; --i) 364 for (i = root->level; i >= 0; --i) 544 maxlevel = root->level; [all …]
|
| /mOS-networking-stack/core/src/include/ |
| H A D | mtcp_api.h | 229 mtcp_getsockopt(mctx_t mctx, int sock, int level, 266 mtcp_setsockopt(mctx_t mctx, int sock, int level,
|
| /mOS-networking-stack/core/include/ |
| H A D | mtcp_api.h | 229 mtcp_getsockopt(mctx_t mctx, int sock, int level, 266 mtcp_setsockopt(mctx_t mctx, int sock, int level,
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | request.c | 20 int level = 0; in request_check_hostname() local 129 level++; in request_check_hostname() 159 level++; in request_check_hostname() 177 level++; in request_check_hostname() 196 if (is_ip == 1 && level != 3) { in request_check_hostname()
|
| H A D | lemon.c | 2395 int level; local 2397 for(level=1; (c= *cp)!=0 && (level>1 || c!='}'); cp++){ 2399 else if( c=='{' ) level++; 2400 else if( c=='}' ) level--;
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | proxy.txt | 34 a value between 0 and 65535 to set the debug-level in the
|
| H A D | extforward.txt | 47 Sets trust level of proxy IP's.
|
| H A D | magnet.txt | 48 * either at the same level as mod_rewrite, before any parsing of the URL is done 52 the 2nd stage where the physical-path which relates to your request is known. At this level you
|
| H A D | configuration.txt | 140 # map all domains of a top-level-domain to a single document-root
|
| H A D | fastcgi.txt | 76 a value between 0 and 65535 to set the debug-level in the
|
| /mOS-networking-stack/core/src/include/bpf/ |
| H A D | gencode.h | 243 int level; member
|
| /mOS-networking-stack/core/src/ |
| H A D | api.c | 173 mtcp_getsockopt(mctx_t mctx, int sockid, int level, in mtcp_getsockopt() argument 191 switch (level) { in mtcp_getsockopt() 260 mtcp_setsockopt(mctx_t mctx, int sockid, int level, in mtcp_setsockopt() argument 279 switch (level) { in mtcp_setsockopt()
|