Searched refs:_IOB_ENTRIES (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Dbss_file.c308 #if defined(__MINGW32__) && defined(__MSVCRT__) && !defined(_IOB_ENTRIES)
309 #define _IOB_ENTRIES 20 macro
311 #if defined(_IOB_ENTRIES)
314 (size_t)ptr < (size_t)(stdin+_IOB_ENTRIES))
/external/openssl/crypto/bio/
H A Dbss_file.c308 #if defined(__MINGW32__) && defined(__MSVCRT__) && !defined(_IOB_ENTRIES)
309 #define _IOB_ENTRIES 20 macro
311 #if defined(_IOB_ENTRIES)
314 (size_t)ptr < (size_t)(stdin+_IOB_ENTRIES))

Completed in 72 milliseconds