Lines Matching refs:dynbuf
50 #include "dynbuf.h"
268 static CURLcode bool2str(struct dynbuf *store,
281 static CURLcode octet2str(struct dynbuf *store,
292 static CURLcode bit2str(struct dynbuf *store,
307 static CURLcode int2str(struct dynbuf *store,
332 * The result is stored in a dynbuf that is inited by the user of this
338 utf8asn1str(struct dynbuf *to, int type, const char *from, const char *end)
420 static CURLcode encodeOID(struct dynbuf *store,
456 static CURLcode OID2str(struct dynbuf *store,
462 struct dynbuf buf;
479 static CURLcode GTime2str(struct dynbuf *store,
550 static CURLcode UTime2str(struct dynbuf *store,
593 static CURLcode ASN1tostr(struct dynbuf *store,
645 * ASCII encode distinguished name at `dn' into the store dynbuf.
649 static CURLcode encodeDN(struct dynbuf *store, struct Curl_asn1Element *dn)
661 struct dynbuf temp;
855 static CURLcode dumpAlgo(struct dynbuf *store,
893 * dynbuf value.
900 struct dynbuf *ptr)
919 struct dynbuf out;
1039 static CURLcode DNtostr(struct dynbuf *store,
1054 struct dynbuf out;