Home
last modified time | relevance | path

Searched refs:slp (Results 1 - 5 of 5) sorted by relevance

/third_party/curl/packages/OS400/
H A Dccsidcurl.c585 struct curl_slist **slp; in curl_easy_getinfo_ccsid() local
650 slp = (struct curl_slist **) paramp; in curl_easy_getinfo_ccsid()
651 if(*slp) { in curl_easy_getinfo_ccsid()
652 *slp = slist_convert(ccsid, *slp, ASCII_CCSID); in curl_easy_getinfo_ccsid()
653 if(!*slp) in curl_easy_getinfo_ccsid()
/third_party/curl/lib/
H A Dmime.h133 CURLcode Curl_mime_add_header(struct curl_slist **slp, const char *fmt, ...)
H A Dmime.c1673 CURLcode Curl_mime_add_header(struct curl_slist **slp, const char *fmt, ...) in Curl_mime_add_header() argument
1684 hdr = Curl_slist_append_nodup(*slp, s); in Curl_mime_add_header()
1686 *slp = hdr; in Curl_mime_add_header()
1695 static CURLcode add_content_type(struct curl_slist **slp, in add_content_type() argument
1698 return Curl_mime_add_header(slp, "Content-Type: %s%s%s", type, in add_content_type()
2015 CURLcode Curl_mime_add_header(struct curl_slist **slp, const char *fmt, ...) in Curl_mime_add_header() argument
2017 (void)slp; in Curl_mime_add_header()
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp290 { "slp", SWFRM_STRING },
1059 UInt32 slp = 0; in Parse1() local
1062 slp = 1; in Parse1()
1065 if (!StringToUInt32(s, slp)) in Parse1()
1066 throw CArcCmdLineException("Unsupported switch postfix for -slp", s); in Parse1()
1070 if (slp > in Parse1()
/third_party/mksh/
H A Djobs.c948 j_jobs(const char *cp, int slp, argument
977 how = slp == 0 ? JP_MEDIUM : (slp == 1 ? JP_LONG : JP_PGRP);

Completed in 9 milliseconds