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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ocsp/
H A Docsp_prn.c93 static const char *table2string(long s, const OCSP_TBLSTR *ts, int len) function
112 return table2string(s, rstat_tbl, 6);
122 return table2string(s, cstat_tbl, 3);
137 return table2string(s, reason_tbl, 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_prn.c91 static char *table2string(long s, OCSP_TBLSTR *ts, int len) function
109 return table2string(s, rstat_tbl, 6);
118 return table2string(s, cstat_tbl, 3);
132 return table2string(s, reason_tbl, 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ocsp/
H A Docsp_prn.c93 static const char *table2string(long s, const OCSP_TBLSTR *ts, int len) function
112 return table2string(s, rstat_tbl, 6);
122 return table2string(s, cstat_tbl, 3);
137 return table2string(s, reason_tbl, 8);

Completed in 24 milliseconds