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); 6395 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 6396 SSIZE_T res = REAL(recv)(fd, buf, len, flags); 6400 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 6400 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);