| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | data_integer.c | 17 static void data_integer_free(data_unset *d) { in data_integer_free() 25 static void data_integer_reset(data_unset *d) { in data_integer_reset() 41 static void data_integer_print(const data_unset *d, int depth) { in data_integer_print()
|
| H A D | data_array.c | 18 static void data_array_free(data_unset *d) { in data_array_free() 27 static void data_array_reset(data_unset *d) { in data_array_reset() 43 static void data_array_print(const data_unset *d, int depth) { in data_array_print()
|
| H A D | data_fastcgi.c | 18 static void data_fastcgi_free(data_unset *d) { in data_fastcgi_free() 27 static void data_fastcgi_reset(data_unset *d) { in data_fastcgi_reset() 43 static void data_fastcgi_print(const data_unset *d, int depth) { in data_fastcgi_print()
|
| H A D | data_count.c | 17 static void data_count_free(data_unset *d) { in data_count_free() 25 static void data_count_reset(data_unset *d) { in data_count_reset() 44 static void data_count_print(const data_unset *d, int depth) { in data_count_print()
|
| H A D | data_config.c | 18 static void data_config_free(data_unset *d) { in data_config_free() 37 static void data_config_reset(data_unset *d) { in data_config_reset() 54 static void data_config_print(const data_unset *d, int depth) { in data_config_print()
|
| H A D | data_string.c | 18 static void data_string_free(data_unset *d) { in data_string_free() 27 static void data_string_reset(data_unset *d) { in data_string_reset() 70 static void data_string_print(const data_unset *d, int depth) { in data_string_print()
|
| 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_cml_funcs.c | 93 DIR *d; in f_dir_files_iter() local 110 DIR *d; in f_dir_files() local
|
| H A D | sys-mmap.h | 11 #define mmap(a, b, c, d, e, f) (-1) argument
|
| H A D | log.c | 300 int d; in log_error_write() local
|
| H A D | mod_ssi_expr.c | 231 char d = t->input[t->offset + i]; in ssi_expr_tokenizer() local
|
| H A D | plugin.c | 126 data_string *d = (data_string *)srv->srvconf.modules->data[i]; in plugins_load() local
|
| H A D | mod_webdav.c | 580 physical d; in webdav_delete_dir() local 743 physical s, d; in webdav_copy_dir() local 1401 physical d; in URIHANDLER_FUNC() local
|
| H A D | buffer.c | 768 unsigned char *ds, *d; in buffer_append_string_encoded() local
|
| /mOS-networking-stack/core/src/ |
| H A D | fhash.c | 17 #define get16bits(d) (*((const uint16_t *) (d))) argument 21 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ argument
|
| H A D | netmap_module.c | 163 struct nm_desc *d; in netmap_recv_pkts() local
|
| /mOS-networking-stack/core/src/include/ |
| H A D | netmap_user.h | 258 #define IS_NETMAP_DESC(d) ((d) && P2NMD(d)->self == P2NMD(d)) argument 259 #define NETMAP_FD(d) (P2NMD(d)->fd) argument 611 struct nm_desc *d = NULL; in nm_open() local 855 nm_close(struct nm_desc *d) in nm_close() 879 nm_mmap(struct nm_desc *d, const struct nm_desc *parent) in nm_mmap() 920 nm_inject(struct nm_desc *d, const void *buf, size_t size) in nm_inject() 952 nm_dispatch(struct nm_desc *d, int cnt, nm_cb_t cb, u_char *arg) in nm_dispatch() 988 nm_nextpkt(struct nm_desc *d, struct nm_pkthdr *hdr) in nm_nextpkt()
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sfbpf-int.c | 166 register int c, d, i; in pcap_next_etherent() local
|
| H A D | sf_nametoaddr.c | 417 register u_int d; in pcap_ether_aton() local
|
| H A D | sf_grammar.c | 130 #define QSET(q, p, d, a) (q).proto = (p),\ argument
|
| /mOS-networking-stack/core/src/include/bpf/ |
| H A D | gencode.h | 212 #define ATOMELEM(d, n) (d & ATOMMASK(n)) argument
|