| 1189 | |
| 1190 | |
| 1191 | static void do_switch_stream(HTTPContext *c, int i) |
| 1192 | { |
| 1193 | if (c->switch_feed_streams[i] >= 0) { |
| 1194 | #ifdef PHILIP |
| 1195 | c->feed_streams[i] = c->switch_feed_streams[i]; |
| 1196 | #endif |
| 1197 | |
| 1198 | /* Now update the stream */ |
| 1199 | } |
| 1200 | c->switch_feed_streams[i] = -1; |
| 1201 | } |
| 1202 | |
| 1203 | /* XXX: factorize in utils.c ? */ |
| 1204 | /* XXX: take care with different space meaning */ |
no outgoing calls
no test coverage detected