| /mOS-networking-stack/core/src/include/ |
| H A D | tree.h | 40 (treeelm)->field.tn_last->field.tn_younger = (elm); \ 41 (elm)->field.tn_older = (treeelm)->field.tn_last; \ 49 (elm)->field.tn_parent = (treeelm)->field.tn_parent; \ 52 (elm)->field.tn_younger->field.tn_older = (elm); \ 55 (treeelm)->field.tn_parent->field.tn_last = (elm); \ 63 (elm)->field.tn_older = (treeelm)->field.tn_older; \ 64 (elm)->field.tn_older->field.tn_younger = (elm); \ 75 (elm)->field.tn_parent->field.tn_first = (elm)->field.tn_younger; \ 77 (elm)->field.tn_parent->field.tn_last = (elm)->field.tn_older; \ 80 (elm)->field.tn_younger->field.tn_older = (elm)->field.tn_older; \ [all …]
|
| H A D | mtcp.h | 138 #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ argument 140 (var) && ((tvar) = TAILQ_NEXT((var), field), 1); \
|
| /mOS-networking-stack/core/src/ |
| H A D | scalable_event.c | 609 #define TREE_IS_ONLY_CHILD(root, x, field) \ in UnregCb() argument 610 (TREE_PARENT((x), field) ? \ in UnregCb() 611 TREE_PARENT((x), field)->field.tn_first == (x) && \ in UnregCb() 612 TREE_PARENT((x), field)->field.tn_last == (x) : \ in UnregCb() 870 #define PRINT_EV(event, field) \ argument 873 #field, (event), (event)->ev, \ 874 (event)->field.tn_older ? (event)->field.tn_older->ev : -1, \ 875 (event)->field.tn_younger ? (event)->field.tn_younger->ev : -1, \ 876 (event)->field.tn_first ? (event)->field.tn_first->ev : -1, \ 877 (event)->field.tn_last ? (event)->field.tn_last->ev : -1, \ [all …]
|
| H A D | tcp_rb.c | 145 #define TAILQ_LOOP_NEXT(head, headname, elm, field) \ argument 147 ((head)->tqh_first) : ((elm)->field.tqe_next))
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | accesslog.txt | 66 %i HTTP-header field 70 %C cookie field (not supported) 93 %i and %o expect the name of the field which should be written in curly brackets. 108 If you want to log it into the accesslog just specify the field-name within
|
| H A D | configuration.txt | 74 <field> <operator> <value> { 76 <field> <operator> <value> { 80 else <field> <operator> <value> { 84 where <field> is one of one of the following:
|
| H A D | plugins.txt | 92 The field ``data`` and ``lib`` should not be touched in the init function. 104 ``data`` field mentioned in the \*_plugin_init description.
|
| H A D | magnet.txt | 121 If you want to set a response header for your request, you can add a field to the lighty.header[] t…
|
| H A D | fastcgi.txt | 252 As you can see the list is always sorted by the load field.
|
| /mOS-networking-stack/util/include/ |
| H A D | http_parsing.h | 28 time_t http_header_date(const char* data, const char* field, int len); 32 int http_check_header_field(const char* data, const char* field);
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_accesslog.c | 115 int field; member 276 fields->ptr[fields->used]->field = fmap[j].type; in accesslog_parse_format() 323 fields->ptr[fields->used]->field = fmap[j].type; in accesslog_parse_format() 356 fields->ptr[fields->used]->field = fmap[j].type; in accesslog_parse_format() 523 if (FORMAT_TIMESTAMP == s->parsed_format->ptr[j]->field) { in SETDEFAULTS_FUNC() 544 "config:", "format", s->parsed_format->ptr[j]->field, in SETDEFAULTS_FUNC() 704 switch(p->conf.parsed_format->ptr[j]->field) { in REQUESTDONE_FUNC()
|
| H A D | server.h | 15 buffer *config_get_value_buffer(server *srv, connection *con, config_var_t field);
|
| /mOS-networking-stack/scripts/ |
| H A D | configure | 4716 len = length(field[1]) 4718 key = field[i] 5874 len = length(field[1]) 5876 key = field[i] 7033 len = length(field[1]) 7035 key = field[i] 8193 len = length(field[1]) 8195 key = field[i] 9354 len = length(field[1]) 9356 key = field[i] [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 159 * mod_webdav: Patch to skip login information for domain part of Destination field (fixes #1793) 1110 * stricter parsing of the Host: field
|
| H A D | configure | 18264 nfields = split(line, field, "@") 18266 len = length(field[1]) 18268 key = field[i] 18273 len += length(value) + length(field[++i])
|