reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6394 COMMON_INTERCEPTOR_ENTER(ctx, recv, fd, buf, len, flags); 6396 SSIZE_T res = REAL(recv)(fd, buf, len, flags); 6398 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, Min((SIZE_T)res, len));