File: php_lasso.h

package info (click to toggle)
lasso 0.6.5-3
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 15,328 kB
  • ctags: 25,361
  • sloc: ansic: 187,091; sh: 8,908; java: 7,434; perl: 4,258; python: 3,610; makefile: 1,202; xml: 82; php: 6
file content (643 lines) | stat: -rw-r--r-- 36,378 bytes parent folder | download | duplicates (2)
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 1.3.28
 * 
 * This file is not intended to be easily readable and contains a number of 
 * coding conventions designed to improve portability and efficiency. Do not make
 * changes to this file unless you know what you are doing--modify the SWIG 
 * interface file instead. 
 * ----------------------------------------------------------------------------- */

/*
  +----------------------------------------------------------------------+
  | PHP version 4.0                                                      |
  +----------------------------------------------------------------------+
  | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group             |
  +----------------------------------------------------------------------+
  | This source file is subject to version 2.02 of the PHP license,      |
  | that is bundled with this package in the file LICENSE, and is        |
  | available at through the world-wide-web at                           |
  | http://www.php.net/license/2_02.txt.                                 |
  | If you did not receive a copy of the PHP license and are unable to   |
  | obtain it through the world-wide-web, please send a note to          |
  | license@php.net so we can mail you a copy immediately.               |
  +----------------------------------------------------------------------+
  | Authors:                                                             |
  |                                                                      |
  +----------------------------------------------------------------------+
 */


#ifndef PHP_LASSO_H
#define PHP_LASSO_H

extern zend_module_entry lasso_module_entry;
#define phpext_lasso_ptr &lasso_module_entry

#ifdef PHP_WIN32
# define PHP_LASSO_API __declspec(dllexport)
#else
# define PHP_LASSO_API
#endif

PHP_MINIT_FUNCTION(lasso);
PHP_MSHUTDOWN_FUNCTION(lasso);
PHP_RINIT_FUNCTION(lasso);
PHP_RSHUTDOWN_FUNCTION(lasso);
PHP_MINFO_FUNCTION(lasso);

