Lines Matching refs:index
1754 * \param group 0-based group index
1855 * \param group 0-based group index
3067 * \brief Get the index of subscriber of a query_subscribe container
3069 * \return subscriber's index
3076 return info->index;
3210 * \brief Set the subscriber's index to be queried
3212 * \param index index to be queried
3216 void snd_seq_query_subscribe_set_index(snd_seq_query_subscribe_t *info, int index)
3219 info->index = index;
3232 * At least, the client id, the port id, the index number and
3236 * To query the first subscription, set 0 to the index number. To list up
3237 * all the subscriptions, call this function with the index numbers from 0