reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6432 COMMON_INTERCEPTOR_ENTER(ctx, send, fd, buf, len, flags); 6437 SSIZE_T res = REAL(send)(fd, buf, len, flags); 6439 COMMON_INTERCEPTOR_READ_RANGE(ctx, buf, Min((SIZE_T)res, len));