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

/freebsd-11-stable/contrib/apr/helpers/
H A Dapr_rename.pl88 apr_recv apr_socket_recv
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_buckets_socket.c36 rv = apr_socket_recv(p, buf, len);
/freebsd-11-stable/contrib/serf/buckets/
H A Dsocket_buckets.c47 status = apr_socket_recv(ctx->skt, buf, len);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dstreams.c120 status = apr_socket_recv(b->sock, buffer, len);
/freebsd-11-stable/contrib/apr/include/
H A Dapr_network_io.h88 * completely. the next apr_socket_recv()
667 APR_DECLARE(apr_status_t) apr_socket_recv(apr_socket_t *sock,
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestmemcache.c589 rv = apr_socket_recv(sock, buf, &len);
H A Dtestredis.c516 rv = apr_socket_recv(sock, buf, &len);
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsendrecv.c70 apr_status_t apr_socket_recv(apr_socket_t *sock, char *buf, apr_size_t *len) function

Completed in 250 milliseconds