| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | status_counter.c | 19 data_integer *status_counter_get_counter(server *srv, const char *s, size_t len) { in status_counter_get_counter() 38 int status_counter_inc(server *srv, const char *s, size_t len) { in status_counter_inc() 46 int status_counter_dec(server *srv, const char *s, size_t len) { in status_counter_dec() 54 int status_counter_set(server *srv, const char *s, size_t len, int val) { in status_counter_set()
|
| H A D | mod_auth.c | 61 mod_auth_plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 100 mod_auth_plugin_config *s = p->config_storage[0]; in mod_auth_patch_connection() local 350 mod_auth_plugin_config *s; in SETDEFAULTS_FUNC() local 559 handler_t auth_ldap_init(server *srv, mod_auth_plugin_config *s) { in auth_ldap_init()
|
| H A D | mod_cml.c | 44 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 89 plugin_config *s; in SETDEFAULTS_FUNC() local 142 plugin_config *s = p->config_storage[0]; in mod_cml_patch_connection() local
|
| H A D | mod_indexfile.c | 52 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 87 plugin_config *s; in SETDEFAULTS_FUNC() local 109 plugin_config *s = p->config_storage[0]; in mod_indexfile_patch_connection() local
|
| H A D | mod_access.c | 41 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 67 plugin_config *s; in SETDEFAULTS_FUNC() local 88 plugin_config *s = p->config_storage[0]; in mod_access_patch_connection() local
|
| H A D | mod_evasive.c | 59 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 84 plugin_config *s; in SETDEFAULTS_FUNC() local 107 plugin_config *s = p->config_storage[0]; in mod_evasive_patch_connection() local
|
| H A D | mod_evhost.c | 47 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 74 static void mod_evhost_parse_pattern(plugin_config *s) { in mod_evhost_parse_pattern() 134 plugin_config *s; in SETDEFAULTS_FUNC() local 230 plugin_config *s = p->config_storage[0]; in mod_evhost_patch_connection() local
|
| H A D | mod_staticfile.c | 64 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 97 plugin_config *s; in SETDEFAULTS_FUNC() local 122 plugin_config *s = p->config_storage[0]; in mod_staticfile_patch_connection() local 158 const char *s, *minus; in http_response_parse_range() local
|
| H A D | buffer.c | 125 int buffer_copy_string(buffer *b, const char *s) { in buffer_copy_string() 139 int buffer_copy_string_len(buffer *b, const char *s, size_t s_len) { in buffer_copy_string_len() 168 int buffer_append_string(buffer *b, const char *s) { in buffer_append_string() 184 int buffer_append_string_rfill(buffer *b, const char *s, size_t maxlen) { in buffer_append_string_rfill() 216 int buffer_append_string_len(buffer *b, const char *s, size_t s_len) { in buffer_append_string_len() 238 int buffer_append_memory(buffer *b, const char *s, size_t s_len) { in buffer_append_memory() 249 int buffer_copy_memory(buffer *b, const char *s, size_t s_len) { in buffer_copy_memory() 527 int buffer_is_equal_string(buffer *a, const char *s, size_t b_len) { in buffer_is_equal_string() 767 int buffer_append_string_encoded(buffer *b, const char *s, size_t s_len, buffer_encoding_t encoding… in buffer_append_string_encoded()
|
| H A D | mod_rrdtool.c | 65 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 228 static int mod_rrdtool_create_rrd(server *srv, plugin_data *p, plugin_config *s) { in mod_rrdtool_create_rrd() 300 plugin_config *s = p->config_storage[0]; in mod_rrd_patch_connection() local 351 plugin_config *s; in SETDEFAULTS_FUNC() local 409 plugin_config *s = p->config_storage[i]; in TRIGGER_FUNC() local
|
| H A D | mod_alias.c | 46 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 78 plugin_config *s; in SETDEFAULTS_FUNC() local 122 plugin_config *s = p->config_storage[0]; in mod_alias_patch_connection() local
|
| H A D | configfile.c | 167 specific_config *s; in config_insert() local 315 specific_config *s = srv->config_storage[0]; in config_setup_connection() local 386 specific_config *s = srv->config_storage[i]; in config_patch_connection() local 989 stream s; in config_parse_file() local 1022 char *s, *s1; in getCWD() local 1223 specific_config *s = srv->config_storage[0]; in config_set_defaults() local
|
| H A D | mod_usertrack.c | 49 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 84 plugin_config *s; in SETDEFAULTS_FUNC() local 139 plugin_config *s = p->config_storage[0]; in mod_usertrack_patch_connection() local
|
| H A D | mod_skeleton.c | 80 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 114 plugin_config *s; in SETDEFAULTS_FUNC() local 135 plugin_config *s = p->config_storage[0]; in mod_skeleton_patch_connection() local
|
| H A D | mod_flv_streaming.c | 55 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 90 plugin_config *s; in SETDEFAULTS_FUNC() local 111 plugin_config *s = p->config_storage[0]; in mod_flv_streaming_patch_connection() local
|
| H A D | mod_setenv.c | 68 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 102 plugin_config *s; in SETDEFAULTS_FUNC() local 127 plugin_config *s = p->config_storage[0]; in mod_setenv_patch_connection() local
|
| H A D | mod_userdir.c | 60 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 100 plugin_config *s; in SETDEFAULTS_FUNC() local 129 plugin_config *s = p->config_storage[0]; in mod_userdir_patch_connection() local
|
| H A D | mod_trigger_b4_dl.c | 90 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 149 plugin_config *s; in SETDEFAULTS_FUNC() local 252 plugin_config *s = p->config_storage[0]; in mod_trigger_b4_dl_patch_connection() local 538 plugin_config *s = p->config_storage[i]; in TRIGGER_FUNC() local
|
| H A D | mod_simple_vhost.c | 54 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 94 plugin_config *s; in SETDEFAULTS_FUNC() local 177 plugin_config *s = p->config_storage[0]; in mod_simple_vhost_patch_connection() local
|
| H A D | mod_expire.c | 64 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 227 plugin_config *s; in SETDEFAULTS_FUNC() local 260 plugin_config *s = p->config_storage[0]; in mod_expire_patch_connection() local
|
| H A D | mod_redirect.c | 48 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 83 plugin_config *s; in SETDEFAULTS_FUNC() local 141 plugin_config *s = p->config_storage[0]; in mod_redirect_patch_connection() local
|
| H A D | mod_secure_download.c | 66 plugin_config *s = p->config_storage[i]; in FREE_FUNC() local 103 plugin_config *s; in SETDEFAULTS_FUNC() local 155 plugin_config *s = p->config_storage[0]; in mod_secdownload_patch_connection() local
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_nametoaddr.c | 283 const char *s; member 314 int pcap_nametoeproto(const char *s) in pcap_nametoeproto() 338 int pcap_nametollc(const char *s) in pcap_nametollc() 363 int __pcap_atoin(const char *s, bpf_u_int32 *addr) in __pcap_atoin() 385 int __pcap_atodn(const char *s, bpf_u_int32 *addr) in __pcap_atodn() 414 u_char *pcap_ether_aton(const char *s) in pcap_ether_aton()
|
| H A D | sf_optimize.c | 383 static int atomuse(s) in atomuse() argument 427 static int atomdef(s) in atomdef() argument 467 struct slist *s; local 647 static void fold_op(s, v0, v1) in fold_op() argument 724 struct slist *s; local 993 static void opt_stmt(s, val, alter) in opt_stmt() argument 1192 static void deadstmt(s, last) in deadstmt() argument 1224 register struct slist *s; local 1246 struct slist *s; local 1753 struct slist *tmp, *s; local [all …]
|
| H A D | sf_gencode.c | 337 char *sdup(s) in sdup() argument 1762 struct slist *s; local 2661 struct slist *s; local 2750 struct slist *s; in gen_prism_llprefixlen() local 2772 struct slist *s; in gen_avs_llprefixlen() local 2794 struct slist *s; in gen_radiotap_llprefixlen() local 2824 struct slist *s; in gen_ppi_llprefixlen() local 2879 struct slist *s; in gen_off_macpl() local 4886 struct slist *s; in gen_ipfrag() local 5656 struct slist *s; in gen_check_802_11_data_frame() local [all …]
|