Lines Matching full:on
92 HANDLE event; /* For use with GSource on Win32 */
212 * @nfds: pointer filled with number of elements in @fds on return
234 * to call close() on each file descriptor and to
235 * call g_free() on the array pointer in @fds.
241 * Returns: the number of bytes read, or -1 on error,
285 * Returns: the number of bytes sent, or -1 on error,
320 * occurs without data, or -1 on error
347 * Returns: 0 if all bytes were read, or -1 on error
372 * Returns: 0 if all bytes were written, or -1 on error
456 * without data, or -1 on error
476 * Returns: 0 if all bytes were read, or -1 on error
495 * Returns: 0 if all bytes were written, or -1 on error
513 * block on I/O
541 * Returns: 0 on success, -1 on error
635 * Returns: 0 on success, -1 on error
658 * On channels which are backed by a socket, this
684 * On channels which are backed by a socket, this
713 * Returns: the new position on success, (off_t)-1 on failure
819 * addition, no two coroutine can be waiting on the same condition
858 * @read_ctx: the AioContext to set the read handler on or NULL
860 * @write_ctx: the AioContext to set the write handler on or NULL
901 * occurs without data, or -1 on error
928 * Returns: 0 if all bytes were read, or -1 on error
962 * Returns: 0 if all bytes were written, or -1 on error
1000 * socket pairs on Linux.
1001 * Return -1 on error with pid -1 for the non-Linux OS.