Home
last modified time | relevance | path

Searched defs:lastpos (Results 1 – 15 of 15) sorted by relevance

/external/boringssl/src/crypto/x509/
Dx509_ext.c71 int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos) in X509_CRL_get_ext_by_NID()
76 int X509_CRL_get_ext_by_OBJ(X509_CRL *x, ASN1_OBJECT *obj, int lastpos) in X509_CRL_get_ext_by_OBJ()
81 int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos) in X509_CRL_get_ext_by_critical()
117 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos) in X509_get_ext_by_NID()
122 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos) in X509_get_ext_by_OBJ()
127 int X509_get_ext_by_critical(X509 *x, int crit, int lastpos) in X509_get_ext_by_critical()
164 int X509_REVOKED_get_ext_by_NID(X509_REVOKED *x, int nid, int lastpos) in X509_REVOKED_get_ext_by_NID()
170 int lastpos) in X509_REVOKED_get_ext_by_OBJ()
175 int X509_REVOKED_get_ext_by_critical(X509_REVOKED *x, int crit, int lastpos) in X509_REVOKED_get_ext_by_critical()
Dx509_v3.c73 int lastpos) in X509v3_get_ext_by_NID()
83 int lastpos) in X509v3_get_ext_by_OBJ()
103 int lastpos) in X509v3_get_ext_by_critical()
Dx509_att.c72 int lastpos) in X509at_get_attr_by_NID()
82 int lastpos) in X509at_get_attr_by_OBJ()
194 ASN1_OBJECT *obj, int lastpos, int type) in X509at_get0_data_by_OBJ()
Dx509_req.c263 int lastpos) in X509_REQ_get_attr_by_NID()
269 int lastpos) in X509_REQ_get_attr_by_OBJ()
Dx509name.c98 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos) in X509_NAME_get_index_by_NID()
109 int lastpos) in X509_NAME_get_index_by_OBJ()
/external/icu/icu4c/source/test/intltest/
Dtokiter.h68 int32_t lastpos; variable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
DTokenIterator.java35 private int lastpos; field in TokenIterator
/external/icu/android_icu4j/src/main/java/android/icu/impl/data/
DTokenIterator.java37 private int lastpos; field in TokenIterator
/external/eigen/demos/mandelbrot/
Dmandelbrot.h43 QPoint lastpos; variable
/external/minijail/
Dutil.c87 char *group, *lastpos = constant_str; in parse_constant() local
/external/boringssl/src/crypto/x509v3/
Dv3_lib.c223 int lastpos; in X509V3_get_d2i() local
/external/bsdiff/
Dbsdiff.cc114 off_t lastscan,lastpos,lastoffset; in bsdiff() local
/external/opencv3/modules/viz/src/vtk/
DvtkVizInteractorStyle.cpp549 Vec2i lastpos(Interactor->GetLastEventPosition()); in OnMouseMove() local
/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp642 int lastpos = -1; in WriteOutput() local
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp10967 static int _X509v3_get_ext_by_OBJ(X509_EXTENSIONS *exts, ASN1_OBJECT *obj, int lastpos) {