Searched refs:prev_msg (Results 1 – 5 of 5) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | ctrl_iface_unix.c | 808 struct ctrl_iface_msg *msg, *prev_msg; in wpas_global_ctrl_iface_flush_queued_msg() local 815 dl_list_for_each_safe(msg, prev_msg, &gpriv->msg_queue, in wpas_global_ctrl_iface_flush_queued_msg() 836 struct ctrl_iface_msg *msg, *prev_msg; in wpa_supplicant_ctrl_iface_deinit() local 905 dl_list_for_each_safe(msg, prev_msg, &priv->msg_queue, in wpa_supplicant_ctrl_iface_deinit() 912 dl_list_for_each_safe(msg, prev_msg, &gpriv->msg_queue, in wpa_supplicant_ctrl_iface_deinit() 1412 struct ctrl_iface_msg *msg, *prev_msg; in wpa_supplicant_global_ctrl_iface_deinit() local 1425 dl_list_for_each_safe(msg, prev_msg, &priv->msg_queue, in wpa_supplicant_global_ctrl_iface_deinit()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ctrl_iface_unix.c | 796 struct ctrl_iface_msg *msg, *prev_msg; in wpa_supplicant_ctrl_iface_deinit() local 855 dl_list_for_each_safe(msg, prev_msg, &priv->msg_queue, in wpa_supplicant_ctrl_iface_deinit() 862 dl_list_for_each_safe(msg, prev_msg, &gpriv->msg_queue, in wpa_supplicant_ctrl_iface_deinit() 1351 struct ctrl_iface_msg *msg, *prev_msg; in wpa_supplicant_global_ctrl_iface_deinit() local 1364 dl_list_for_each_safe(msg, prev_msg, &priv->msg_queue, in wpa_supplicant_global_ctrl_iface_deinit()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_schedule.c | 217 unsigned prev_msg = ~0; in bi_create_dependency_graph() local 236 if (prev_msg != ~0) in bi_create_dependency_graph() 237 bi_push_dependency(prev_msg, i, st.dependents, st.dep_counts); in bi_create_dependency_graph() 239 prev_msg = i; in bi_create_dependency_graph()
|
/third_party/glib/gio/ |
D | gsocket.c | 4500 #define output_message_to_msghdr(message, prev_message, msg, prev_msg, error) \ argument 4505 const struct msghdr *_prev_msg = (prev_msg); \
|
/third_party/gettext/gettext-tools/src/ |
D | ChangeLog.1 | 3868 * message.c (message_alloc): Initialize the prev_msg* fields. 3869 (message_free): Free the prev_msg* fields. 3870 (message_copy): Copy the prev_msg* fields. 3871 * msgl-ascii.c (is_ascii_message): Consider also the prev_msg* fields. 3872 * msgl-cat.c (catenate_msgdomain_list): Copy the prev_msg* fields if 3874 * msgl-equal.c (message_equal): Consider also the prev_msg* fields. 3926 prev_msg* fields.
|