Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/encode_decode/
H A Ddecoder_lib.c826 #define LEVEL_STR ">>>>>>>>>>>>>>>>" in decoder_process() macro
827 #define LEVEL (new_data.recursion < sizeof(LEVEL_STR) \ in decoder_process()
828 ? &LEVEL_STR[sizeof(LEVEL_STR) - new_data.recursion - 1] \ in decoder_process()
829 : LEVEL_STR "...") in decoder_process()