Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpcsc/common/
H A Dlibpcsc.c41 list_t pcsc_autoalloc; member
157 list_insert_tail(&hdl->pcsc_autoalloc, mem); in pcsc_mem_alloc()
165 for (pcsc_mem_t *mem = list_head(&hdl->pcsc_autoalloc); mem != NULL; in pcsc_mem_free()
166 mem = list_next(&hdl->pcsc_autoalloc, mem)) { in pcsc_mem_free()
168 list_remove(&hdl->pcsc_autoalloc, mem); in pcsc_mem_free()
257 list_create(&hdl->pcsc_autoalloc, sizeof (pcsc_mem_t), in SCardEstablishContext()
303 while ((mem = list_head(&hdl->pcsc_autoalloc)) != NULL) { in SCardReleaseContext()
306 list_destroy(&hdl->pcsc_autoalloc); in SCardReleaseContext()