/ast/src/cmd/cs/ |
H A D | css.c | 62 } Connection_t; typedef in typeref:struct:__anon72 76 register Connection_t* con; 79 if (!(con = newof(0, Connection_t, 1, 0))) 90 register Connection_t* con; 99 if (con = (Connection_t*)fp->data) 107 con = (Connection_t*)fp->data; 177 Connection_t* con; 220 if (!(con = newof(0, Connection_t, 1, 0)))
|
H A D | tst-old.c | 42 } Connection_t; typedef in typeref:struct:__anon82 48 Connection_t id[1]; 60 if (!(state = newof(0, State_t, 1, (maxfd - 1) * sizeof(Connection_t)))) exit(1);
|
H A D | tst.c | 41 } Connection_t; typedef in typeref:struct:__anon84 49 register Connection_t* con; 54 if (!(con = newof(0, Connection_t, 1, 0))) 76 register Connection_t* con; 82 if (con = (Connection_t*)fp->data) 90 con = (Connection_t*)fp->data;
|
H A D | fs_env.c | 64 } Connection_t; typedef in typeref:struct:__anon77 71 Connection_t con[1]; 81 if (!(state = newof(0, State_t, 1, (maxfd - 1) * sizeof(Connection_t)))) 116 register Connection_t* con;
|
H A D | mbb.c | 93 } Connection_t; typedef in typeref:struct:Connection_s 98 Connection_t* all; 118 data(register State_t* state, register Connection_t* to, char* s, size_t n, int force) 130 note(Css_t* css, register Connection_t* to, int log, char* s, size_t n, int force, Cssdisc_t* disc) 181 dump(Css_t* css, register Connection_t* con, int log, Cssdisc_t* disc) 203 post(Css_t* css, Cssdisc_t* disc, Connection_t* from, register Connection_t* to, int channel, const char* format, ...) 236 drop(Css_t* css, Connection_t* con, Cssdisc_t* disc) 239 register Connection_t* cp; 240 register Connection_t* p [all...] |
/ast/src/cmd/at/ |
H A D | atd.c | 129 } Connection_t; typedef in typeref:struct:__anon37 165 Connection_t con[1]; /* user connections */ 170 Connection_t* con; 484 register Connection_t* con = state->con + fp->fd; 739 Connection_t* con = ((Visit_t*)handle)->con; 781 command(register State_t* state, Connection_t* con, register char* s, int n, char* data) 1277 register Connection_t* con = state->con + fp->fd; 1341 if (!(state = newof(0, State_t, 1, (i - 1) * sizeof(Connection_t))))
|
/ast/src/cmd/coshell/ |
H A D | event.c | 186 } Connection_t; typedef in typeref:struct:Connection_s 260 log(State_t* state, Connection_t* con, int type, const char* format, ...) 295 register Connection_t* con; 297 if (!(con = newof(0, Connection_t, 1, 0))) 316 Connection_t* cp; 321 for (cp = (Connection_t*)dtfirst(state->connections); cp; cp = (Connection_t*)dtnext(state->connections, cp)) 347 post(State_t* state, Connection_t* con, const char* name, int id) 389 info(State_t* state, Connection_t* con, Css_t* css) 391 Connection_t* c [all...] |
H A D | service.h | 267 } Connection_t; typedef in typeref:struct:__anon63 289 Connection_t* con;
|