Lines Matching refs:pctx

160                                int nohdr, const ASN1_PCTX *pctx);
163 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
168 const ASN1_PCTX *pctx);
172 const ASN1_PCTX *pctx);
175 const ASN1_ITEM *it, const ASN1_PCTX *pctx)
178 if (pctx == NULL)
179 pctx = &default_pctx;
180 if (pctx->flags & ASN1_PCTX_FLAGS_NO_STRUCT_NAME)
184 return asn1_item_print_ctx(out, &ifld, indent, it, NULL, sname, 0, pctx);
190 int nohdr, const ASN1_PCTX *pctx)
202 parg.pctx = pctx;
209 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_ABSENT) {
210 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
222 it->templates, pctx))
228 if (!asn1_primitive_print(out, fld, it, indent, fname, sname, pctx))
233 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
238 i = ef->asn1_ex_print(out, fld, indent, "", pctx);
251 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
264 if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx))
270 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
273 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_SEQUENCE) {
298 indent + 2, seqtt, pctx))
301 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_SEQUENCE) {
322 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx)
327 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_FIELD_STRUCT_NAME)
331 if (pctx->flags & ASN1_PCTX_FLAGS_NO_FIELD_NAME)
342 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_SSOF) {
361 pctx))
366 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_SEQUENCE) {
373 fname, sname, 0, pctx);
378 const ASN1_PCTX *pctx)
395 if (pctx->flags & ASN1_PCTX_FLAGS_NO_STRUCT_NAME)
397 if (pctx->flags & ASN1_PCTX_FLAGS_NO_FIELD_NAME)
420 const ASN1_PCTX *pctx)
445 const ASN1_PCTX *pctx)
459 const ASN1_PCTX *pctx)
473 const ASN1_PCTX *pctx)
490 const ASN1_PCTX *pctx)
498 if (!asn1_print_fsname(out, indent, fname, sname, pctx))
501 return pf->prim_print(out, fld, it, indent, pctx);
517 if (pctx->flags & ASN1_PCTX_FLAGS_NO_ANY_TYPE)
522 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_TYPE)
547 ret = asn1_print_boolean_ctx(out, boolval, pctx);
553 ret = asn1_print_integer_ctx(out, str, pctx);
565 ret = asn1_print_oid_ctx(out, (const ASN1_OBJECT *)*fld, pctx);
570 ret = asn1_print_obstring_ctx(out, str, indent, pctx);
585 ret = ASN1_STRING_print_ex(out, str, pctx->str_flags);