Searched refs:SPACE (Results 1 – 2 of 2) sorted by relevance
/openssl-master/crypto/bio/ |
A D | bio_dump.c | 20 #define SPACE(buf, pos, n) (sizeof(buf) - (pos) > (n)) macro 51 if (SPACE(buf, n, 3)) { in BIO_dump_indent_cb() 62 if (SPACE(buf, n, 2)) { in BIO_dump_indent_cb() 69 if (SPACE(buf, n, 1)) { in BIO_dump_indent_cb() 81 if (SPACE(buf, n, 1)) { in BIO_dump_indent_cb()
|
/openssl-master/ |
A D | CHANGES.md | 15208 " > SPACE. Changed script to store unquoted versions of
|
Completed in 23 milliseconds