Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dsectransp.c421 size_t cbuf_size = ((size_t)CFStringGetLength(c) * 4) + 1; in CopyCertSubject() local
422 cbuf = calloc(1, cbuf_size); in CopyCertSubject()
424 if(!CFStringGetCString(c, cbuf, (CFIndex)cbuf_size, in CopyCertSubject()
434 failf(data, "SSL: could not allocate %zu bytes of memory", cbuf_size); in CopyCertSubject()

Completed in 23 milliseconds