Home | History | Annotate | Download | only in x509

Lines Matching defs:lastpos

936 			  int lastpos);
938 int lastpos);
1012 /* NOTE: you should be passsing -1, not 0 as lastpos. The functions that use
1013 * lastpos, search after that position on. */
1014 int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
1016 int lastpos);
1043 int nid, int lastpos);
1045 ASN1_OBJECT *obj,int lastpos);
1047 int crit, int lastpos);
1054 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos);
1055 int X509_get_ext_by_OBJ(X509 *x,ASN1_OBJECT *obj,int lastpos);
1056 int X509_get_ext_by_critical(X509 *x, int crit, int lastpos);
1065 int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos);
1066 int X509_CRL_get_ext_by_OBJ(X509_CRL *x,ASN1_OBJECT *obj,int lastpos);
1067 int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos);
1076 int X509_REVOKED_get_ext_by_NID(X509_REVOKED *x, int nid, int lastpos);
1077 int X509_REVOKED_get_ext_by_OBJ(X509_REVOKED *x,ASN1_OBJECT *obj,int lastpos);
1078 int X509_REVOKED_get_ext_by_critical(X509_REVOKED *x, int crit, int lastpos);
1100 int lastpos);
1102 int lastpos);
1117 ASN1_OBJECT *obj, int lastpos, int type);
1134 int lastpos);
1136 int lastpos);