Searched refs:sub (Results 1 – 14 of 14) sorted by relevance
/curl/lib/ |
H A D | ftplistparser.c | 158 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 D | appveyor-status.yml | 33 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 D | getpart.h | 34 const char *main, const char *sub, FILE *stream);
|
H A D | getpart.c | 274 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 D | curl_mime_subparts.md | 19 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 D | curl_mime_free.md | 37 option: attached sub part mime structures must not be explicitly freed as they
|
H A D | libcurl-tutorial.md | 109 sub modules, and might be a good default option. The current two bits that are
|
/curl/ |
H A D | .gitignore | 45 config.sub
|
H A D | CMakeLists.txt | 28 # the case that both CURL and its dependency are included as sub-projects
|
/curl/docs/cmdline-opts/ |
H A D | list-only.md | 27 include sub-directories and symbolic links.
|
/curl/tests/http/testenv/ |
H A D | env.py | 102 re.sub(r'/[a-z0-9.-]*', '', lib) for lib in self.curl_props['lib_versions'] 168 self._nghttpx_version = re.sub(r'^nghttpx\s*', '', p.stdout.strip()) 239 v = re.sub(r'(\d+\.\d+(\.\d+)?)(-\S+)?', r'\1', v)
|
/curl/lib/vtls/ |
H A D | openssl.c | 5229 char sub[3]; 5231 sub[2]='\0'; 5232 sub[1]='\0'; 5236 sub[0]='\0'; 5243 sub[1] = (char) ((minor_ver - 1) % 26 + 'a' + 1); 5244 sub[0] = 'z'; 5247 sub[0] = (char) (minor_ver + 'a' - 1); 5251 sub[0]='\0'; 5263 sub);
|
/curl/packages/vms/ |
H A D | curl_gnv_build_steps.txt | 51 LCL_ROOT: is manually created to have the same base and sub-directories as
|
/curl/docs/ |
H A D | FAQ | 168 There are numerous sub-projects and related projects that also use the word
|
Completed in 42 milliseconds