HomeSort by: relevance | last modified time | path
    Searched defs:dest_remaining (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/support/win32/
support.cpp 118 size_t dest_remaining = dst_size_bytes; local
126 // standard. Setting dest_remaining to a large value has this effect.
128 dest_remaining = static_cast<size_t>(-1);
131 if ( ! dest_remaining )
135 result = wcrtomb_s( &char_size, dst + dest_converted, dest_remaining, c, ps);
148 dest_remaining -= char_size;

Completed in 21 milliseconds