Home
last modified time | relevance | path

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

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_threadpool.c77 if (!(tp_p = (sccp_threadpool_t *) sccp_calloc(sizeof *tp_p, 1))) { in sccp_threadpool_init()
114 if (!(tp_thread = (sccp_threadpool_thread_t *) sccp_calloc(sizeof *tp_thread, 1))) { in sccp_threadpool_grow_locked()
271 if (!(newJob = (sccp_threadpool_job_t *) sccp_calloc(sizeof *newJob, 1))) { in sccp_threadpool_add_work()
H A Dchan_sccp.c95 sccp_globals = (struct sccp_global_vars *) sccp_calloc(sizeof *sccp_globals, 1); in sccp_prePBXLoad()
174 GLOB(global_jbconf) = (struct ast_jb_conf *) sccp_calloc(sizeof(struct ast_jb_conf),1); in sccp_prePBXLoad()
H A Dsccp_devstate.c155 SubscribingDevice_t * subscriber = (SubscribingDevice_t *)sccp_calloc(sizeof *subscriber, 1); in addSubscriber()
296 deviceState_t * deviceState = (deviceState_t *)sccp_calloc(sizeof *deviceState, 1); in createDeviceStateHandler()
H A Dsccp_hint.c570 …sccp_hint_SubscribingDevice_t *subscriber = (sccp_hint_SubscribingDevice_t *)sccp_calloc(sizeof *s… in sccp_hint_addSubscription4Device()
632 hint = (sccp_hint_list_t *)sccp_calloc(sizeof *hint, 1); in sccp_hint_create()
699 lineState = (struct sccp_hint_lineState *) sccp_calloc(sizeof *lineState, 1); in sccp_hint_attachLine()
H A Dsccp_utils.c1004 if (!(ha = (struct sccp_ha *)sccp_calloc(sizeof *ha, 1))) { in sccp_append_ha()
1736 eachlen = (size_t *) sccp_calloc(sizeof *eachlen, num_frames); in __sccp_bt_get_symbols()
1737 strings = (char **) sccp_calloc(sizeof *strings, num_frames); in __sccp_bt_get_symbols()
H A Dsccp_mwi.c254 mwi_subscription_t *subscription = (mwi_subscription_t *)sccp_calloc(sizeof *subscription,1); in createSubscription()
H A Dsccp_linedevice.c402 …device->lineButtons.instance = (sccp_linedevice_t **)sccp_calloc(lineInstances + SCCP_FIRST_LINEIN… in sccp_linedevice_createButtonsArray()
H A Dsccp_config.c1694 if (!(permithost = (sccp_hostname_t *)sccp_calloc(1, sizeof(sccp_hostname_t)))) { in sccp_config_parse_permithosts()
1778 if (!(addon = (sccp_addon_t *)sccp_calloc(1, sizeof(sccp_addon_t)))) { in sccp_config_parse_addons()
1845 if (!(mailbox = (sccp_mailbox_t *)sccp_calloc(1, sizeof(sccp_mailbox_t)))) { in sccp_config_parse_mailbox()
2227 if (!(config = (sccp_buttonconfig_t *)sccp_calloc(1, sizeof(sccp_buttonconfig_t)))) { in sccp_config_addButton()
2247 …sccp_subscription_id_t * subscriptionId = (sccp_subscription_id_t *)sccp_calloc(1, sizeof(sccp_sub… in sccp_config_addButton()
3143 …softKeySetConfiguration = (sccp_softKeySetConfiguration_t *)sccp_calloc(1, sizeof(sccp_softKeySetC… in sccp_config_softKeySet()
3213 uint8_t *softkeyset = (uint8_t *)sccp_calloc(StationMaxSoftKeySetDefinition, sizeof(uint8_t)); in sccp_config_softKeySet()
H A Dsccp_event.c285 sccp_event_t *event = (sccp_event_t *)sccp_calloc(sizeof *event,1); in sccp_event_allocate()
H A Dsccp_refcount.c309 if (!(obj = (RefCountedObject *)sccp_calloc(size + (sizeof *obj), 1) )) { in sccp_refcount_object_alloc()
334 if (!(objects[hash] = (struct refcount_objentry *) sccp_calloc(sizeof *objects[hash], 1))) { in sccp_refcount_object_alloc()
H A Dsccp_session.c81 if(!(context = (sccp_servercontext_t *)sccp_calloc(sizeof *context, 1))) { in sccp_servercontext_create()
921 if (!(s = (sccp_session_t *)sccp_calloc(sizeof *s, 1))) { in sccp_create_session()
H A Dsccp_featureParkingLot.c276 sccp_parkinglot_t *pl = (sccp_parkinglot_t *) sccp_calloc(sizeof(sccp_parkinglot_t), 1); in addParkinglot()
H A Dsccp_callinfo.c96 sccp_callinfo_t *const ci = (sccp_callinfo_t *) sccp_calloc(sizeof *ci, 1); in callinfo_Constructor()
H A Dsccp_softkeys.c562 selectedchannel = (sccp_selectedchannel_t *) sccp_calloc(sizeof *selectedchannel, 1); in sccp_sk_select()
H A Dsccp_pbx.c383 …swer_conveyor_struct *conveyor = (struct sccp_answer_conveyor_struct *)sccp_calloc(1, sizeof(struc… in sccp_pbx_call()
H A Dsccp_feature.c1062 sccp_barge_info_t *barge_info = (sccp_barge_info_t *) sccp_calloc(1, sizeof(sccp_barge_info_t)); in createTempExtensionContext()
H A Dsccp_protocol.c35 sccp_msg_t * msg = (sccp_msg_t *)sccp_calloc(1, pkt_len + SCCP_PACKET_HEADER + padding); in sccp_build_packet()
217 uint8_t *dummy = (uint8_t *)sccp_calloc(sizeof(uint8_t), dataSize * StationMaxNameSize); in sccp_protocol_sendCallInfoV16()
H A Dsccp_channel.c224 private_data = (struct sccp_private_channel_data *)sccp_calloc(sizeof *private_data, 1); in sccp_channel_allocate()
2223 if (!(newJob = (sccp_threadpool_job_t *) sccp_calloc(sizeof *newJob, 1))) { in sccp_channel_addCleanupJob()
H A Dsccp_actions.c1028 if (!(btn = (btnlist *)sccp_calloc(sizeof *btn, StationMaxButtonTemplateSize))) { in sccp_make_button_template()
4546 sccp_addon_t *addon = (sccp_addon_t *)sccp_calloc(1, sizeof(sccp_addon_t)); in handle_extension_devicecaps()
H A Dsccp_device.c634 private_data = (sccp_private_device_data_t *)sccp_calloc(sizeof *private_data, 1); in sccp_device_create()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast/
H A Ddefine.h17 #define sccp_calloc ast_calloc macro