Home
last modified time | relevance | path

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

/curl/lib/
H A Dsockaddr.h39 char cbuf[256]; /* this should be big enough to fit a lot */ member
/curl/lib/vtls/
H A Dsectransp.c402 char *cbuf = NULL; in CopyCertSubject() local
422 cbuf = calloc(1, cbuf_size); in CopyCertSubject()
423 if(cbuf) { in CopyCertSubject()
424 if(!CFStringGetCString(c, cbuf, (CFIndex)cbuf_size, in CopyCertSubject()
431 *certp = cbuf; in CopyCertSubject()
439 free(cbuf); in CopyCertSubject()

Completed in 13 milliseconds