PHP 8.0.30
Preview: z-charneg.h Size: 5.00 KB
//usr/include/yaz/z-charneg.h

/** \file z-charneg.h
    \brief ASN.1 Module NegotiationRecordDefinition-charSetandLanguageNegotiation-3

    Generated automatically by YAZ ASN.1 Compiler 0.4
*/

#ifndef z_charneg_H
#define z_charneg_H

#include <yaz/odr.h>
#include <yaz/z-exp.h>
#ifdef __cplusplus
extern "C" {
#endif

typedef struct Z_CharSetandLanguageNegotiation Z_CharSetandLanguageNegotiation;
YAZ_EXPORT int z_CharSetandLanguageNegotiation(ODR o, Z_CharSetandLanguageNegotiation **p, int opt, const char *name);

typedef struct Z_OriginProposal_0 Z_OriginProposal_0;
YAZ_EXPORT int z_OriginProposal_0(ODR o, Z_OriginProposal_0 **p, int opt, const char *name);

typedef struct Z_OriginProposal Z_OriginProposal;
YAZ_EXPORT int z_OriginProposal(ODR o, Z_OriginProposal **p, int opt, const char *name);

typedef struct Z_TargetResponse Z_TargetResponse;
YAZ_EXPORT int z_TargetResponse(ODR o, Z_TargetResponse **p, int opt, const char *name);

typedef struct Z_PrivateCharacterSetViaOid Z_PrivateCharacterSetViaOid;
YAZ_EXPORT int z_PrivateCharacterSetViaOid(ODR o, Z_PrivateCharacterSetViaOid **p, int opt, const char *name);

typedef struct Z_PrivateCharacterSet Z_PrivateCharacterSet;
YAZ_EXPORT int z_PrivateCharacterSet(ODR o, Z_PrivateCharacterSet **p, int opt, const char *name);

typedef struct Z_Iso2022OriginProposal Z_Iso2022OriginProposal;
YAZ_EXPORT int z_Iso2022OriginProposal(ODR o, Z_Iso2022OriginProposal **p, int opt, const char *name);

typedef struct Z_Iso2022TargetResponse Z_Iso2022TargetResponse;
YAZ_EXPORT int z_Iso2022TargetResponse(ODR o, Z_Iso2022TargetResponse **p, int opt, const char *name);

typedef struct Z_Iso2022 Z_Iso2022;
YAZ_EXPORT int z_Iso2022(ODR o, Z_Iso2022 **p, int opt, const char *name);

typedef struct Z_Environment Z_Environment;
YAZ_EXPORT int z_Environment(ODR o, Z_Environment **p, int opt, const char *name);

typedef struct Z_InitialSet Z_InitialSet;
YAZ_EXPORT int z_InitialSet(ODR o, Z_InitialSet **p, int opt, const char *name);

typedef struct Z_LeftAndRight Z_LeftAndRight;
YAZ_EXPORT int z_LeftAndRight(ODR o, Z_LeftAndRight **p, int opt, const char *name);

typedef struct Z_Iso10646 Z_Iso10646;
YAZ_EXPORT int z_Iso10646(ODR o, Z_Iso10646 **p, int opt, const char *name);
#ifdef __cplusplus
}
#endif
#ifdef __cplusplus
extern "C" {
#endif
struct Z_CharSetandLanguageNegotiation {
	int which;
	union {
		Z_OriginProposal *proposal;
		Z_TargetResponse *response;
#define Z_CharSetandLanguageNegotiation_proposal 1
#define Z_CharSetandLanguageNegotiation_response 2
	} u;
};

struct Z_OriginProposal_0 {
	int which;
	union {
		Z_Iso2022 *iso2022;
		Z_Iso10646 *iso10646;
		Z_PrivateCharacterSet *zprivate;
#define Z_OriginProposal_0_iso2022 1
#define Z_OriginProposal_0_iso10646 2
#define Z_OriginProposal_0_private 3
	} u;
};

struct Z_OriginProposal {
	int num_proposedCharSets;
	Z_OriginProposal_0 **proposedCharSets; /* OPT */
	int num_proposedlanguages;
	Z_LanguageCode **proposedlanguages; /* OPT */
	Odr_bool *recordsInSelectedCharSets; /* OPT */
};

struct Z_TargetResponse {
	int which;
	union {
		Z_Iso2022 *iso2022;
		Z_Iso10646 *iso10646;
		Z_PrivateCharacterSet *zprivate;
		Odr_null *none;
#define Z_TargetResponse_iso2022 1
#define Z_TargetResponse_iso10646 2
#define Z_TargetResponse_private 3
#define Z_TargetResponse_none 4
	} u; /* OPT */
	Z_LanguageCode *selectedLanguage; /* OPT */
	Odr_bool *recordsInSelectedCharSets; /* OPT */
};

struct Z_PrivateCharacterSetViaOid {
	int num;
	Odr_oid **elements;
};

struct Z_PrivateCharacterSet {
	int which;
	union {
		Z_PrivateCharacterSetViaOid *viaOid;
		Z_External *externallySpecified;
		Odr_null *previouslyAgreedUpon;
#define Z_PrivateCharacterSet_viaOid 1
#define Z_PrivateCharacterSet_externallySpecified 2
#define Z_PrivateCharacterSet_previouslyAgreedUpon 3
	} u;
};

struct Z_Iso2022OriginProposal {
	Z_Environment *proposedEnvironment; /* OPT */
	int num_proposedSets;
	Odr_int **proposedSets;
	int num_proposedInitialSets;
	Z_InitialSet **proposedInitialSets;
	Z_LeftAndRight *proposedLeftAndRight;
};

struct Z_Iso2022TargetResponse {
	Z_Environment *selectedEnvironment;
	int num_selectedSets;
	Odr_int **selectedSets;
	Z_InitialSet *selectedinitialSet;
	Z_LeftAndRight *selectedLeftAndRight;
};

struct Z_Iso2022 {
	int which;
	union {
		Z_Iso2022OriginProposal *originProposal;
		Z_Iso2022TargetResponse *targetResponse;
#define Z_Iso2022_originProposal 1
#define Z_Iso2022_targetResponse 2
	} u;
};

struct Z_Environment {
	int which;
	union {
		Odr_null *sevenBit;
		Odr_null *eightBit;
#define Z_Environment_sevenBit 1
#define Z_Environment_eightBit 2
	} u;
};

struct Z_InitialSet {
	Odr_int *g0; /* OPT */
	Odr_int *g1; /* OPT */
	Odr_int *g2; /* OPT */
	Odr_int *g3; /* OPT */
	Odr_int *c0;
	Odr_int *c1; /* OPT */
};

struct Z_LeftAndRight {
#define Z_LeftAndRight_g0 0
#define Z_LeftAndRight_g1 1
#define Z_LeftAndRight_g2 2
#define Z_LeftAndRight_g3 3
	Odr_int *gLeft;
#define Z_LeftAndRight_g1 1
#define Z_LeftAndRight_g2 2
#define Z_LeftAndRight_g3 3
	Odr_int *gRight; /* OPT */
};

struct Z_Iso10646 {
	Odr_oid *collections; /* OPT */
	Odr_oid *encodingLevel;
};

#ifdef __cplusplus
}
#endif
#endif

