Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 14 of 14) sorted by relevance

/curl/lib/
H A Dftplistparser.c158 pl_unix_substate sub; member
163 pl_winNT_substate sub; member
529 switch(parser->state.UNIX.sub.hlinks) { in Curl_ftp_parselist()
567 switch(parser->state.UNIX.sub.user) { in Curl_ftp_parselist()
589 switch(parser->state.UNIX.sub.group) { in Curl_ftp_parselist()
611 switch(parser->state.UNIX.sub.size) { in Curl_ftp_parselist()
652 switch(parser->state.UNIX.sub.time) { in Curl_ftp_parselist()
780 switch(parser->state.UNIX.sub.symlink) { in Curl_ftp_parselist()
916 switch(parser->state.NT.sub.time) { in Curl_ftp_parselist()
938 switch(parser->state.NT.sub.dirorsize) { in Curl_ftp_parselist()
[all …]
/curl/.github/workflows/
H A Dappveyor-status.yml33 context: (.name | sub("^(Environment: )?"; "AppVeyor / ")),
34 state: (.status | sub("queued"; "pending")
35 | sub("starting"; "pending")
36 | sub("running"; "pending")
37 | sub("failed"; "failure")
38 | sub("cancelled"; "error")),
/curl/tests/server/
H A Dgetpart.h34 const char *main, const char *sub, FILE *stream);
H A Dgetpart.c274 const char *main, const char *sub, FILE *stream) in getpart() argument
449 if(!strcmp(cmain, main) && !strcmp(csub, sub)) { in getpart()
/curl/docs/libcurl/
H A Dcurl_mime_subparts.md19 curl_mime_subparts - set sub-parts of a multipart mime part
36 *subparts* is a mime structure handle holding the sub-parts. After
H A Dcurl_mime_free.md37 option: attached sub part mime structures must not be explicitly freed as they
H A Dlibcurl-tutorial.md109 sub modules, and might be a good default option. The current two bits that are
/curl/
H A D.gitignore45 config.sub
H A DCMakeLists.txt28 # the case that both CURL and its dependency are included as sub-projects
/curl/docs/cmdline-opts/
H A Dlist-only.md27 include sub-directories and symbolic links.
/curl/tests/http/testenv/
H A Denv.py101 re.sub(r'/.*', '', lib) for lib in self.curl_props['lib_versions']
164 self._nghttpx_version = re.sub(r'^nghttpx\s*', '', p.stdout.strip())
224 v = re.sub(r'(\d+\.\d+(\.\d+)?)(-\S+)?', r'\1', v)
/curl/lib/vtls/
H A Dopenssl.c5234 char sub[3];
5236 sub[2]='\0';
5237 sub[1]='\0';
5241 sub[0]='\0';
5248 sub[1] = (char) ((minor_ver - 1) % 26 + 'a' + 1);
5249 sub[0] = 'z';
5252 sub[0] = (char) (minor_ver + 'a' - 1);
5256 sub[0]='\0';
5268 sub);
/curl/packages/vms/
H A Dcurl_gnv_build_steps.txt51 LCL_ROOT: is manually created to have the same base and sub-directories as
/curl/docs/
H A DFAQ168 There are numerous sub-projects and related projects that also use the word

Completed in 65 milliseconds