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

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

Completed in 64 milliseconds