Searched refs:copylen (Results 1 – 1 of 1) sorted by relevance
51 int copylen; member195 ctx->copylen = inl; in asn1_bio_write()217 if (inl > ctx->copylen) in asn1_bio_write()218 wrmax = ctx->copylen; in asn1_bio_write()225 ctx->copylen -= ret; in asn1_bio_write()229 if (ctx->copylen == 0) in asn1_bio_write()
Completed in 4 milliseconds