Home
last modified time | relevance | path

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

/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dlpconfig.c59 #define lp_new0(type,n) (type*)calloc(sizeof(type),n) macro
112 LpItem *item=lp_new0(LpItem,1); in lp_item_new()
119 LpItem *item=lp_new0(LpItem,1); in lp_comment_new()
135 LpSectionParam *param = lp_new0(LpSectionParam, 1); in lp_section_param_new()
142 LpSection *sec=lp_new0(LpSection,1); in lp_section_new()