Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 47) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dchunk.c35 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 Drequest.c43 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 Dbuffer.c387 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 Dmd5.c90 #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 Dcrc32.c3 #define CRC32C(c,d) (c=(c>>8)^crc_c[(c^(d))&0xFF]) argument
H A Dmod_mysql_vhost.c125 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 Dsys-mmap.h11 #define mmap(a, b, c, d, e, f) (-1) argument
H A Dmod_usertrack.c106 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 Dnetwork_write.c28 chunk *c; in network_write_chunkqueue_write() local
H A Dnetwork_mtcp_writev.c347 chunk *c; in network_write_chunkqueue_mtcp_writev() local
H A Dnetwork_linux_sendfile.c31 chunk *c; in network_write_chunkqueue_linuxsendfile() local
H A Dnetwork_freebsd_sendfile.c35 chunk *c; in network_write_chunkqueue_freebsdsendfile() local
H A Dmod_status.c451 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 Dnetwork_openssl.c32 chunk *c; in network_write_chunkqueue_openssl() local
H A Dnetwork_solaris_sendfilev.c42 chunk *c; in network_write_chunkqueue_solarissendfilev() local
H A Dnetwork_writev.c34 chunk *c; in network_write_chunkqueue_writev() local
H A Ddata_string.c84 unsigned char c = ds->value->ptr[i]; in data_string_print() local
H A Dmod_cml.c183 char *c; in cache_call_lua() local
H A Dmod_evasive.c159 connection *c = srv->conns->ptr[j]; in URIHANDLER_FUNC() local
H A Dmod_ssi_expr.c52 char c = t->input[t->offset]; in ssi_expr_tokenizer() local
H A Dmod_cgi.c417 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 Dmod_userdir.c250 char c = *cp; in URIHANDLER_FUNC() local
/mOS-networking-stack/core/src/bpf/
H A Dsfbpf-int.c128 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 Dsf_scanner.c139 #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 Dmidstat.c60 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

12