Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpcsc/common/
H A Dlibpcsc.c43 } pcsc_hdl_t; typedef
47 pcsc_hdl_t *pcc_hdl;
140 pcsc_mem_alloc(pcsc_hdl_t *hdl, size_t len) in pcsc_mem_alloc()
163 pcsc_mem_free(pcsc_hdl_t *hdl, void *buf) in pcsc_mem_free()
182 pcsc_card_alloc(pcsc_hdl_t *hdl, const char *reader) in pcsc_card_alloc()
229 pcsc_hdl_t *hdl = card->pcc_hdl; in pcsc_card_free()
243 pcsc_hdl_t *hdl; in SCardEstablishContext()
253 hdl = calloc(1, sizeof (pcsc_hdl_t)); in SCardEstablishContext()
301 pcsc_hdl_t *hdl = arg; in SCardReleaseContext()
345 pcsc_hdl_t *hdl = arg; in SCardListReaders()
[all …]