Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpcsc/common/
H A Dlibpcsc.c55 void *pcm_buf; member
148 if ((mem->pcm_buf = malloc(len)) == NULL) { in pcsc_mem_alloc()
159 return (mem->pcm_buf); in pcsc_mem_alloc()
167 if (mem->pcm_buf == buf) { in pcsc_mem_free()
169 free(mem->pcm_buf); in pcsc_mem_free()
304 pcsc_mem_free(hdl, mem->pcm_buf); in SCardReleaseContext()