Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgspawn-win32.c274 GIOStatus giostatus; in read_data() local
280 giostatus = g_io_channel_read_chars (iochannel, buf, sizeof (buf), &bytes, NULL); in read_data()
289 else if (giostatus == G_IO_STATUS_AGAIN) in read_data()
291 else if (giostatus == G_IO_STATUS_ERROR) in read_data()