Searched refs:fullwrite (Results 1 - 1 of 1) sorted by relevance

/external/curl/tests/server/
H A Dsockfilt.c386 * fullwrite is a wrapper around the write() function. This will repeat the
392 static ssize_t fullwrite(int filedes, const void *buffer, size_t nbytes) function
457 ssize_t nwrite = fullwrite(fileno(stdout), buffer, nbytes);

Completed in 432 milliseconds