Home
last modified time | relevance | path

Searched refs:cs (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtcp_stream.c619 tcp_stream *cs; local
623 if (cs == NULL) {
628 cs->side = MOS_SIDE_CLI;
629 cs->pair_stream = NULL;
639 if (bm > cs->buffer_mgmt)
640 cs->buffer_mgmt = bm;
642 cs->status_mgmt = 1;
646 return cs;
664 cs->pair_stream = ss;
665 ss->pair_stream = cs;
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dserver.c728 int cs = 0; in start_server() local
833 if (cs == 0) { in start_server()
835 cs = 1; in start_server()
845 if (cs == 1) fprintf(stderr, "\n"); in start_server()
1964 int cs = 0; in main() local
2069 if (cs == 0) { in main()
2071 cs = 1; in main()
2081 if (cs == 1) fprintf(stderr, "\n"); in main()
/mOS-networking-stack/core/src/include/
H A Dtcp_stream.h318 AttachServerTCPStream(mtcp_manager_t mtcp, tcp_stream *cs, int type,
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS593 * fixed 100% cpu loops in mod_cgi ("sandy" <sjen/at/cs.stanford.edu>)