Home | History | Annotate | Download | only in Modules

Lines Matching full:buffersize

1998 "getsockopt(level, option[, buffersize]) -> value\n\
2001 If a nonzero buffersize argument is given, the return value is a\n\
2408 "makefile([mode[, buffersize]]) -> file object\n\
2411 The mode and buffersize arguments are as for the built-in open() function.");
2518 "negative buffersize in recv");
2547 "recv(buffersize[, flags]) -> data\n\
2549 Receive up to buffersize bytes from the socket. For the optional flags\n\
2576 "negative buffersize in recv_into");
2612 a new string. Receive up to buffersize bytes from the socket. If buffersize \n\
2701 "negative buffersize in recvfrom");
2732 "recvfrom(buffersize[, flags]) -> (data, address info)\n\
2734 Like recv(buffersize, flags) but also return the sender's address info.");
2759 "negative buffersize in recvfrom_into");