Home
last modified time | relevance | path

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

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_globals.h37 struct sccp_global_vars { struct
188 SCCP_API struct sccp_global_vars *sccp_globals; argument
H A Dsccp_globals.c21 struct sccp_global_vars *sccp_globals = 0;
H A Dsccp_config_entries.hh150 …{"jbmaxsize", offsize(struct ast_jb_conf,max_size),offsetof(struct sccp_global_vars,global_jbcon…
151 …old", offsize(struct ast_jb_conf,resync_threshold),offsetof(struct sccp_global_vars,global_jbconf…
155 …{"jbimpl", offsize(struct ast_jb_conf,impl),offsetof(struct sccp_global_vars,global_jbconf), T…
166 …{"hotline_extension", offsize(sccp_hotline_t,exten),offsetof(struct sccp_global_vars,hotline), …
167 …{"hotline_context", offsize(sccp_line_t,context),offsetof(struct sccp_global_vars,hotline), TYP…
168 …{"hotline_label", offsize(sccp_line_t,label),offsetof(struct sccp_global_vars,hotline), TYPE_P…
H A Dchan_sccp.c95 sccp_globals = (struct sccp_global_vars *) sccp_calloc(sizeof *sccp_globals, 1); in sccp_prePBXLoad()
H A Dsccp_config.c229 #define G_OBJ_REF(x) offsize(struct sccp_global_vars,x), offsetof(struct sccp_global_vars,x)
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/contrib/asterisk_patches/
H A Dbackport_monitor_feature.patch350 struct sccp_global_vars {