Searched defs:sock_writev (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/generators/
H A Dmod_cgid.c387 static apr_status_t sock_writev(int fd, request_rec *r, int count, ...) function
512 stat = sock_writev(fd, r, 5,
519 stat = sock_writev(fd, r, 4,
534 if ((stat = sock_writev(fd, r, 2, &curlen, sizeof(curlen),

Completed in 37 milliseconds