Home
last modified time | relevance | path

Searched refs:list_rem_head (Results 1 – 8 of 8) sorted by relevance

/dports/security/ophcrack/ophcrack-3.8.0/src/core/
H A Dscheduler.c214 task = list_rem_head(queue[high]); in scheduler_get()
222 task = list_rem_head(queue[disk]); in scheduler_get()
229 task = list_rem_head(queue[low]); in scheduler_get()
H A Dlist.c58 list_rem_head(l); in list_clear()
89 void *list_rem_head(list_t *l) { in list_rem_head() function
H A Dlist.h96 void *list_rem_head(list_t *l);
H A Dmessage.c144 message_t *msg = list_rem_head(msg_queue); in message_get()
156 msg = list_rem_head(msg_queue); in message_tryget()
H A Dfsm.c158 hash_t *hsh = (hash_t*)list_rem_head(htoremove); in fsm_handle_start()
223 ophtask_t *task = (ophtask_t*)list_rem_head(tasks); in fsm_handle_preload()
H A Dophcrack.c292 task = list_rem_head(queue); in ophcrack_reset()
505 ophtask_t *task = (ophtask_t*)list_rem_head(tasks); in ophcrack_run()
1740 table_t *tbl = list_rem_head(active); in ophcrack_preload_check()
2023 list_rem_head(remaining); in ophcrack_preload_all()
2025 table_t *tbl = list_rem_head(remaining); in ophcrack_preload_all()
H A Dhash.c81 htbl_t *htbl = list_rem_head(hsh->tables); in hash_free()
/dports/security/ophcrack/ophcrack-3.8.0/src/gui/
H A Dophcrackgui.cpp327 htbl_t *htbl = (htbl_t*)list_rem_head(hsh->tables); in tablesChanged()
1389 table_t *tbl = (table_t*)list_rem_head(crack->tables); in installTables()