Searched defs:nohdr (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dtasn_prn.c162 int nohdr, const ASN1_PCTX *pctx);
193 int nohdr, const ASN1_PCTX *pctx)
215 if (!nohdr && !asn1_print_fsname(out, indent,
241 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
261 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
282 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
190 asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_ITEM *it, const char *fname, const char *sname, int nohdr, const ASN1_PCTX *pctx) argument
/external/openssl/crypto/asn1/
H A Dtasn_prn.c162 int nohdr, const ASN1_PCTX *pctx);
193 int nohdr, const ASN1_PCTX *pctx)
215 if (!nohdr && !asn1_print_fsname(out, indent,
241 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
261 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
282 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
190 asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_ITEM *it, const char *fname, const char *sname, int nohdr, const ASN1_PCTX *pctx) argument
/external/kernel-headers/original/linux/
H A Dskbuff.h205 * @nohdr: Payload reference only, must not modify header
281 nohdr:1, member in struct:sk_buff
480 BUG_ON(skb->nohdr);
481 skb->nohdr = 1;

Completed in 100 milliseconds