Lines Matching defs:pctx
107 int nohdr, const ASN1_PCTX *pctx);
110 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
115 const ASN1_PCTX *pctx);
119 const ASN1_PCTX *pctx);
122 const ASN1_ITEM *it, const ASN1_PCTX *pctx)
125 if (pctx == NULL)
126 pctx = &default_pctx;
127 if (pctx->flags & ASN1_PCTX_FLAGS_NO_STRUCT_NAME)
131 return asn1_item_print_ctx(out, &ifld, indent, it, NULL, sname, 0, pctx);
137 int nohdr, const ASN1_PCTX *pctx)
149 parg.pctx = pctx;
156 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_ABSENT) {
157 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
169 it->templates, pctx))
175 if (!asn1_primitive_print(out, fld, it, indent, fname, sname, pctx))
180 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
185 i = ef->asn1_ex_print(out, fld, indent, "", pctx);
207 if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx))
213 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
216 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_SEQUENCE) {
241 indent + 2, seqtt, pctx))
244 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_SEQUENCE) {
265 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx)
271 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_FIELD_STRUCT_NAME)
275 if (pctx->flags & ASN1_PCTX_FLAGS_NO_FIELD_NAME)
296 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_SSOF) {
315 pctx))
321 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_SEQUENCE) {
328 fname, sname, 0, pctx);
333 const ASN1_PCTX *pctx)
345 if (pctx->flags & ASN1_PCTX_FLAGS_NO_STRUCT_NAME)
347 if (pctx->flags & ASN1_PCTX_FLAGS_NO_FIELD_NAME)
436 const ASN1_PCTX *pctx)
444 if (!asn1_print_fsname(out, indent, fname, sname, pctx))
447 return pf->prim_print(out, fld, it, indent, pctx);
463 if (pctx->flags & ASN1_PCTX_FLAGS_NO_ANY_TYPE)
468 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_TYPE)
531 ret = ASN1_STRING_print_ex(out, str, pctx->str_flags);