PageRenderTime 1256ms queryTime 59ms sortTime 3ms getByIdsTime 1048ms findMatchingLines 6ms

12+ results for 'ftpcode' (1256 ms)

Not the results you expected?
ftp.py https://gitlab.com/e0/scrapy | Python | 104 lines
                    
99            if m:
                    
100                ftpcode = m.group()
                    
101                httpcode = self.CODE_MAPPING.get(ftpcode, self.CODE_MAPPING["default"])
                    
                
ftp.h https://github.com/macardi/xbmc.git | C Header | 153 lines
                    
35CURLcode Curl_GetFTPResponse(ssize_t *nread, struct connectdata *conn,
                    
36                             int *ftpcode);
                    
37#endif /* CURL_DISABLE_FTP */
                    
                
prelogin.c git://pkgs.fedoraproject.org/vsftpd | C | 318 lines
                    
11#include "ftpcmdio.h"
                    
12#include "ftpcodes.h"
                    
13#include "str.h"
                    
                
ftp.h https://bitbucket.org/festevezga/doom3.gpl.git | C Header | 38 lines
                    
32CURLcode Curl_GetFTPResponse(ssize_t *nread, struct connectdata *conn,
                    
33                             int *ftpcode);
                    
34CURLcode Curl_ftp_nextconnect(struct connectdata *conn);
                    
                
ccze.h git://pkgs.fedoraproject.org/ccze | C Header | 186 lines
                    
95  CCZE_COLOR_PERCENTAGE,
                    
96  CCZE_COLOR_FTPCODES,
                    
97  CCZE_COLOR_KEYWORD,
                    
                
mod_ftpd.h https://github.com/OutOfOrder/mod_ftpd.git | C Header | 275 lines
                    
65
                    
66/* FTP Return codes: Shamelessly borrowed from vsftp/ftpcodes.h */
                    
67#define FTP_C_DATACONN		"150"
                    
                
ssl.c https://gitlab.com/envieidoc/tomato | C | 841 lines
                    
14#include "session.h"
                    
15#include "ftpcodes.h"
                    
16#include "ftpcmdio.h"
                    
                
postlogin.c https://gitlab.com/envieidoc/tomato | C | 1696 lines
                    
11#include "twoprocess.h"
                    
12#include "ftpcodes.h"
                    
13#include "ftpcmdio.h"
                    
                
ftpdataio.c https://gitlab.com/envieidoc/tomato | C | 659 lines
                    
14#include "ftpcmdio.h"
                    
15#include "ftpcodes.h"
                    
16#include "utility.h"
                    
                
ftp.c https://gitlab.com/envieidoc/tomato | C | 1666 lines
                    
153                             struct pingpong *pp,
                    
154                             int *ftpcode,
                    
155                             size_t *size);
                    
427  ssize_t nread;
                    
428  int ftpcode;
                    
429
                    
443    infof(data, "There is negative response in cache while serv connect\n");
                    
444    Curl_GetFTPResponse(&nread, conn, &ftpcode);
                    
445    return CURLE_FTP_ACCEPT_FAILED;
                    
                
ftp.c https://gitlab.com/WoomyNightClub/dolphin | C | 1667 lines
                    
150                             struct pingpong *pp,
                    
151                             int *ftpcode,
                    
152                             size_t *size);
                    
434  ssize_t nread;
                    
435  int ftpcode;
                    
436
                    
                
ftp.h http://opensource.apple.com/release/mac-os-x-1074/ | C Header | 63 lines
                    
57                        <span class="enscript-type">struct</span> connectdata *conn,
                    
58                        <span class="enscript-type">int</span> *ftpcode);
                    
59
                    
                
 

Source

Language