Lines Matching defs:pbAttr
1972 unsigned char *pbAttr;
1992 pbAttr = NULL;
1996 pbAttr = NULL;
2000 pbAttr = SC_xmalloc(&lcHandle, dwAttrLen);
2001 if (!pbAttr)
2006 rv = SCardGetAttrib(myHCard, (MYPCSC_DWORD) dwAttrId, pbAttr, &attrLen);
2022 if (!pbAttr)
2028 out_uint8p(out, pbAttr, dwAttrLen);
2047 unsigned char *pbAttr;
2065 pbAttr = SC_xmalloc(&lcHandle, dwAttrLen);
2066 if (!pbAttr)
2069 in_uint8a(in, pbAttr, dwAttrLen);
2070 rv = SCardSetAttrib(myHCard, (MYPCSC_DWORD) dwAttrId, pbAttr, (MYPCSC_DWORD) dwAttrLen);