HomeSort by relevance Sort by last modified time
    Searched refs:lastpos (Results 1 - 25 of 47) sorted by null

1 2

  /external/boringssl/src/crypto/x509/
x509_ext.c 70 int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos)
72 return (X509v3_get_ext_by_NID(x->crl->extensions, nid, lastpos));
75 int X509_CRL_get_ext_by_OBJ(X509_CRL *x, ASN1_OBJECT *obj, int lastpos)
77 return (X509v3_get_ext_by_OBJ(x->crl->extensions, obj, lastpos));
80 int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos)
82 return (X509v3_get_ext_by_critical(x->crl->extensions, crit, lastpos));
116 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos)
118 return (X509v3_get_ext_by_NID(x->cert_info->extensions, nid, lastpos));
121 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos)
123 return (X509v3_get_ext_by_OBJ(x->cert_info->extensions, obj, lastpos));
    [all...]
x509_v3.c 73 int lastpos)
80 return (X509v3_get_ext_by_OBJ(x, obj, lastpos));
84 const ASN1_OBJECT *obj, int lastpos)
91 lastpos++;
92 if (lastpos < 0)
93 lastpos = 0;
95 for (; lastpos < n; lastpos++) {
96 ex = sk_X509_EXTENSION_value(sk, lastpos);
98 return (lastpos);
    [all...]
x509_att.c 71 int lastpos)
78 return (X509at_get_attr_by_OBJ(x, obj, lastpos));
82 const ASN1_OBJECT *obj, int lastpos)
89 lastpos++;
90 if (lastpos < 0)
91 lastpos = 0;
93 for (; lastpos < n; lastpos++) {
94 ex = sk_X509_ATTRIBUTE_value(sk, lastpos);
96 return (lastpos);
    [all...]
x509name.c 104 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos)
111 return (X509_NAME_get_index_by_OBJ(name, obj, lastpos));
114 /* NOTE: you should be passsing -1, not 0 as lastpos */
116 int lastpos)
124 if (lastpos < 0)
125 lastpos = -1;
128 for (lastpos++; lastpos < n; lastpos++) {
129 ne = sk_X509_NAME_ENTRY_value(sk, lastpos);
    [all...]
x509_req.c 266 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos)
268 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
272 int lastpos)
274 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/data/
TokenIterator.java 39 private int lastpos; field in class:TokenIterator
52 pos = lastpos = -1;
73 lastpos = pos;
98 return reader.describePosition() + ':' + (lastpos+1);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
TokenIterator.java 37 private int lastpos; field in class:TokenIterator
50 pos = lastpos = -1;
71 lastpos = pos;
96 return reader.describePosition() + ':' + (lastpos+1);
  /external/icu/icu4c/source/test/intltest/
tokiter.h 59 // return reader.describePosition() + ':' + (lastpos+1);
70 int32_t lastpos; member in class:TokenIterator
tokiter.cpp 22 pos = lastpos = -1;
42 lastpos = pos;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
multifile.py 55 return self.lastpos
65 pos = pos + self.lastpos
69 self.level > 0 and pos > self.lastpos:
106 self.lastpos = self.tell() - len(line)
147 abslastpos = self.lastpos + self.start
153 self.lastpos = abslastpos - self.start
  /external/python/cpython2/Lib/
multifile.py 55 return self.lastpos
65 pos = pos + self.lastpos
69 self.level > 0 and pos > self.lastpos:
106 self.lastpos = self.tell() - len(line)
147 abslastpos = self.lastpos + self.start
153 self.lastpos = abslastpos - self.start
  /prebuilts/gdb/darwin-x86/lib/python2.7/
multifile.py 55 return self.lastpos
65 pos = pos + self.lastpos
69 self.level > 0 and pos > self.lastpos:
106 self.lastpos = self.tell() - len(line)
147 abslastpos = self.lastpos + self.start
153 self.lastpos = abslastpos - self.start
  /prebuilts/gdb/linux-x86/lib/python2.7/
multifile.py 55 return self.lastpos
65 pos = pos + self.lastpos
69 self.level > 0 and pos > self.lastpos:
106 self.lastpos = self.tell() - len(line)
147 abslastpos = self.lastpos + self.start
153 self.lastpos = abslastpos - self.start
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
multifile.py 55 return self.lastpos
65 pos = pos + self.lastpos
69 self.level > 0 and pos > self.lastpos:
106 self.lastpos = self.tell() - len(line)
147 abslastpos = self.lastpos + self.start
153 self.lastpos = abslastpos - self.start
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
multifile.py 55 return self.lastpos
65 pos = pos + self.lastpos
69 self.level > 0 and pos > self.lastpos:
106 self.lastpos = self.tell() - len(line)
147 abslastpos = self.lastpos + self.start
153 self.lastpos = abslastpos - self.start
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DLexer.h 42 if (nextpos < lastpos){ \
68 register DLGChar *lastpos; local
73 lastpos = &_lextext[_bufsize-1];
123 if (nextpos < lastpos){
dlgauto.h 98 if (zznextpos < lastpos){ \
353 zzchar_t *lastpos; /* MR27 Remove register since address operator used. */ local
358 lastpos = &zzlextext[zzbufsize-1];
440 if (zznextpos < lastpos){
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DLexer.cpp 39 if (nextpos < lastpos){ \
65 register DLGChar *lastpos; local
70 lastpos = &_lextext[_bufsize-1];
120 if (nextpos < lastpos){
dlgauto.h 98 if (zznextpos < lastpos){ \
348 register zzchar_t *lastpos; local
353 lastpos = &zzlextext[zzbufsize-1];
435 if (zznextpos < lastpos){
  /external/boringssl/src/crypto/x509v3/
v3_lib.c 235 int lastpos; local
246 lastpos = *idx + 1;
248 lastpos = 0;
249 if (lastpos < 0)
250 lastpos = 0;
251 for (i = lastpos; i < sk_X509_EXTENSION_num(x); i++) {
  /external/bsdiff/
bsdiff.cc 146 off_t lastscan,lastpos,lastoffset; local
200 lastscan=0;lastpos=0;lastoffset=0;
244 for(i=0;(lastscan+i<scan)&&(lastpos+i<oldsize);) {
245 if(old_buf[lastpos+i]==new_buf[lastscan+i]) s++;
264 old_buf[lastpos+lenf-overlap+i]) s++;
275 db[dblen+i]=new_buf[lastscan+i]-old_buf[lastpos+i];
292 offtout((pos-lenb)-(lastpos+lenf),buf);
298 lastpos=pos-lenb;
  /frameworks/base/tools/aapt/
pseudolocalize.cpp 43 size_t lastpos, pos; local
47 for (lastpos = pos = 0; pos < length; pos++) {
70 size_t size = nextpos - lastpos;
72 String16 chunk = String16(text, size, lastpos);
75 } else if (str[lastpos] == k_arg_start &&
86 lastpos = nextpos;
  /external/eigen/demos/mandelbrot/
mandelbrot.h 43 QPoint lastpos; member in class:MandelbrotWidget
  /external/minijail/
util.c 131 char *group, *lastpos = constant_str; local
147 lastpos = original_constant_str;
151 lastpos = end;
154 *endptr = lastpos;
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
log.py 81 lastpos = _log_file.tell()
82 creator = lastpos == 0
84 _note("trace_event: Opened new tracelog, lastpos=%i", lastpos)

Completed in 1249 milliseconds

1 2