Home | History | Annotate | Download | only in asn1

Lines Matching refs:pctx

162 				int nohdr, const ASN1_PCTX *pctx);
165 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
170 const ASN1_PCTX *pctx);
174 const ASN1_PCTX *pctx);
177 const ASN1_ITEM *it, const ASN1_PCTX *pctx)
180 if (pctx == NULL)
181 pctx = &default_pctx;
182 if (pctx->flags & ASN1_PCTX_FLAGS_NO_STRUCT_NAME)
187 NULL, sname, 0, pctx);
193 int nohdr, const ASN1_PCTX *pctx)
206 parg.pctx = pctx;
213 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_ABSENT)
216 fname, sname, pctx))
230 it->templates, pctx))
236 indent, fname, sname,pctx))
241 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
247 i = ef->asn1_ex_print(out, fld, indent, "", pctx);
261 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
276 if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx))
282 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
286 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_SEQUENCE)
314 indent + 2, seqtt, pctx))
317 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_SEQUENCE)
340 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx)
345 if(pctx->flags & ASN1_PCTX_FLAGS_SHOW_FIELD_STRUCT_NAME)
349 if(pctx->flags & ASN1_PCTX_FLAGS_NO_FIELD_NAME)
362 if(pctx->flags & ASN1_PCTX_FLAGS_SHOW_SSOF)
384 ASN1_ITEM_ptr(tt->item), NULL, NULL, 1, pctx))
389 if(pctx->flags & ASN1_PCTX_FLAGS_SHOW_SEQUENCE)
397 fname, sname, 0, pctx);
402 const ASN1_PCTX *pctx)
420 if (pctx->flags & ASN1_PCTX_FLAGS_NO_STRUCT_NAME)
422 if (pctx->flags & ASN1_PCTX_FLAGS_NO_FIELD_NAME)
450 const ASN1_PCTX *pctx)
476 const ASN1_PCTX *pctx)
488 const ASN1_PCTX *pctx)
502 const ASN1_PCTX *pctx)
522 const ASN1_PCTX *pctx)
530 if (!asn1_print_fsname(out, indent, fname, sname, pctx))
533 return pf->prim_print(out, fld, it, indent, pctx);
545 if (pctx->flags & ASN1_PCTX_FLAGS_NO_ANY_TYPE)
552 if (pctx->flags & ASN1_PCTX_FLAGS_SHOW_TYPE)
580 ret = asn1_print_boolean_ctx(out, bool, pctx);
586 ret = asn1_print_integer_ctx(out, str, pctx);
598 ret = asn1_print_oid_ctx(out, (const ASN1_OBJECT *)*fld, pctx);
603 ret = asn1_print_obstring_ctx(out, str, indent, pctx);
619 ret = ASN1_STRING_print_ex(out, str, pctx->str_flags);