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

  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 45 static unsigned FindExt(const wchar_t *s, unsigned *extLen)
53 *extLen = len - i;
57 *extLen = 0;
432 unsigned extLen;
435 unsigned nameLen = FindExt(temp + nameStartPos, &extLen);
436 unsigned extPrice = FindItem(kExts, sizeof(kExts) / sizeof(kExts[0]), name + len - extLen, extLen);
  /external/chromium_org/net/third_party/nss/ssl/
ssl3ext.c     [all...]
ssl3con.c     [all...]

Completed in 764 milliseconds