Lines Matching defs:item
387 static void item_free(void *item) {
388 struct item_info *i = item;
528 struct item_info *item;
537 if (!(item = pa_flist_pop(PA_STATIC_FLIST_GET(items))))
538 item = pa_xnew(struct item_info, 1);
539 item->type = PA_PSTREAM_ITEM_SHMRELEASE;
540 item->block_id = block_id;
542 item->with_ancil_data = false;
545 pa_queue_push(p->send_queue, item);
566 struct item_info *item;
574 if (!(item = pa_flist_pop(PA_STATIC_FLIST_GET(items))))
575 item = pa_xnew(struct item_info, 1);
576 item->type = PA_PSTREAM_ITEM_SHMREVOKE;
577 item->block_id = block_id;
579 item->with_ancil_data = false;
582 pa_queue_push(p->send_queue, item);