Searched refs:bit2str (Results 1 – 3 of 3) sorted by relevance
37 #define BIT2STR(b) bit2str(b, sizeof(b)<<3)46 extern char *bit2str __P((int, int));
96 bit2str(n, bl) in bit2str() function
218 static const char *bit2str(const char *beg, const char *end) in bit2str() function566 return bit2str(elem->beg, elem->end); in Curl_ASN1tostr()