-
Notifications
You must be signed in to change notification settings - Fork 4
/
pcsc_legacy_arginfo.h
75 lines (59 loc) · 2.43 KB
/
pcsc_legacy_arginfo.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/* This is a generated file, edit the .stub.php file instead.
* Stub hash: 676b86ff0a1ee4d762d86126e8068f4cb6805272 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_scard_establish_context, 0, 0, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_scard_release_context, 0, 0, 1)
ZEND_ARG_INFO(0, context)
ZEND_END_ARG_INFO()
#define arginfo_scard_is_valid_context arginfo_scard_release_context
#define arginfo_scard_list_readers arginfo_scard_release_context
ZEND_BEGIN_ARG_INFO_EX(arginfo_scard_connect, 0, 0, 2)
ZEND_ARG_INFO(0, context)
ZEND_ARG_INFO(0, reader_name)
ZEND_ARG_INFO(0, preferred_protocol)
ZEND_ARG_INFO(1, current_protocol)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_scard_disconnect, 0, 0, 1)
ZEND_ARG_INFO(0, card)
ZEND_ARG_INFO(0, disposition)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_scard_begin_transaction, 0, 0, 1)
ZEND_ARG_INFO(0, card)
ZEND_END_ARG_INFO()
#define arginfo_scard_end_transaction arginfo_scard_disconnect
ZEND_BEGIN_ARG_INFO_EX(arginfo_scard_transmit, 0, 0, 2)
ZEND_ARG_INFO(0, card)
ZEND_ARG_INFO(0, command)
ZEND_END_ARG_INFO()
#define arginfo_scard_status arginfo_scard_begin_transaction
#define arginfo_scard_last_errno arginfo_scard_establish_context
ZEND_BEGIN_ARG_INFO_EX(arginfo_scard_errstr, 0, 0, 1)
ZEND_ARG_INFO(0, errno)
ZEND_END_ARG_INFO()
ZEND_FUNCTION(scard_establish_context);
ZEND_FUNCTION(scard_release_context);
ZEND_FUNCTION(scard_is_valid_context);
ZEND_FUNCTION(scard_list_readers);
ZEND_FUNCTION(scard_connect);
ZEND_FUNCTION(scard_disconnect);
ZEND_FUNCTION(scard_begin_transaction);
ZEND_FUNCTION(scard_end_transaction);
ZEND_FUNCTION(scard_transmit);
ZEND_FUNCTION(scard_status);
ZEND_FUNCTION(scard_last_errno);
ZEND_FUNCTION(scard_errstr);
static const zend_function_entry ext_functions[] = {
ZEND_FE(scard_establish_context, arginfo_scard_establish_context)
ZEND_FE(scard_release_context, arginfo_scard_release_context)
ZEND_FE(scard_is_valid_context, arginfo_scard_is_valid_context)
ZEND_FE(scard_list_readers, arginfo_scard_list_readers)
ZEND_FE(scard_connect, arginfo_scard_connect)
ZEND_FE(scard_disconnect, arginfo_scard_disconnect)
ZEND_FE(scard_begin_transaction, arginfo_scard_begin_transaction)
ZEND_FE(scard_end_transaction, arginfo_scard_end_transaction)
ZEND_FE(scard_transmit, arginfo_scard_transmit)
ZEND_FE(scard_status, arginfo_scard_status)
ZEND_FE(scard_last_errno, arginfo_scard_last_errno)
ZEND_FE(scard_errstr, arginfo_scard_errstr)
ZEND_FE_END
};