Home
last modified time | relevance | path

Searched defs:d (Results 1 – 22 of 22) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Ddata_integer.c17 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 Ddata_array.c18 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 Ddata_fastcgi.c18 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 Ddata_count.c17 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 Ddata_config.c18 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 Ddata_string.c18 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 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_cml_funcs.c93 DIR *d; in f_dir_files_iter() local
110 DIR *d; in f_dir_files() local
H A Dsys-mmap.h11 #define mmap(a, b, c, d, e, f) (-1) argument
H A Dlog.c300 int d; in log_error_write() local
H A Dmod_ssi_expr.c231 char d = t->input[t->offset + i]; in ssi_expr_tokenizer() local
H A Dplugin.c126 data_string *d = (data_string *)srv->srvconf.modules->data[i]; in plugins_load() local
H A Dmod_webdav.c580 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 Dbuffer.c768 unsigned char *ds, *d; in buffer_append_string_encoded() local
/mOS-networking-stack/core/src/
H A Dfhash.c17 #define get16bits(d) (*((const uint16_t *) (d))) argument
21 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ argument
H A Dnetmap_module.c163 struct nm_desc *d; in netmap_recv_pkts() local
/mOS-networking-stack/core/src/include/
H A Dnetmap_user.h258 #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 Dsfbpf-int.c166 register int c, d, i; in pcap_next_etherent() local
H A Dsf_nametoaddr.c417 register u_int d; in pcap_ether_aton() local
H A Dsf_grammar.c130 #define QSET(q, p, d, a) (q).proto = (p),\ argument
/mOS-networking-stack/core/src/include/bpf/
H A Dgencode.h212 #define ATOMELEM(d, n) (d & ATOMMASK(n)) argument