Lines Matching defs:ptr

1301  * \param ptr returned pointer
1304 int snd_seq_system_info_malloc(snd_seq_system_info_t **ptr)
1306 assert(ptr);
1307 *ptr = calloc(1, sizeof(snd_seq_system_info_t));
1308 if (!*ptr)
1442 * \param ptr returned pointer
1445 int snd_seq_client_info_malloc(snd_seq_client_info_t **ptr)
1447 assert(ptr);
1448 *ptr = calloc(1, sizeof(snd_seq_client_info_t));
1449 if (!*ptr)
2100 * \param ptr returned pointer
2103 int snd_seq_port_info_malloc(snd_seq_port_info_t **ptr)
2105 assert(ptr);
2106 *ptr = calloc(1, sizeof(snd_seq_port_info_t));
2107 if (!*ptr)
2723 * \param ptr returned pointer
2726 int snd_seq_port_subscribe_malloc(snd_seq_port_subscribe_t **ptr)
2728 assert(ptr);
2729 *ptr = calloc(1, sizeof(snd_seq_port_subscribe_t));
2730 if (!*ptr)
2981 * \param ptr returned pointer
2984 int snd_seq_query_subscribe_malloc(snd_seq_query_subscribe_t **ptr)
2986 assert(ptr);
2987 *ptr = calloc(1, sizeof(snd_seq_query_subscribe_t));
2988 if (!*ptr)
3265 * \param ptr returned pointer
3268 int snd_seq_queue_info_malloc(snd_seq_queue_info_t **ptr)
3270 assert(ptr);
3271 *ptr = calloc(1, sizeof(snd_seq_queue_info_t));
3272 if (!*ptr)
3591 * \param ptr returned pointer
3594 int snd_seq_queue_status_malloc(snd_seq_queue_status_t **ptr)
3596 assert(ptr);
3597 *ptr = calloc(1, sizeof(snd_seq_queue_status_t));
3598 if (!*ptr)
3718 * \param ptr returned pointer
3721 int snd_seq_queue_tempo_malloc(snd_seq_queue_tempo_t **ptr)
3723 assert(ptr);
3724 *ptr = calloc(1, sizeof(snd_seq_queue_tempo_t));
3725 if (!*ptr)
3918 * \param ptr returned pointer
3921 int snd_seq_queue_timer_malloc(snd_seq_queue_timer_t **ptr)
3923 assert(ptr);
3924 *ptr = calloc(1, sizeof(snd_seq_queue_timer_t));
3925 if (!*ptr)
4202 ev->data.ext.ptr, ev->data.ext.len);
4259 memcpy(seq->tmpbuf + 1, ev->data.ext.ptr, ev->data.ext.len);
4385 ev->data.ext.ptr = (char *)ev + packet_size;
4667 * \param ptr returned pointer
4670 int snd_seq_remove_events_malloc(snd_seq_remove_events_t **ptr)
4672 assert(ptr);
4673 *ptr = calloc(1, sizeof(snd_seq_remove_events_t));
4674 if (!*ptr)
5027 * \param ptr returned pointer
5030 int snd_seq_client_pool_malloc(snd_seq_client_pool_t **ptr)
5032 assert(ptr);
5033 *ptr = calloc(1, sizeof(snd_seq_client_pool_t));
5034 if (!*ptr)