Home
last modified time | relevance | path

Searched defs:t (Results 1 – 17 of 17) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dtcp_in.h53 #define TIMEVAL_TO_TS(t) (uint32_t)((t)->tv_sec * HZ + \ argument
56 #define TS_TO_USEC(t) ((t) * TIME_TICK) argument
57 #define TS_TO_MSEC(t) (TS_TO_USEC(t) / 1000) argument
59 #define USEC_TO_TS(t) ((t) / TIME_TICK) argument
60 #define MSEC_TO_TS(t) (USEC_TO_TS((t) * 1000)) argument
62 #define SEC_TO_USEC(t) ((t) * 1000000) argument
63 #define SEC_TO_MSEC(t) ((t) * 1000) argument
64 #define MSEC_TO_USEC(t) ((t) * 1000) argument
65 #define USEC_TO_SEC(t) ((t) / 1000000) argument
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dsplaytree.c62 splay_tree * splaytree_splay (splay_tree *t, int i) { in splaytree_splay()
131 splay_tree * splaytree_insert(splay_tree * t, int i, void *data) { in splaytree_insert()
163 splay_tree * splaytree_delete(splay_tree *t, int i) { in splaytree_delete()
H A Dconfigfile.c554 static int config_skip_newline(tokenizer_t *t) { in config_skip_newline()
565 static int config_skip_comment(tokenizer_t *t) { in config_skip_comment()
575 static int config_tokenizer(server *srv, tokenizer_t *t, int *token_id, buffer *token) { in config_tokenizer()
931 static int config_parse(server *srv, config_t *context, tokenizer_t *t) { in config_parse()
972 static int tokenizer_init(tokenizer_t *t, const buffer *source, const char *input, size_t size) { in tokenizer_init()
988 tokenizer_t t; in config_parse_file() local
1046 tokenizer_t t; in config_parse_cmd() local
H A Dmod_ssi_expr.c45 ssi_tokenizer_t *t, int *token_id, buffer *token) { in ssi_expr_tokenizer()
272 ssi_tokenizer_t t; in ssi_eval_expr() local
H A Dmod_ssi.c456 time_t t = sce->st.st_mtime; in process_ssi_stmt() local
467 time_t t = time(NULL); in process_ssi_stmt() local
478 time_t t = time(NULL); in process_ssi_stmt() local
592 time_t t = st.st_mtime; in process_ssi_stmt() local
H A Darray.c131 data_unset *array_get_unused_element(array *a, data_type_t t) { in array_get_unused_element()
H A Dstat_cache.c690 static int stat_cache_tag_old_entries(server *srv, splay_tree *t, int *keys, size_t *ndx) { in stat_cache_tag_old_entries()
/mOS-networking-stack/core/src/
H A Ddebug.c70 uint8_t *t; in DumpPacket() local
163 uint8_t *t; in DumpIPPacket() local
221 uint8_t *t; in DumpIPPacketToFile() local
H A Dtcp_rb_frag_queue.c100 index_type t = rb_fragq->_tail; in RBFragEnqueue() local
118 index_type t = rb_fragq->_tail; in RBFragDequeue() local
H A Dtcp_sb_queue.c100 index_type t = sq->_tail; in SBEnqueue() local
118 index_type t = sq->_tail; in SBDequeue() local
H A Dtcp_stream_queue.c184 index_type t = sq->_tail; in StreamEnqueue() local
202 index_type t = sq->_tail; in StreamDequeue() local
H A Dtimer.c557 struct timer *t = MPAllocateChunk(mtcp->timer_pool); in NewTimer() local
590 struct timer *t = NewTimer(mtcp, id, timeout, cb); in mtcp_settimer() local
H A Dicmp.c233 uint8_t *t; in DumpICMPPacket() local
H A Darp.c361 uint8_t *t; in DumpARPPacket() local
/mOS-networking-stack/samples/common/
H A Dapplib.h26 #define TIMEVAL_TO_MSEC(t) ((t.tv_sec * 1000) + (t.tv_usec / 1000)) argument
27 #define TIMEVAL_TO_USEC(t) ((t.tv_sec * 1000000) + (t.tv_usec)) argument
/mOS-networking-stack/util/
H A Dtdate_parse.c166 time_t t; in tm_to_time() local
205 time_t t; in httpdate_to_timet() local
348 timet_to_httpdate(time_t t, char* str, int strlen ) in timet_to_httpdate()
/mOS-networking-stack/core/src/bpf/
H A Dsf_bpf_filter.c79 # define mtod(m,t) ((t)(m)->b_rptr) argument