Lines Matching defs:list
31 lws_dll2_t list;
60 proxy_msg_t *msg = lws_container_of(d, proxy_msg_t, list);
177 proxy_msg_t, list);
183 lws_dll2_remove(&msg->list);
215 /* add us on to the list of packets to send to the onward conn */
216 lws_dll2_add_tail(&msg->list, &pc->pending_msg_to_raw);
324 /* add us on to the list of packets to send to the onward conn */
325 lws_dll2_add_tail(&msg->list, &pc->pending_msg_to_ws);
337 proxy_msg_t, list);
343 lws_dll2_remove(&msg->list);
379 /* .mount_next */ NULL, /* linked-list "next" */