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

/freebsd-13-stable/crypto/openssl/crypto/ocsp/
H A Docsp_prn.c47 #define table2string(s, tbl) do_table2string(s, tbl, OSSL_NELEM(tbl)) macro
59 return table2string(s, rstat_tbl);
69 return table2string(s, cstat_tbl);
84 return table2string(s, reason_tbl);

Completed in 34 milliseconds