Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 52) sorted by relevance

123

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbuffer.c20 buffer *b; in buffer_init() local
33 buffer *b = buffer_init(); in buffer_init_buffer() local
43 void buffer_free(buffer *b) { in buffer_free()
50 void buffer_reset(buffer *b) { in buffer_reset()
413 buffer_array *b; in buffer_array_init() local
444 void buffer_array_free(buffer_array *b) { in buffer_array_free()
501 buffer *b = buffer_init(); in buffer_init_string() local
508 int buffer_is_empty(buffer *b) { in buffer_is_empty()
528 buffer b; in buffer_is_equal_string() local
1050 int buffer_to_lower(buffer *b) { in buffer_to_lower()
[all …]
H A Dsys-mmap.h11 #define mmap(a, b, c, d, e, f) (-1) argument
12 #define munmap(a, b) (-1) argument
H A Dconnections.c205 buffer *b = NULL; local
338 buffer *b; local
525 buffer *b; local
988 buffer b; local
1037 buffer b; local
1168 buffer *b; local
H A Dmod_status.c146 static int mod_status_row_append(buffer *b, const char *key, const char *value) { in mod_status_row_append()
159 static int mod_status_header_append(buffer *b, const char *key) { in mod_status_header_append()
169 static int mod_status_header_append_sort(buffer *b, void *p_d, const char* key) { in mod_status_header_append_sort()
202 buffer *b; in mod_status_handle_server_status_html() local
566 buffer *b; in mod_status_handle_server_status_text() local
624 buffer *b; in mod_status_handle_server_statistics() local
674 buffer *b, *m = p->module_list; in mod_status_handle_server_config() local
H A Dresponse.c31 buffer *b; in http_response_write_header() local
450 buffer *b = con->physical.rel_path; in http_response_prepare() 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 Dmod_webdav.c478 buffer *b) { in webdav_gen_prop_tag()
507 …ebdav_gen_response_status_tag(server *srv, connection *con, physical *dst, int status, buffer *b) { in webdav_gen_response_status_tag()
532 …ic int webdav_delete_file(server *srv, connection *con, plugin_data *p, physical *dst, buffer *b) { in webdav_delete_file()
577 static int webdav_delete_dir(server *srv, connection *con, plugin_data *p, physical *dst, buffer *b in webdav_delete_dir()
830 …property(server *srv, connection *con, plugin_data *p, physical *dst, char *prop_name, buffer *b) { in webdav_get_live_property()
894 … *srv, connection *con, plugin_data *p, physical *dst, char *prop_name, char *prop_ns, buffer *b) { in webdav_get_property()
1099 buffer *b; in webdav_lockdiscovery() local
1213 buffer *b; in URIHANDLER_FUNC() local
H A Dmod_cml_lua.c48 static int lua_to_c_get_string(lua_State *L, const char *varname, buffer *b) { in lua_to_c_get_string()
212 buffer *b = buffer_init(); in cache_parse_lua() local
H A Dmod_staticfile.c288 buffer *b; in http_response_parse_range() local
323 buffer *b; in http_response_parse_range() local
H A Dhttp_chunk.c25 buffer *b; in http_chunk_append_len() local
H A Dlog.c302 buffer *b; in log_error_write() local
/mOS-networking-stack/core/src/bpf/
H A Dsf_optimize.c217 #define SET_UNION(a, b, n)\ argument
278 struct block *b; local
326 struct block *b; local
356 struct block *b; local
651 bpf_u_int32 a, b; local
712 static void opt_not(b) in opt_not() argument
721 static void opt_peep(b) in opt_peep() argument
1486 static void or_pullup(b) in or_pullup() argument
1582 static void and_pullup(b) in and_pullup() argument
1731 struct block *b; local
[all …]
H A Dsf_gencode.c564 void gen_not(b) in gen_not() argument
672 struct block *b; local
1761 struct block *b; local
2726 struct block *b; in gen_ppi_dlt_check() local
4887 struct block *b; in gen_ipfrag() local
5913 struct block *b, *tmp; local
6388 struct block *b; local
6540 struct block *b; local
6955 struct block *b; local
6977 struct block *b; local
[all …]
H A Dsf_scanner.c3986 YY_BUFFER_STATE b = YY_CURRENT_BUFFER; in yy_get_next_buffer() local
4265 YY_BUFFER_STATE b; in sfbpf__create_buffer() local
4291 void sfbpf__delete_buffer (YY_BUFFER_STATE b ) in sfbpf__delete_buffer()
4314 static void sfbpf__init_buffer (YY_BUFFER_STATE b, FILE * file ) in sfbpf__init_buffer()
4342 void sfbpf__flush_buffer (YY_BUFFER_STATE b ) in sfbpf__flush_buffer()
4471 YY_BUFFER_STATE b; in sfbpf__scan_buffer() local
4521 YY_BUFFER_STATE b; in sfbpf__scan_bytes() local
/mOS-networking-stack/samples/common/
H A Dapplib.h11 #define MAX(a, b) ((a)>(b)?(a):(b)) argument
12 #define MIN(a, b) ((a)<(b)?(a):(b)) argument
28 #define TS_GT(a,b) ((int64_t)((a)-(b)) > 0) argument
/mOS-networking-stack/core/src/include/
H A Dtimer.h10 #define TIMEVAL_ADD(a, b) \ argument
16 #define TIMEVAL_LT(a, b) \ argument
H A Dtcp_in.h44 #define TCP_SEQ_LT(a,b) ((int32_t)((a)-(b)) < 0) argument
45 #define TCP_SEQ_LEQ(a,b) ((int32_t)((a)-(b)) <= 0) argument
46 #define TCP_SEQ_GT(a,b) ((int32_t)((a)-(b)) > 0) argument
47 #define TCP_SEQ_GEQ(a,b) ((int32_t)((a)-(b)) >= 0) argument
48 #define TCP_SEQ_BETWEEN(a,b,c) (TCP_SEQ_GEQ(a,b) && TCP_SEQ_LEQ(a,c)) argument
/mOS-networking-stack/core/src/
H A Deth_out.c37 #define MAX(a, b) ((a)>(b)?(a):(b)) argument
38 #define MIN(a, b) ((a)<(b)?(a):(b)) argument
H A Dtcp_send_buffer.c8 #define MAX(a, b) ((a)>(b)?(a):(b)) argument
9 #define MIN(a, b) ((a)<(b)?(a):(b)) argument
H A Dtcp_util.c10 #define MAX(a, b) ((a)>(b)?(a):(b)) argument
11 #define MIN(a, b) ((a)<(b)?(a):(b)) argument
H A Dtcp_rb.c16 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
19 #define MAX(a, b) ((a) < (b) ? (b) : (a)) argument
73 bufseg_del(mem_pool_t mp, tcpbufseg_t *b) in bufseg_del()
290 #define MEMCPY_FOR_read(a, b, len) memcpy(a, b, len) argument
291 #define MEMCPY_FOR_write(a, b, len) memcpy(b, a, len) argument
H A Deventpoll.c17 #define MAX(a, b) ((a)>(b)?(a):(b)) argument
18 #define MIN(a, b) ((a)<(b)?(a):(b)) argument
H A Dpipe.c13 #define MAX(a, b) ((a)>(b)?(a):(b)) argument
14 #define MIN(a, b) ((a)<(b)?(a):(b)) argument
/mOS-networking-stack/core/test/tcprb/
H A Dtest.c9 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
/mOS-networking-stack/util/
H A Dring_buffer.c24 #define MAX(a, b) ((a)>(b)?(a):(b)) argument
25 #define MIN(a, b) ((a)<(b)?(a):(b)) argument

123