Lines Matching defs:client
25 int count, int client);
91 * close the patch if the patch was opened by this client.
94 snd_soundfont_close_check(struct snd_sf_list *sflist, int client)
98 if (sflist->open_client == client) {
117 long count, int client)
150 rc = open_patch(sflist, data, count, client);
155 /* check if other client already opened patch */
157 if (sflist->open_client != client) {
220 int count, int client)
246 sflist->open_client = client;
945 long count, int client)
1125 long count, int client)
1129 rc = load_guspatch(sflist, data, count, client);