Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_print.c830 #define BUFFER_INC 1024 macro
845 if (*maxlen > INT_MAX - BUFFER_INC) in doapr_outch()
848 *maxlen += BUFFER_INC; in doapr_outch()
/third_party/openssl/crypto/bio/
H A Dbio_print.c830 #define BUFFER_INC 1024 macro
845 if (*maxlen > INT_MAX - BUFFER_INC) in doapr_outch()
848 *maxlen += BUFFER_INC; in doapr_outch()

Completed in 3 milliseconds