reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3417 COMMON_INTERCEPTOR_ENTER(ctx, mbsrtowcs, dest, src, len, ps); 3423 SIZE_T res = REAL(mbsrtowcs)(dest, src, len, ps); 3424 if (res != (SIZE_T)(-1) && dest && src) { 3428 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dest, write_cnt * sizeof(wchar_t));