Searched refs:ex_len (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | bio_asn1.c | 57 int ex_len; member 142 ctx->prefix_free(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg); in asn1_bio_free() 144 ctx->suffix_free(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg); in asn1_bio_free() 259 if (ctx->ex_len <= 0) in asn1_bio_flush_ex() 262 ret = BIO_write(BIO_next(b), ctx->ex_buf + ctx->ex_pos, ctx->ex_len); in asn1_bio_flush_ex() 265 ctx->ex_len -= ret; in asn1_bio_flush_ex() 266 if (ctx->ex_len > 0) in asn1_bio_flush_ex() 270 cleanup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg); in asn1_bio_flush_ex() 284 if (setup && !setup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg)) { in asn1_bio_setup_ex() 288 if (ctx->ex_len > 0) in asn1_bio_setup_ex()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A D | bio_asn1.c | 57 int ex_len; member 142 ctx->prefix_free(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg); in asn1_bio_free() 144 ctx->suffix_free(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg); in asn1_bio_free() 259 if (ctx->ex_len <= 0) in asn1_bio_flush_ex() 262 ret = BIO_write(BIO_next(b), ctx->ex_buf + ctx->ex_pos, ctx->ex_len); in asn1_bio_flush_ex() 265 ctx->ex_len -= ret; in asn1_bio_flush_ex() 266 if (ctx->ex_len > 0) in asn1_bio_flush_ex() 270 cleanup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg); in asn1_bio_flush_ex() 284 if (setup && !setup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg)) { in asn1_bio_setup_ex() 288 if (ctx->ex_len > 0) in asn1_bio_setup_ex()
|
/netbsd-src/sys/fs/udf/ |
H A D | ecma167-udf.h | 189 uint32_t ex_len; member
|