| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | chunk.c | 35 chunk *c; in chunk_init() local 100 chunk *c; in chunkqueue_get_unused_chunk() local 141 chunk *c; in chunkqueue_reset() local 164 chunk *c; in chunkqueue_append_file() local 183 chunk *c; in chunkqueue_append_buffer() local 198 chunk *c; in chunkqueue_append_buffer_weak() local 212 chunk *c; in chunkqueue_prepend_buffer() local 228 chunk *c; in chunkqueue_append_mem() local 243 chunk *c; in chunkqueue_get_prepend_buffer() local 257 chunk *c; in chunkqueue_get_append_buffer() local [all …]
|
| H A D | request.c | 43 char *c = host->ptr + 1; in request_check_hostname() local 74 char *c = colon + 1; in request_check_hostname() local 101 const char c = host->ptr[i]; in request_check_hostname() local 276 static int request_uri_is_valid_char(unsigned char c) { in request_uri_is_valid_char() 869 char c = ds->value->ptr[j]; in http_request_parse() local
|
| H A D | buffer.c | 387 char int2hex(char c) { in int2hex() 943 char c, pre1; in buffer_path_simplify() local 1030 int light_isdigit(int c) { in light_isdigit() 1034 int light_isxdigit(int c) { in light_isxdigit() 1041 int light_isalpha(int c) { in light_isalpha() 1046 int light_isalnum(int c) { in light_isalnum() 1051 char *c; in buffer_to_lower() local 1066 char *c; in buffer_to_upper() local
|
| H A D | md5.c | 90 #define FF(a, b, c, d, x, s, ac) { \ argument 95 #define GG(a, b, c, d, x, s, ac) { \ argument 100 #define HH(a, b, c, d, x, s, ac) { \ argument 105 #define II(a, b, c, d, x, s, ac) { \ argument 198 UINT4 a = state[0], b = state[1], c = state[2], d = state[3], x[16]; in li_MD5Transform() local
|
| H A D | crc32.c | 3 #define CRC32C(c,d) (c=(c>>8)^crc_c[(c^(d))&0xFF]) argument
|
| H A D | mod_mysql_vhost.c | 125 plugin_connection_data *c = con->plugin_ctx[p->id]; in mod_mysql_vhost_connection_data() local 148 plugin_connection_data *c = con->plugin_ctx[p->id]; in CONNECTION_FUNC() local 341 plugin_connection_data *c; local
|
| H A D | sys-mmap.h | 11 #define mmap(a, b, c, d, e, f) (-1) argument
|
| H A D | mod_usertrack.c | 106 char c = s->cookie_name->ptr[j] | 32; in SETDEFAULTS_FUNC() local 120 char c = s->cookie_domain->ptr[j]; in SETDEFAULTS_FUNC() local
|
| H A D | network_write.c | 28 chunk *c; in network_write_chunkqueue_write() local
|
| H A D | network_mtcp_writev.c | 347 chunk *c; in network_write_chunkqueue_mtcp_writev() local
|
| H A D | network_linux_sendfile.c | 31 chunk *c; in network_write_chunkqueue_linuxsendfile() local
|
| H A D | network_freebsd_sendfile.c | 35 chunk *c; in network_write_chunkqueue_freebsdsendfile() local
|
| H A D | mod_status.c | 451 connection *c = srv->conns->ptr[j]; in mod_status_handle_server_status_html() local 482 connection *c = srv->conns->ptr[j]; in mod_status_handle_server_status_html() local 607 connection *c = srv->conns->ptr[k]; in mod_status_handle_server_status_text() local 835 connection *c = srv->conns->ptr[i]; in TRIGGER_FUNC() local
|
| H A D | network_openssl.c | 32 chunk *c; in network_write_chunkqueue_openssl() local
|
| H A D | network_solaris_sendfilev.c | 42 chunk *c; in network_write_chunkqueue_solarissendfilev() local
|
| H A D | network_writev.c | 34 chunk *c; in network_write_chunkqueue_writev() local
|
| H A D | data_string.c | 84 unsigned char c = ds->value->ptr[i]; in data_string_print() local
|
| H A D | mod_cml.c | 183 char *c; in cache_call_lua() local
|
| H A D | mod_evasive.c | 159 connection *c = srv->conns->ptr[j]; in URIHANDLER_FUNC() local
|
| H A D | mod_ssi_expr.c | 52 char c = t->input[t->offset]; in ssi_expr_tokenizer() local
|
| H A D | mod_cgi.c | 417 char c = hctx->response_header->ptr[i]; in cgi_demux_response() local 783 char *c; in cgi_create_env() local 1078 chunk *c; in cgi_create_env() local
|
| H A D | mod_userdir.c | 250 char c = *cp; in URIHANDLER_FUNC() local
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sfbpf-int.c | 128 static inline int xdtoi(c) in xdtoi() argument 142 int c; local 155 int c; local 166 register int c, d, i; in pcap_next_etherent() local
|
| H A D | sf_scanner.c | 139 #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) argument 208 #define unput(c) yyunput( c, (yytext_ptr) ) argument 4130 int c; in yyinput() local 4729 xdtoi(c) in xdtoi() argument
|
| /mOS-networking-stack/samples/midstat/ |
| H A D | midstat.c | 60 struct connection *c; in find_connection() local 74 struct connection *c; in cb_creation() local 97 struct connection *c; in cb_destroy() local 110 struct connection *c; in cb_st_chg() local 159 struct connection *c; in cb_printstat() local
|