Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgioerror.c172 return G_IO_ERROR_WOULD_BLOCK; in g_io_error_from_errno()
180 return G_IO_ERROR_WOULD_BLOCK; in g_io_error_from_errno()
186 return G_IO_ERROR_WOULD_BLOCK; in g_io_error_from_errno()
Dgioenums.h377 G_IO_ERROR_WOULD_BLOCK, enumerator
/external/webkit/Source/WebCore/platform/network/soup/
DSocketStreamHandleSoup.cpp165 if (error && !g_error_matches(error.get(), G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) { in platformSend()