Searched defs:lastpos (Results 1 – 13 of 13) sorted by relevance
/external/boringssl/src/crypto/x509/ |
D | x509_ext.c | 70 int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos) in X509_CRL_get_ext_by_NID() 75 int X509_CRL_get_ext_by_OBJ(X509_CRL *x, ASN1_OBJECT *obj, int lastpos) in X509_CRL_get_ext_by_OBJ() 80 int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos) in X509_CRL_get_ext_by_critical() 116 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos) in X509_get_ext_by_NID() 121 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos) in X509_get_ext_by_OBJ() 126 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()
|
D | x509_v3.c | 73 int lastpos) in X509v3_get_ext_by_NID() 84 const ASN1_OBJECT *obj, int lastpos) in X509v3_get_ext_by_OBJ() 104 int lastpos) in X509v3_get_ext_by_critical()
|
D | x509_att.c | 71 int lastpos) in X509at_get_attr_by_NID() 82 const ASN1_OBJECT *obj, int lastpos) in X509at_get_attr_by_OBJ() 201 ASN1_OBJECT *obj, int lastpos, int type) in X509at_get0_data_by_OBJ()
|
D | x509_req.c | 266 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos) in X509_REQ_get_attr_by_NID() 272 int lastpos) in X509_REQ_get_attr_by_OBJ()
|
D | x509name.c | 104 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos) in X509_NAME_get_index_by_NID() 116 int lastpos) in X509_NAME_get_index_by_OBJ()
|
/external/icu/icu4c/source/test/intltest/ |
D | tokiter.h | 70 int32_t lastpos; variable
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/ |
D | TokenIterator.java | 37 private int lastpos; field in TokenIterator
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/data/ |
D | TokenIterator.java | 39 private int lastpos; field in TokenIterator
|
/external/eigen/demos/mandelbrot/ |
D | mandelbrot.h | 43 QPoint lastpos; variable
|
/external/bsdiff/ |
D | bsdiff.cc | 70 size_t lastscan,lastpos,lastoffset; in bsdiff() local
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_lib.c | 236 int lastpos; in X509V3_get_d2i() local
|
/external/minijail/ |
D | util.c | 252 char *group, *lastpos = constant_str; in parse_constant() local
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 9035 static int _X509v3_get_ext_by_OBJ(X509_EXTENSIONS* exts, ASN1_OBJECT* obj, int lastpos) { in _X509v3_get_ext_by_OBJ()
|