Home | History | Annotate | Download | only in asn1

Lines Matching refs:hl

118 	int nl,hl,j,r;
146 hl=(p-op);
147 length-=hl;
154 if (BIO_printf(bp,"d=%-2d hl=%ld l=%4ld ",
155 depth,(long)hl,len) <= 0)
160 if (BIO_printf(bp,"d=%-2d hl=%ld l=inf ",
161 depth,(long)hl) <= 0)
223 if (d2i_ASN1_OBJECT(&o,&opp,len+hl) != NULL)
239 ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl);
256 os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl);
325 bs=d2i_ASN1_INTEGER(NULL,&opp,len+hl);
357 bs=d2i_ASN1_ENUMERATED(NULL,&opp,len+hl);