Searched refs:protop (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dfile.c123 conn->data->req.protop = calloc(1, sizeof(struct FILEPROTO));
124 if(!conn->data->req.protop)
193 struct FILEPROTO *file = data->req.protop;
254 struct FILEPROTO *file = conn->data->req.protop;
272 struct FILEPROTO *file = conn->data->req.protop;
294 struct FILEPROTO *file = conn->data->req.protop;
442 file = conn->data->req.protop;
H A Dtelnet.c250 conn->data->req.protop = tn; /* make us known */
295 struct TELNET *tn = (struct TELNET *) conn->data->req.protop;
369 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
443 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
491 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
533 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
607 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
667 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
828 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
938 struct TELNET *tn = (struct TELNET *)data->req.protop;
[all...]
H A Dhttp_proxy.c69 prot_save = conn->data->req.protop;
71 conn->data->req.protop = &http_proxy;
75 conn->data->req.protop = prot_save;
H A Dopenldap.c381 data->req.protop = lr;
390 ldapreqinfo *lr = conn->data->req.protop;
401 conn->data->req.protop = NULL;
412 ldapreqinfo *lr = data->req.protop;
H A Drtsp.c132 conn->data->req.protop = rtsp = calloc(1, sizeof(struct RTSP));
203 struct RTSP *rtsp = data->req.protop;
239 struct RTSP *rtsp = data->req.protop;
753 struct RTSP *rtsp = data->req.protop;
H A Dimap.c277 struct IMAP *imap = conn->data->req.protop;
655 struct IMAP *imap = data->req.protop;
690 struct IMAP *imap = data->req.protop;
729 struct IMAP *imap = conn->data->req.protop;
757 struct IMAP *imap = conn->data->req.protop;
1424 struct IMAP *imap = conn->data->req.protop;
1791 imap = data->req.protop = calloc(sizeof(struct IMAP), 1);
1869 struct IMAP *imap = data->req.protop;
1934 struct IMAP *imap = data->req.protop;
2053 struct IMAP *imap = conn->data->req.protop;
[all...]
H A Dsmtp.c523 struct SMTP *smtp = data->req.protop;
630 struct SMTP *smtp = data->req.protop;
1256 struct SMTP *smtp = data->req.protop;
1322 struct SMTP *smtp = data->req.protop;
1562 smtp = data->req.protop = calloc(sizeof(struct SMTP), 1);
1641 struct SMTP *smtp = data->req.protop;
1721 struct SMTP *smtp = data->req.protop;
1818 struct SMTP *smtp = conn->data->req.protop;
2015 struct SMTP *smtp = data->req.protop;
2121 struct SMTP *smtp = data->req.protop;
[all...]
H A Dftp.c492 struct FTP *ftp = data->req.protop;
836 struct FTP *ftp = conn->data->req.protop;
1373 struct FTP *ftp = conn->data->req.protop;
1416 struct FTP *ftp = conn->data->req.protop;
1437 struct FTP *ftp = conn->data->req.protop;
1548 struct FTP *ftp = conn->data->req.protop;
1605 struct FTP *ftp = conn->data->req.protop;
1703 struct FTP *ftp = data->req.protop;
1855 struct FTP *ftp_save = data->req.protop;
1857 data->req.protop
[all...]
H A Durl.c3714 const char *protop; local
3776 protop = "file"; /* protocol string */
3816 protop = "ftp";
3818 protop = "DICT";
3820 protop = "LDAP";
3822 protop = "IMAP";
3824 protop = "smtp";
3826 protop = "pop3";
3828 protop = "http";
3834 protop
4208 const char *protop = conn->handler->scheme; local
[all...]
H A Dpop3.c592 struct POP3 *pop3 = data->req.protop;
1318 struct POP3 *pop3 = data->req.protop;
1525 pop3 = data->req.protop = calloc(sizeof(struct POP3), 1);
1600 struct POP3 *pop3 = data->req.protop;
1638 struct POP3 *pop3 = conn->data->req.protop;
1917 struct POP3 *pop3 = data->req.protop;
1934 struct POP3 *pop3 = data->req.protop;
H A Dhttp.c157 DEBUGASSERT(conn->data->req.protop == NULL);
159 conn->data->req.protop = calloc(1, sizeof(struct HTTP));
160 if(!conn->data->req.protop)
347 struct HTTP *http = data->req.protop;
958 struct HTTP *http = conn->data->req.protop;
1029 struct HTTP *http = conn->data->req.protop;
1413 struct HTTP *http =data->req.protop;
1690 http = data->req.protop;
H A Dtransfer.c103 const struct HTTP *http = data->req.protop;
840 struct HTTP *http = data->req.protop;
1903 struct HTTP *http = data->req.protop;
1964 struct HTTP *http = data->req.protop;
H A Dssh.c689 struct SSHPROTO *sftp_scp = data->req.protop;
2721 conn->data->req.protop = ssh = calloc(1, sizeof(struct SSHPROTO));
2745 if(!data->req.protop)
2901 Curl_safefree(conn->data->req.protop);
2919 struct SSHPROTO *sftp_scp = conn->data->req.protop;
3066 Curl_safefree(conn->data->req.protop);
H A Durldata.h706 void *protop; /* Allocated protocol-specific data. Each protocol member in struct:SingleRequest
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dxfrm_state.c853 char *protop = NULL; local
866 if (protop)
868 protop = *argv;

Completed in 208 milliseconds