MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / INIT_LIST_HEAD

Function INIT_LIST_HEAD

lib/list.h:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 struct list_head name = LIST_HEAD_INIT(name)
38
39static inline void INIT_LIST_HEAD(struct list_head *list)
40{
41 list->next = list;
42 list->prev = list;
43}
44
45/*
46 * Insert a new entry between two known consecutive entries.

Callers 15

tmrec_expr_initFunction · 0.85
mongo_doc_to_dictFunction · 0.85
mongo_mk_cdb_rowFunction · 0.85
mod_initFunction · 0.85
fs_api_initFunction · 0.85
evs_initFunction · 0.85
add_eventFunction · 0.85
handle_reconnectsFunction · 0.85
apply_socket_commandsFunction · 0.85
prom_labels_grp_getFunction · 0.85
sock_mgm_new_listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected