| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_ssi_exprparser.y | 18 %type expr { ssi_val_t * } 19 %type value { buffer * } 20 %type exprline { ssi_val_t * } 21 %type cond { int } 31 ctx->val.type = SSI_TYPE_BOOL; 39 if (B->type == SSI_TYPE_STRING && in exprline() 57 A->type = SSI_TYPE_BOOL; in exprline() 71 A->type = SSI_TYPE_BOOL; in expr() 82 A->type = SSI_TYPE_BOOL; in expr() 93 A->type = SSI_TYPE_BOOL; in expr() [all …]
|
| H A D | configparser.y | 61 if (op1->type != op2->type) { in configparser_merge_data() 62 if (op1->type == TYPE_STRING && op2->type == TYPE_INTEGER) { in configparser_merge_data() 66 } else if (op1->type == TYPE_INTEGER && op2->type == TYPE_STRING) { in configparser_merge_data() 78 switch (op1->type) { in configparser_merge_data() 128 %type aelements {array *} 129 %type array {array *} 130 %type key {buffer *} 131 %type stringop {buffer *} 384 if (ctx->ok && D->type != TYPE_STRING) { in SRVVARNAME() 545 if (B->type == TYPE_STRING) { in stringop() [all …]
|
| H A D | chunk.c | 146 switch(c->type) { in chunkqueue_reset() 170 c->type = FILE_CHUNK; in chunkqueue_append_file() 188 c->type = MEM_CHUNK; in chunkqueue_append_buffer() 201 c->type = MEM_CHUNK; in chunkqueue_append_buffer_weak() 217 c->type = MEM_CHUNK; in chunkqueue_prepend_buffer() 233 c->type = MEM_CHUNK; in chunkqueue_append_mem() 247 c->type = MEM_CHUNK; in chunkqueue_get_prepend_buffer() 261 c->type = MEM_CHUNK; in chunkqueue_get_append_buffer() 328 switch (c->type) { in chunkqueue_length() 348 switch (c->type) { in chunkqueue_written() [all …]
|
| H A D | configfile-glue.c | 39 switch (cv[i].type) { in config_insert_values_internal() 41 if (du->type == TYPE_ARRAY) { in config_insert_values_internal() 46 if (da->value->data[j]->type == TYPE_STRING) { in config_insert_values_internal() 61 cv[i].key, "type:", da->value->data[j]->type); in config_insert_values_internal() 73 if (du->type == TYPE_STRING) { in config_insert_values_internal() 84 switch(du->type) { in config_insert_values_internal() 114 …v, __FILE__, __LINE__, "ssds", "unexpected type for key:", cv[i].key, du->type, "expected a short … in config_insert_values_internal() 119 switch(du->type) { in config_insert_values_internal() 144 …v, __FILE__, __LINE__, "ssds", "unexpected type for key:", cv[i].key, du->type, "expected an integ… in config_insert_values_internal() 149 if (du->type == TYPE_STRING) { in config_insert_values_internal()
|
| H A D | lemon.c | 225 } type; member 386 if( rc==0 ) rc = (int)ap1->type - (int)ap2->type; 388 assert( ap1->type==REDUCE || ap1->type==RD_RESOLVED || ap1->type==CONFLICT); 389 assert( ap2->type==REDUCE || ap2->type==RD_RESOLVED || ap2->type==CONFLICT); 405 enum e_action type; 413 new->type = type; 415 if( type==SHIFT ){ 1011 if( apx->type==SHIFT && apy->type==REDUCE ){ 1031 }else if( apx->type==REDUCE && apy->type==REDUCE ){ 2673 switch( ap->type ){ in PrintAction() [all …]
|
| H A D | mod_ssi_exprparser.c | 584 ctx->val.type = SSI_TYPE_BOOL; in yy_reduce() 595 if (yymsp[-2].minor.yy29->type == SSI_TYPE_STRING && in yy_reduce() 596 yymsp[0].minor.yy29->type == SSI_TYPE_STRING) { in yy_reduce() 613 yygotominor.yy29->type = SSI_TYPE_BOOL; in yy_reduce() 635 yygotominor.yy29->type = SSI_TYPE_BOOL; in yy_reduce() 650 yygotominor.yy29->type = SSI_TYPE_BOOL; in yy_reduce() 665 yygotominor.yy29->type = SSI_TYPE_BOOL; in yy_reduce() 684 yygotominor.yy29->type = SSI_TYPE_STRING; in yy_reduce()
|
| H A D | mod_accesslog.c | 62 } type; member 112 enum { FIELD_UNSET, FIELD_STRING, FIELD_FORMAT } type; member 239 fields->ptr[fields->used]->type = FIELD_STRING; in accesslog_parse_format() 275 fields->ptr[fields->used]->type = FIELD_FORMAT; in accesslog_parse_format() 276 fields->ptr[fields->used]->field = fmap[j].type; in accesslog_parse_format() 322 fields->ptr[fields->used]->type = FIELD_FORMAT; in accesslog_parse_format() 323 fields->ptr[fields->used]->field = fmap[j].type; in accesslog_parse_format() 355 fields->ptr[fields->used]->type = FIELD_FORMAT; in accesslog_parse_format() 391 fields->ptr[fields->used]->type = FIELD_STRING; in accesslog_parse_format() 541 switch (s->parsed_format->ptr[j]->type) { in SETDEFAULTS_FUNC() [all …]
|
| H A D | mod_expire.c | 80 int type = -1; in mod_expire_get_offset() local 102 type = 0; in mod_expire_get_offset() 105 type = 0; in mod_expire_get_offset() 108 type = 1; in mod_expire_get_offset() 207 return type; in mod_expire_get_offset()
|
| H A D | fastcgi.h | 25 unsigned char type; member 126 unsigned char type; member
|
| H A D | keyvalue.h | 70 httpauth_type type; member 104 …ffer_append(httpauth_keyvalue_buffer *kvb, const char *key, const char *realm, httpauth_type type);
|
| H A D | stat_cache.c | 609 buffer *type = ds->key; in stat_cache_get_entry() local 611 if (type->used == 0) continue; in stat_cache_get_entry() 614 if (type->used > name->used) continue; in stat_cache_get_entry() 616 if (0 == strncasecmp(name->ptr + name->used - type->used, type->ptr, type->used - 1)) { in stat_cache_get_entry()
|
| H A D | configparser.c | 64 if (op1->type != op2->type) { in configparser_merge_data() 65 if (op1->type == TYPE_STRING && op2->type == TYPE_INTEGER) { in configparser_merge_data() 69 } else if (op1->type == TYPE_INTEGER && op2->type == TYPE_STRING) { in configparser_merge_data() 81 switch (op1->type) { in configparser_merge_data() 1170 if (ctx->ok && yymsp[0].minor.yy41->type != TYPE_STRING) { in yy_reduce() 1357 if (yymsp[0].minor.yy41->type == TYPE_STRING) { in yy_reduce() 1359 } else if (yymsp[0].minor.yy41->type == TYPE_INTEGER) { in yy_reduce()
|
| H A D | array.h | 16 #define DATA_IS_STRING(x) (x->type == TYPE_STRING) 20 data_type_t type; \
|
| H A D | array.c | 136 if (a->data[i] && a->data[i]->type == t) { in array_get_unused_element() 195 if (a->data[ndx]->type == str->type) { in array_insert_unique() 288 switch (du->type) { in array_print()
|
| H A D | fdevent.h | 117 fdevent_handler_t type; member 182 fdevents *fdevent_init(struct server *srv, size_t maxfds, fdevent_handler_t type);
|
| H A D | network_freebsd_sendfile.c | 40 switch(c->type) { in network_write_chunkqueue_freebsdsendfile() 56 …for(num_chunks = 0, tc = c; tc && tc->type == MEM_CHUNK && num_chunks < UIO_MAXIOV; num_chunks++, … in network_write_chunkqueue_freebsdsendfile()
|
| H A D | network_solaris_sendfilev.c | 47 switch(c->type) { in network_write_chunkqueue_solarissendfilev() 66 …for(num_chunks = 0, tc = c; tc && tc->type == MEM_CHUNK && num_chunks < UIO_MAXIOV; num_chunks++, … in network_write_chunkqueue_solarissendfilev()
|
| H A D | keyvalue.c | 238 …fer_append(httpauth_keyvalue_buffer *kvb, const char *key, const char *realm, httpauth_type type) { in httpauth_keyvalue_buffer_append() argument 260 kvb->kv[kvb->used]->type = type; in httpauth_keyvalue_buffer_append()
|
| /mOS-networking-stack/core/src/include/ |
| H A D | tree.h | 5 #define _TREE_NODE(type, qual) \ argument 7 qual type *tn_parent; /* parent */ \ 8 qual type *tn_first; /* first child */ \ 9 qual type *tn_last; /* last child */ \ 13 #define TREE_NODE(type) _TREE_NODE(struct type,) argument 18 qual type *stack[(size)]; \ 19 qual type **sp; \ 22 qual type *queue[(size)]; \ 23 qual type **head; \ 24 qual type **tail; \ [all …]
|
| H A D | tcp_stream.h | 19 #define HAS_STREAM_TYPE(str, type) (str->stream_type & (1 << type)) argument 20 #define IS_STREAM_TYPE(str, type) (str->stream_type == (1 << type)) argument 21 #define STREAM_TYPE(type) (1 << type) argument 305 CreateTCPStream(mtcp_manager_t mtcp, socket_map_t socket, int type, 310 CreateDualTCPStream(mtcp_manager_t mtcp, socket_map_t socket, int type, uint32_t saddr, 314 CreateClientTCPStream(mtcp_manager_t mtcp, socket_map_t socket, int type, 318 AttachServerTCPStream(mtcp_manager_t mtcp, tcp_stream *cs, int type,
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/ |
| H A D | 404.pl | 9 -type => 'text/plain' ); 18 -type => 'text/plain' ); 23 -type => 'text/plain' ); 31 -type => 'text/plain');
|
| H A D | 404.fcgi | 10 -type => 'text/plain' ); 19 -type => 'text/plain' ); 24 -type => 'text/plain');
|
| H A D | send404.pl | 4 -type => 'text/plain' );
|
| /mOS-networking-stack/core/src/include/bpf/ |
| H A D | gencode.h | 309 struct block *gen_atmtype_abbrev(int type); 310 struct block *gen_atmmulti_abbrev(int type); 312 struct block *gen_mtp2type_abbrev(int type);
|
| /mOS-networking-stack/core/src/ |
| H A D | tcp_stream.c | 427 CreateTCPStream(mtcp_manager_t mtcp, socket_map_t socket, int type, argument 434 bool flow_lock = type & STREAM_TYPE(MOS_SOCK_STREAM); 498 (type & STREAM_TYPE(MOS_SOCK_MONITOR_STREAM_ACTIVE))) 510 stream->stream_type = type; 582 CreateDualTCPStream(mtcp_manager_t mtcp, socket_map_t socket, int type, uint32_t saddr, argument 588 cur_stream = CreateTCPStream(mtcp, socket, type, 615 CreateClientTCPStream(mtcp_manager_t mtcp, socket_map_t socket, int type, argument 622 cs = CreateTCPStream(mtcp, socket, type, daddr, dport, saddr, sport, hash); 650 AttachServerTCPStream(mtcp_manager_t mtcp, tcp_stream *cs, int type, argument
|