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

Function list_add

lib/list.h:70–73  ·  view source on GitHub ↗

conflict with 'mysql/my_list.h' list_add() */

Source from the content-addressed store, hash-verified

68 */
69#ifndef _list_h_skip_list_add_ /* conflict with 'mysql/my_list.h' list_add() */
70static inline void list_add(struct list_head *new_entry, struct list_head *head)
71{
72 __list_add(new_entry, head, head->next);
73}
74#endif
75
76/**

Callers 15

reg_stat_series_profileFunction · 0.85
fixup_iter_paramFunction · 0.85
get_evsFunction · 0.85
put_evsFunction · 0.85
prom_groups_addFunction · 0.85
prom_labels_grp_getFunction · 0.85
prom_push_stat_labelsFunction · 0.85
prom_stats_paramFunction · 0.85
load_socketsFunction · 0.85
get_srec_var_newFunction · 0.85
src_create_sessionFunction · 0.85
srs_add_nodesFunction · 0.85

Calls 1

__list_addFunction · 0.85

Tested by 2

_hpt_mallocFunction · 0.68
_hpt_reallocFunction · 0.68