Home
last modified time | relevance | path

Searched refs:asn1_enc_string_max (Results 1 – 7 of 7) sorted by relevance

/dports/misc/libpri/libpri-1.6.0/
H A Drose_qsig_ct.c68 ASN1_CALL(pos, asn1_enc_string_max(pos, end, ASN1_TYPE_NUMERIC_STRING, in rose_enc_qsig_CallTransferIdentify_RES()
101 ASN1_CALL(pos, asn1_enc_string_max(pos, end, ASN1_TYPE_NUMERIC_STRING, in rose_enc_qsig_CallTransferInitiate_ARG()
134 ASN1_CALL(pos, asn1_enc_string_max(pos, end, ASN1_TYPE_NUMERIC_STRING, in rose_enc_qsig_CallTransferSetup_ARG()
H A Drose_qsig_mwi.c76 ASN1_CALL(pos, asn1_enc_string_max(pos, end, ASN1_CLASS_CONTEXT_SPECIFIC | 2, in rose_enc_qsig_MsgCentreId()
128 ASN1_CALL(pos, asn1_enc_string_max(pos, end, ASN1_TYPE_GENERALIZED_TIME, in rose_enc_qsig_MWIActivate_ARG()
256 ASN1_CALL(pos, asn1_enc_string_max(pos, end, ASN1_TYPE_GENERALIZED_TIME, in rose_enc_qsig_MWIInterrogateResElt()
H A Dasn1.h246 unsigned char *asn1_enc_string_max(unsigned char *pos, unsigned char *end, unsigned tag,
H A Drose_qsig_aoc.c133 ASN1_CALL(pos, asn1_enc_string_max(pos, end, ASN1_CLASS_CONTEXT_SPECIFIC | 1, in rose_enc_qsig_AOC_RecordedCurrency()
166 ASN1_CALL(pos, asn1_enc_string_max(pos, end, ASN1_CLASS_CONTEXT_SPECIFIC | 1, in rose_enc_qsig_AOC_DurationCurrency()
207 ASN1_CALL(pos, asn1_enc_string_max(pos, end, ASN1_CLASS_CONTEXT_SPECIFIC | 1, in rose_enc_qsig_AOC_FlatRateCurrency()
240 ASN1_CALL(pos, asn1_enc_string_max(pos, end, ASN1_CLASS_CONTEXT_SPECIFIC | 1, in rose_enc_qsig_AOC_VolumeRateCurrency()
H A Drose_etsi_aoc.c133 ASN1_CALL(pos, asn1_enc_string_max(pos, end, ASN1_CLASS_CONTEXT_SPECIFIC | 1, in rose_enc_etsi_AOC_RecordedCurrency()
166 ASN1_CALL(pos, asn1_enc_string_max(pos, end, ASN1_CLASS_CONTEXT_SPECIFIC | 1, in rose_enc_etsi_AOC_DurationCurrency()
207 ASN1_CALL(pos, asn1_enc_string_max(pos, end, ASN1_CLASS_CONTEXT_SPECIFIC | 1, in rose_enc_etsi_AOC_FlatRateCurrency()
240 ASN1_CALL(pos, asn1_enc_string_max(pos, end, ASN1_CLASS_CONTEXT_SPECIFIC | 1, in rose_enc_etsi_AOC_VolumeRateCurrency()
H A Drose_etsi_mwi.c123 ASN1_CALL(pos, asn1_enc_string_max(pos, end, ASN1_TYPE_GENERALIZED_TIME, in rose_enc_etsi_MWIActivate_ARG()
237 ASN1_CALL(pos, asn1_enc_string_max(pos, end, ASN1_TYPE_GENERALIZED_TIME, in rose_enc_etsi_MWIIndicate_ARG()
H A Dasn1_primitive.c1293 unsigned char *asn1_enc_string_max(unsigned char *pos, unsigned char *end, unsigned tag, in asn1_enc_string_max() function