Home
last modified time | relevance | path

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

/qemu/io/
H A Dchannel-websock.c387 char **connectionv; in qio_channel_websock_handshake_process() local
457 connectionv = g_strsplit(connection, ",", 0); in qio_channel_websock_handshake_process()
458 for (i = 0; connectionv != NULL && connectionv[i] != NULL; i++) { in qio_channel_websock_handshake_process()
459 g_strstrip(connectionv[i]); in qio_channel_websock_handshake_process()
460 if (strcasecmp(connectionv[i], in qio_channel_websock_handshake_process()
465 g_strfreev(connectionv); in qio_channel_websock_handshake_process()