Home
last modified time | relevance | path

Searched refs:NUM_COLONS (Results 1 – 1 of 1) sorted by relevance

/external/openssl/crypto/err/
Derr.c887 #define NUM_COLONS 4 in ERR_error_string_n() macro
888 if (len > NUM_COLONS) /* ... if possible */ in ERR_error_string_n()
893 for (i = 0; i < NUM_COLONS; i++) in ERR_error_string_n()
896 if (colon == NULL || colon > &buf[len-1] - NUM_COLONS + i) in ERR_error_string_n()
900 colon = &buf[len-1] - NUM_COLONS + i; in ERR_error_string_n()