HomeSort by relevance Sort by last modified time
    Searched defs:slp (Results 1 - 2 of 2) sorted by null

  /external/curl/packages/OS400/
ccsidcurl.c 622 struct curl_slist * * slp; local
695 slp = (struct curl_slist * *) paramp;
696 if(*slp)
697 if(!(*slp = slist_convert(ccsid, *slp, ASCII_CCSID)))
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 247 { "slp", NSwitchType::kString },
870 unsigned slp = 0; local
873 slp = 1;
876 if (!StringToUInt32(s, slp))
877 throw CArcCmdLineException("Unsupported switch postfix for -slp", s);
881 if (slp >
    [all...]

Completed in 146 milliseconds