Lines Matching refs:context_bytes

62     int context_bytes;  /* client context bytes */  member
258 scard_send_cancel(0, context->context, context->context_bytes); in free_uds_client()
260 context->context_bytes); in free_uds_client()
274 char *context, int context_bytes) in uds_client_add_context() argument
289 pcscContext->context_bytes = context_bytes; in uds_client_add_context()
290 g_memcpy(pcscContext->context, context, context_bytes); in uds_client_add_context()
459 int context_bytes; in scard_function_establish_context_return() local
486 in_uint32_le(in_s, context_bytes); in scard_function_establish_context_return()
487 if (context_bytes > 16) in scard_function_establish_context_return()
490 "context_bytes %d", context_bytes); in scard_function_establish_context_return()
491 LOG_DEVEL_HEXDUMP(LOG_LEVEL_TRACE, "", in_s->p, context_bytes); in scard_function_establish_context_return()
494 in_uint8a(in_s, context, context_bytes); in scard_function_establish_context_return()
495 lcontext = uds_client_add_context(uds_client, context, context_bytes); in scard_function_establish_context_return()
535 lcontext->context_bytes); in scard_process_release_context()
633 lcontext->context_bytes, groups, cchReaders, 1); in scard_process_list_readers()
772 scard_send_connect(user_data, lcontext->context, lcontext->context_bytes, in scard_process_connect()
866 lcontext->context, lcontext->context_bytes, in scard_process_disconnect()
931 lcontext->context, lcontext->context_bytes, in scard_process_begin_transaction()
999 lcontext->context, lcontext->context_bytes, in scard_process_end_transaction()
1112 lcontext->context, lcontext->context_bytes, in scard_process_transmit()
1231 scard_send_control(user_data, lcontext->context, lcontext->context_bytes, in scard_process_control()
1329 lcontext->context, lcontext->context_bytes, in scard_process_status()
1523 lcontext->context, lcontext->context_bytes, in scard_process_get_status_change()
1622 scard_send_cancel(user_data, lcontext->context, lcontext->context_bytes); in scard_process_cancel()