Lines Matching refs:connp
357 struct director_connection *conn, *const *connp;
359 array_foreach(&dir->connections, connp) {
360 conn = *connp;
378 struct director_connection *const *connp;
380 array_foreach(&dir->connections, connp) {
381 if (!(*connp)->in && (*connp)->to_disconnect == NULL)
1813 struct director_connection *const *connp, *conn;
1815 array_foreach(&dir->connections, connp) {
1816 conn = *connp;