Searched refs:sock_write (Results 1 – 2 of 2) sorted by relevance
69 # define sock_write SockWrite /* Watt-32 uses same names */ macro74 static int sock_write(BIO *h, const char *buf, int num);85 sock_write,150 static int sock_write(BIO *b, const char *in, int inl) in sock_write() function207 ret = sock_write(bp, str, n); in sock_puts()
98 # define sock_write SockWrite /* Watt-32 uses same names */ macro