Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/khttpd/
Ddatasending.c72 written = SendBuffer_async(sock, kaddr + offset, size); in sock_send_actor()
148 retval = SendBuffer_async(CurrentRequest->sock,Block[CPUNR],(size_t)retval); in DataSending()
Dprototypes.h57 int SendBuffer_async(struct socket *sock, const char *Buffer,const size_t Length);
Dmisc.c174 int SendBuffer_async(struct socket *sock, const char *Buffer,const size_t Length) in SendBuffer_async() function