Lines Matching refs:lastpos
24 int nid, int lastpos);
26 const ASN1_OBJECT *obj, int lastpos);
28 int crit, int lastpos);
35 int X509_get_ext_by_NID(const X509 *x, int nid, int lastpos);
36 int X509_get_ext_by_OBJ(const X509 *x, const ASN1_OBJECT *obj, int lastpos);
37 int X509_get_ext_by_critical(const X509 *x, int crit, int lastpos);
43 int X509_CRL_get_ext_by_NID(const X509_CRL *x, int nid, int lastpos);
44 int X509_CRL_get_ext_by_OBJ(const X509_CRL *x, const ASN1_OBJECT *obj, int lastpos);
45 int X509_CRL_get_ext_by_critical(const X509_CRL *x, int crit, int lastpos);
51 int X509_REVOKED_get_ext_by_NID(const X509_REVOKED *x, int nid, int lastpos);
53 int lastpos);
54 int X509_REVOKED_get_ext_by_critical(const X509_REVOKED *x, int crit, int lastpos);
69 extension after B<lastpos> or from the beginning if <lastpos> is B<-1>. If
110 error. These search functions start from the extension B<after> the B<lastpos>