Home | History | Annotate | Download | only in openssl

Lines Matching defs:lastpos

875 			  int lastpos);
877 int lastpos);
957 /* NOTE: you should be passsing -1, not 0 as lastpos. The functions that use
958 * lastpos, search after that position on. */
959 OPENSSL_EXPORT int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
961 int lastpos);
988 int nid, int lastpos);
990 const ASN1_OBJECT *obj,int lastpos);
992 int crit, int lastpos);
999 OPENSSL_EXPORT int X509_get_ext_by_NID(X509 *x, int nid, int lastpos);
1000 OPENSSL_EXPORT int X509_get_ext_by_OBJ(X509 *x,ASN1_OBJECT *obj,int lastpos);
1001 OPENSSL_EXPORT int X509_get_ext_by_critical(X509 *x, int crit, int lastpos);
1010 OPENSSL_EXPORT int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos);
1011 OPENSSL_EXPORT int X509_CRL_get_ext_by_OBJ(X509_CRL *x,ASN1_OBJECT *obj,int lastpos);
1012 OPENSSL_EXPORT int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos);
1021 OPENSSL_EXPORT int X509_REVOKED_get_ext_by_NID(X509_REVOKED *x, int nid, int lastpos);
1022 OPENSSL_EXPORT int X509_REVOKED_get_ext_by_OBJ(X509_REVOKED *x,ASN1_OBJECT *obj,int lastpos);
1023 OPENSSL_EXPORT int X509_REVOKED_get_ext_by_critical(X509_REVOKED *x, int crit, int lastpos);
1045 int lastpos);
1047 int lastpos);
1062 ASN1_OBJECT *obj, int lastpos, int type);
1079 int lastpos);
1081 int lastpos);