Searched refs:itr (Results 1 – 2 of 2) sorted by relevance
197 struct ta_session *itr; in ta_header_get_session() local199 TAILQ_FOREACH(itr, &ta_sessions, link) { in ta_header_get_session()200 if (itr->session_id == session_id) in ta_header_get_session()201 return itr; in ta_header_get_session()211 if (itr) in ta_header_add_session()223 if (!itr) in ta_header_add_session()225 itr->session_id = session_id; in ta_header_add_session()226 itr->session_ctx = 0; in ta_header_add_session()234 struct ta_session *itr; in ta_header_remove_session() local238 if (itr->session_id == session_id) { in ta_header_remove_session()[all …]
697 struct bpool_iterator itr; in gen_mdbg_check() local703 BPOOL_FOREACH(ctx, &itr, &b) { in gen_mdbg_check()973 struct bpool_iterator itr = { }; in raw_malloc_buffer_is_within_alloced() local984 BPOOL_FOREACH(ctx, &itr, &b) { in raw_malloc_buffer_is_within_alloced()
Completed in 5 milliseconds