ZEND_NAMED_FUNCTION(_wrap_lasso_init);
ZEND_NAMED_FUNCTION(_wrap_lasso_shutdown);
ZEND_NAMED_FUNCTION(_wrap_lasso_check_version);
ZEND_NAMED_FUNCTION(_wrap_lasso_register_dst_service);
ZEND_NAMED_FUNCTION(_wrap_new_LassoNode);
ZEND_NAMED_FUNCTION(_wrap_new_LassoNode);
ZEND_NAMED_FUNCTION(_wrap_LassoNode_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoNode_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoNodeList);
ZEND_NAMED_FUNCTION(_wrap_new_LassoNodeList);
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_append);
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_append);
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_cast);
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_cast);
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_frompointer);
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_frompointer);
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_getItem);
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_getItem);
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_length);
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_length);
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_setItem);
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_setItem);
ZEND_NAMED_FUNCTION(_wrap_new_LassoStringList);
ZEND_NAMED_FUNCTION(_wrap_new_LassoStringList);
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_append);
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_append);
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_cast);
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_cast);
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_frompointer);
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_frompointer);
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_getItem);
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_getItem);
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_length);
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_length);
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_setItem);
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_setItem);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAdvice);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAdvice);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAdvice_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAdvice_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAssertion);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAssertion);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAssertion_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAssertion_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttribute);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttribute);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttribute_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttribute_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttributeDesignator);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttributeDesignator);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttributeDesignator_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttributeDesignator_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttributeStatement);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttributeStatement);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttributeStatement_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttributeStatement_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttributeValue);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttributeValue);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttributeValue_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttributeValue_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAudienceRestrictionCondition);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAudienceRestrictionCondition);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAudienceRestrictionCondition_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAudienceRestrictionCondition_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAuthenticationStatement);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAuthenticationStatement);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAuthenticationStatement_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAuthenticationStatement_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAuthorityBinding);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAuthorityBinding);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAuthorityBinding_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAuthorityBinding_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlConditionAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlConditionAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlConditions);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlConditions);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlConditions_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlConditions_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlNameIdentifier);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlNameIdentifier);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlNameIdentifier_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlNameIdentifier_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlStatementAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlStatementAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubject);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubject);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubject_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubject_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubjectConfirmation);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubjectConfirmation);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectConfirmation_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectConfirmation_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubjectLocality);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubjectLocality);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectLocality_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectLocality_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubjectStatement);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubjectStatement);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectStatement_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectStatement_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectStatementAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectStatementAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpRequest);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpRequestAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpRequestAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpResponse);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpResponse);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpResponse_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpResponse_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpResponseAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpResponseAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpStatus);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpStatus);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpStatus_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpStatus_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpStatusCode);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpStatusCode);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpStatusCode_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpStatusCode_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibAssertion);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibAssertion);
ZEND_NAMED_FUNCTION(_wrap_LassoLibAssertion_newFull);
ZEND_NAMED_FUNCTION(_wrap_LassoLibAssertion_newFull);
ZEND_NAMED_FUNCTION(_wrap_LassoLibAssertion_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoLibAssertion_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibAuthnRequest);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibAuthnRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoLibAuthnRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoLibAuthnRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibAuthnResponse);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibAuthnResponse);
ZEND_NAMED_FUNCTION(_wrap_LassoLibAuthnResponse_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoLibAuthnResponse_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibFederationTerminationNotification);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibFederationTerminationNotification);
ZEND_NAMED_FUNCTION(_wrap_LassoLibFederationTerminationNotification_newFull);
ZEND_NAMED_FUNCTION(_wrap_LassoLibFederationTerminationNotification_newFull);
ZEND_NAMED_FUNCTION(_wrap_LassoLibFederationTerminationNotification_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoLibFederationTerminationNotification_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibLogoutRequest);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibLogoutRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutRequest_newFull);
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutRequest_newFull);
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibLogoutResponse);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibLogoutResponse);
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutResponse_newFull);
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutResponse_newFull);
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutResponse_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutResponse_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibRegisterNameIdentifierRequest);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibRegisterNameIdentifierRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierRequest_newFull);
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierRequest_newFull);
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibRegisterNameIdentifierResponse);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibRegisterNameIdentifierResponse);
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierResponse_newFull);
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierResponse_newFull);
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierResponse_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierResponse_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibRequestAuthnContext);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibRequestAuthnContext);
ZEND_NAMED_FUNCTION(_wrap_LassoLibRequestAuthnContext_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoLibRequestAuthnContext_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibStatusResponse);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibStatusResponse);
ZEND_NAMED_FUNCTION(_wrap_LassoLibStatusResponse_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoLibStatusResponse_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoProvider);
ZEND_NAMED_FUNCTION(_wrap_new_LassoProvider);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_newFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_newFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_acceptHttpMethod);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_acceptHttpMethod);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getAssertionConsumerServiceUrl);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getAssertionConsumerServiceUrl);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getBase64SuccinctId);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getBase64SuccinctId);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getOrganization);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getOrganization);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getFirstHttpMethod);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getFirstHttpMethod);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getMetadataOne);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getMetadataOne);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_hasProtocolProfile);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_hasProtocolProfile);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getProtocolConformance);
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getProtocolConformance);
ZEND_NAMED_FUNCTION(_wrap_new_LassoServer);
ZEND_NAMED_FUNCTION(_wrap_new_LassoServer);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_newFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_newFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_acceptHttpMethod);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_acceptHttpMethod);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getAssertionConsumerServiceUrl);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getAssertionConsumerServiceUrl);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getBase64SuccinctId);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getBase64SuccinctId);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getOrganization);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getOrganization);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getFirstHttpMethod);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getFirstHttpMethod);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getMetadataOne);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getMetadataOne);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_hasProtocolProfile);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_hasProtocolProfile);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getProtocolConformance);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getProtocolConformance);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_addProvider);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_addProvider);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getProvider);
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getProvider);
ZEND_NAMED_FUNCTION(_wrap_new_LassoFederation);
ZEND_NAMED_FUNCTION(_wrap_new_LassoFederation);
ZEND_NAMED_FUNCTION(_wrap_LassoFederation_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoFederation_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoFederation_buildLocalNameIdentifier);
ZEND_NAMED_FUNCTION(_wrap_LassoFederation_buildLocalNameIdentifier);
ZEND_NAMED_FUNCTION(_wrap_LassoFederation_verifyNameIdentifier);
ZEND_NAMED_FUNCTION(_wrap_LassoFederation_verifyNameIdentifier);
ZEND_NAMED_FUNCTION(_wrap_new_LassoIdentity);
ZEND_NAMED_FUNCTION(_wrap_new_LassoIdentity);
ZEND_NAMED_FUNCTION(_wrap_LassoIdentity_newFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoIdentity_newFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoIdentity_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoIdentity_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoIdentity_getFederation);
ZEND_NAMED_FUNCTION(_wrap_LassoIdentity_getFederation);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSession);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSession);
ZEND_NAMED_FUNCTION(_wrap_LassoSession_newFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoSession_newFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoSession_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSession_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSession_getAssertions);
ZEND_NAMED_FUNCTION(_wrap_LassoSession_getAssertions);
ZEND_NAMED_FUNCTION(_wrap_lasso_getRequestTypeFromSoapMsg);
ZEND_NAMED_FUNCTION(_wrap_lasso_isLibertyQuery);
ZEND_NAMED_FUNCTION(_wrap_new_LassoDefederation);
ZEND_NAMED_FUNCTION(_wrap_new_LassoDefederation);
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_setIdentityFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_setIdentityFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_setSessionFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_setSessionFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_buildNotificationMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_buildNotificationMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_initNotification);
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_initNotification);
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_processNotificationMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_processNotificationMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_validateNotification);
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_validateNotification);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLogin);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLogin);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_newFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_newFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_setIdentityFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_setIdentityFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_setSessionFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_setSessionFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_acceptSso);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_acceptSso);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildArtifactMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildArtifactMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildAssertion);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildAssertion);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildAuthnRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildAuthnRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildAuthnResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildAuthnResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_initAuthnRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_initAuthnRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_initRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_initRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_initIdpInitiatedAuthnRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_initIdpInitiatedAuthnRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_mustAskForConsent);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_mustAskForConsent);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_mustAuthenticate);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_mustAuthenticate);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processAuthnRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processAuthnRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processAuthnResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processAuthnResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_setResourceId);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_setResourceId);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_validateRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_validateRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLogout);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLogout);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_newFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_newFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_setIdentityFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_setIdentityFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_setSessionFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_setSessionFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_buildRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_buildRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_buildResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_buildResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_getNextProviderId);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_getNextProviderId);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_initRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_initRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_processRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_processRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_processResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_processResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_resetProviderIdIndex);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_resetProviderIdIndex);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_validateRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_validateRequest);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLecp);
ZEND_NAMED_FUNCTION(_wrap_new_LassoLecp);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_setIdentityFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_setIdentityFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_setSessionFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_setSessionFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAssertion);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAssertion);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_setResourceId);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_setResourceId);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_validateRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_validateRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnRequestEnvelopeMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnRequestEnvelopeMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnResponseEnvelopeMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnResponseEnvelopeMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_initAuthnRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_initAuthnRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_processAuthnRequestEnvelopeMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_processAuthnRequestEnvelopeMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_processAuthnRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_processAuthnRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_processAuthnResponseEnvelopeMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_processAuthnResponseEnvelopeMsg);
ZEND_NAMED_FUNCTION(_wrap_new_LassoNameIdentifierMapping);
ZEND_NAMED_FUNCTION(_wrap_new_LassoNameIdentifierMapping);
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_setIdentityFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_setIdentityFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_setSessionFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_setSessionFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_buildRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_buildRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_buildResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_buildResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_initRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_initRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_processRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_processRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_processResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_processResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_validateRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_validateRequest);
ZEND_NAMED_FUNCTION(_wrap_new_LassoNameRegistration);
ZEND_NAMED_FUNCTION(_wrap_new_LassoNameRegistration);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_newFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_newFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_setIdentityFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_setIdentityFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_setSessionFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_setSessionFromDump);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_buildRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_buildRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_buildResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_buildResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_initRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_initRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_processRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_processRequestMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_processResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_processResponseMsg);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_validateRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_validateRequest);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2NameIDPolicy);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2NameIDPolicy);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2NameIDPolicy_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2NameIDPolicy_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2RequestedAuthnContext);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2RequestedAuthnContext);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2RequestedAuthnContext_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2RequestedAuthnContext_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Assertion);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Assertion);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Assertion_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Assertion_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2IDPList);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2IDPList);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2IDPList_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2IDPList_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2KeyInfoConfirmationData);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2KeyInfoConfirmationData);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2KeyInfoConfirmationData_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2KeyInfoConfirmationData_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Conditions);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Conditions);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Conditions_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Conditions_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Evidence);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Evidence);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Evidence_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Evidence_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2NameID);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2NameID);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2NameID_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2NameID_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2StatusCode);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2StatusCode);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2StatusCode_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2StatusCode_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Status);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Status);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Status_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Status_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2ConditionAbstract);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2ConditionAbstract);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2ConditionAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2ConditionAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2OneTimeUse);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2OneTimeUse);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2OneTimeUse_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2OneTimeUse_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Advice);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Advice);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Advice_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Advice_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2BaseIDAbstract);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2BaseIDAbstract);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2BaseIDAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2BaseIDAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AuthnContext);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AuthnContext);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AuthnContext_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AuthnContext_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2SubjectLocality);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2SubjectLocality);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2SubjectLocality_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2SubjectLocality_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2SubjectConfirmationData);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2SubjectConfirmationData);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2SubjectConfirmationData_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2SubjectConfirmationData_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2SubjectConfirmation);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2SubjectConfirmation);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2SubjectConfirmation_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2SubjectConfirmation_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2ProxyRestriction);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2ProxyRestriction);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2ProxyRestriction_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2ProxyRestriction_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2StatementAbstract);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2StatementAbstract);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2StatementAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2StatementAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AuthnStatement);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AuthnStatement);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AuthnStatement_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AuthnStatement_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AttributeStatement);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AttributeStatement);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AttributeStatement_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AttributeStatement_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2IDPEntry);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2IDPEntry);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2IDPEntry_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2IDPEntry_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Extensions);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Extensions);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Extensions_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Extensions_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Action);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Action);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Action_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Action_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2StatusResponse);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2StatusResponse);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2StatusResponse_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2StatusResponse_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Response);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Response);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Response_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Response_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2ArtifactResponse);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2ArtifactResponse);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2ArtifactResponse_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2ArtifactResponse_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2RequestAbstract);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2RequestAbstract);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2RequestAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2RequestAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AssertionIDRequest);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AssertionIDRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AssertionIDRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AssertionIDRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2ArtifactResolve);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2ArtifactResolve);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2ArtifactResolve_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2ArtifactResolve_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2NameIDMappingRequest);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2NameIDMappingRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2NameIDMappingRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2NameIDMappingRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AuthnRequest);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AuthnRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AuthnRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AuthnRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2SubjectQueryAbstract);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2SubjectQueryAbstract);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2SubjectQueryAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2SubjectQueryAbstract_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AuthzDecisionQuery);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AuthzDecisionQuery);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AuthzDecisionQuery_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AuthzDecisionQuery_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AttributeQuery);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AttributeQuery);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AttributeQuery_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AttributeQuery_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AudienceRestriction);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AudienceRestriction);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AudienceRestriction_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AudienceRestriction_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2LogoutRequest);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2LogoutRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2LogoutRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2LogoutRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AuthnQuery);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AuthnQuery);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AuthnQuery_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AuthnQuery_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Attribute);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Attribute);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Attribute_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Attribute_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Terminate);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Terminate);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Terminate_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Terminate_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2StatusDetail);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2StatusDetail);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2StatusDetail_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2StatusDetail_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AuthzDecisionStatement);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AuthzDecisionStatement);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AuthzDecisionStatement_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AuthzDecisionStatement_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2NameIDMappingResponse);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2NameIDMappingResponse);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2NameIDMappingResponse_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2NameIDMappingResponse_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2EncryptedElement);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2EncryptedElement);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2EncryptedElement_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2EncryptedElement_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2ManageNameIDRequest);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2ManageNameIDRequest);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2ManageNameIDRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2ManageNameIDRequest_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Scoping);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Scoping);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Scoping_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Scoping_dump);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Subject);
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Subject);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Subject_dump);
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Subject_dump);
#endif /* PHP_LASSO_H */