HomeSort by relevance Sort by last modified time
    Searched refs:begin_pos (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/lib/Support/
Path.cpp 175 size_t begin_pos = m_PathName.find_last_of(separator) + 1; local
177 Path result_path(m_PathName.substr(begin_pos, end_pos - begin_pos));
  /external/curl/lib/vtls/
vtls.c 753 char *stripped_pem, *begin_pos, *end_pos; local
761 begin_pos = strstr(pem, "-----BEGIN PUBLIC KEY-----");
762 if(!begin_pos)
765 pem_count = begin_pos - pem;
821 char *encoded, *pinkeycopy, *begin_pos, *end_pos; local
857 /* point begin_pos to the copy, and start extracting keys */
858 begin_pos = pinkeycopy;
860 end_pos = strstr(begin_pos, ";sha256//");
869 if(encodedlen == strlen(begin_pos + 8) &&
870 !memcmp(encoded, begin_pos + 8, encodedlen))
    [all...]
  /external/v8/src/
assembler.cc 467 byte* begin_pos = pos_; local
479 DCHECK(begin_pos - pos_ <= RelocInfo::kMaxCallSize);
529 DCHECK(begin_pos - pos_ <= kMaxSize);
    [all...]
  /external/libxml2/include/libxml/
parser.h 92 unsigned long begin_pos; member in struct:_xmlParserNodeInfo
    [all...]
  /external/zlib/src/contrib/minizip/
zip.c 173 ZPOS64_T begin_pos; /* position of the beginning of the zipfile */ member in struct:__anon27232
835 pziinit->begin_pos = byte_before_the_zipfile;
874 ziinit.begin_pos = ZTELL64(ziinit.z_filefunc,ziinit.filestream);
    [all...]
  /external/libxml2/
parser.c     [all...]

Completed in 130 milliseconds