Lines Matching refs:lastpos
24 int nid, int lastpos);
26 const ASN1_OBJECT *obj, int lastpos);
28 int crit, int lastpos);
38 int X509_get_ext_by_NID(const X509 *x, int nid, int lastpos);
39 int X509_get_ext_by_OBJ(const X509 *x, const ASN1_OBJECT *obj, int lastpos);
40 int X509_get_ext_by_critical(const X509 *x, int crit, int lastpos);
46 int X509_CRL_get_ext_by_NID(const X509_CRL *x, int nid, int lastpos);
48 int lastpos);
49 int X509_CRL_get_ext_by_critical(const X509_CRL *x, int crit, int lastpos);
55 int X509_REVOKED_get_ext_by_NID(const X509_REVOKED *x, int nid, int lastpos);
57 int lastpos);
58 int X509_REVOKED_get_ext_by_critical(const X509_REVOKED *x, int crit, int lastpos);
73 extension after I<lastpos> or from the beginning if I<lastpos> is -1. If
122 These search functions start from the extension B<after> the I<lastpos> parameter