Directory Contents

Dirs: 0 × Files: 113

Name Size Perms Modified Actions
15.20 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.08 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.39 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
11.26 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.73 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.73 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
7.06 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.27 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.01 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
14.82 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.53 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
10.14 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
3.66 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
4.87 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
2.18 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.24 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.63 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.16 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.08 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
7.56 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
46.03 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
2.43 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
1.87 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
6.66 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
8.40 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.44 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
16.52 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.59 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.20 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
4.36 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
7.42 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.08 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
1.63 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
11.81 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
6.25 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
8.62 KB lrw-r--r-- 2015-06-24 15:17:50
Edit Download
3.23 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.11 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.42 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.01 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.50 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
8.28 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
6.22 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.38 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.43 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.21 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
5.41 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.55 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
5.24 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.82 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.85 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.35 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.09 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.13 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.36 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.76 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
4.37 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.64 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
12.04 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
1.89 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.36 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.84 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
4.32 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.65 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.13 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.21 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.71 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
4.05 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.04 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.60 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
9.26 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
5.30 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.24 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
1.90 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.02 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
3.06 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.11 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
4.27 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
4.51 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
2.83 KB lrw-r--r-- 2020-03-31 07:32:04
Edit Download
2.28 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
857 B lrw-r--r-- 2015-06-24 15:17:53
Edit Download
3.51 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
1.10 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
5.00 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
39.23 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
2.77 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
8.69 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
3.77 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
1.05 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
29.88 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
941 B lrw-r--r-- 2015-06-24 15:17:53
Edit Download
4.37 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
877 B lrw-r--r-- 2015-06-24 15:17:53
Edit Download
792 B lrw-r--r-- 2015-06-24 15:17:53
Edit Download
2.85 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
1.65 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
820 B lrw-r--r-- 2015-06-24 15:17:53
Edit Download
1.32 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
643 B lrw-r--r-- 2015-06-24 15:17:53
Edit Download
2.42 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
1.19 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
2.95 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
3.02 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
2.72 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
3.61 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
2.26 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
3.46 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
2.01 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
4.93 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
4.45 KB lrw-r--r-- 2015-06-24 15:17:53
Edit Download
4.84 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download
17.90 KB lrw-r--r-- 2015-06-24 09:19:38
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).