HomeSort by relevance Sort by last modified time
    Searched refs:protop (Results 1 - 17 of 17) sorted by null

  /external/curl/lib/
file.c 120 conn->data->req.protop = calloc(1, sizeof(struct FILEPROTO));
121 if(!conn->data->req.protop)
190 struct FILEPROTO *file = data->req.protop;
263 struct FILEPROTO *file = conn->data->req.protop;
281 struct FILEPROTO *file = conn->data->req.protop;
303 struct FILEPROTO *file = conn->data->req.protop;
450 file = conn->data->req.protop;
smb.c 209 struct smb_request *req = conn->data->req.protop;
237 conn->data->req.protop = req = calloc(1, sizeof(struct smb_request));
345 struct smb_request *req = conn->data->req.protop;
478 struct smb_request *req = conn->data->req.protop;
505 struct smb_request *req = conn->data->req.protop;
535 struct smb_request *req = conn->data->req.protop;
556 struct smb_request *req = conn->data->req.protop;
575 struct smb_request *req = conn->data->req.protop;
713 struct smb_request *req = conn->data->req.protop;
885 struct smb_request *req = conn->data->req.protop;
    [all...]
telnet.c 249 conn->data->req.protop = tn; /* make us known */
294 struct TELNET *tn = (struct TELNET *) conn->data->req.protop;
368 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
442 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
490 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
532 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
606 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
666 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
826 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
936 struct TELNET *tn = (struct TELNET *)data->req.protop;
    [all...]
http2.c 115 struct HTTP *http = conn->data->req.protop;
144 struct HTTP *http = data->req.protop;
301 struct HTTP *stream = h->data->req.protop;
323 struct HTTP *stream = h->data->req.protop;
349 second->req.protop = http;
393 stream = data->req.protop;
416 newstream = newhandle->req.protop;
490 stream = data_s->req.protop;
609 stream = data_s->req.protop;
718 stream = data_s->req.protop;
    [all...]
imap.c 291 struct IMAP *imap = conn->data->req.protop;
652 struct IMAP *imap = data->req.protop;
687 struct IMAP *imap = data->req.protop;
726 struct IMAP *imap = conn->data->req.protop;
760 struct IMAP *imap = conn->data->req.protop;
801 struct IMAP *imap = conn->data->req.protop;
1055 struct IMAP *imap = conn->data->req.protop;
    [all...]
smtp.c 524 struct SMTP *smtp = data->req.protop;
631 struct SMTP *smtp = data->req.protop;
859 struct SMTP *smtp = data->req.protop;
925 struct SMTP *smtp = data->req.protop;
    [all...]
pop3.c 601 struct POP3 *pop3 = data->req.protop;
928 struct POP3 *pop3 = data->req.protop;
1089 pop3 = data->req.protop = calloc(sizeof(struct POP3), 1);
    [all...]
http_proxy.c 68 prot_save = conn->data->req.protop;
70 conn->data->req.protop = &http_proxy;
82 conn->data->req.protop = prot_save;
openldap.c 386 data->req.protop = lr;
395 ldapreqinfo *lr = conn->data->req.protop;
407 conn->data->req.protop = NULL;
419 ldapreqinfo *lr = data->req.protop;
rtsp.c 129 conn->data->req.protop = rtsp = calloc(1, sizeof(struct RTSP));
200 struct RTSP *rtsp = data->req.protop;
236 struct RTSP *rtsp = data->req.protop;
769 struct RTSP *rtsp = data->req.protop;
ftp.c 499 struct FTP *ftp = data->req.protop;
850 struct FTP *ftp = conn->data->req.protop;
    [all...]
url.c 4071 const char *protop = ""; local
4625 const char *protop = conn->handler->scheme; local
    [all...]
transfer.c 97 const struct HTTP *http = data->req.protop;
864 struct HTTP *http = data->req.protop;
    [all...]
http.c 157 DEBUGASSERT(conn->data->req.protop == NULL);
163 conn->data->req.protop = http;
381 struct HTTP *http = data->req.protop;
984 struct HTTP *http = conn->data->req.protop;
1065 struct HTTP *http = conn->data->req.protop;
    [all...]
ssh.c 712 struct SSHPROTO *sftp_scp = data->req.protop;
    [all...]
urldata.h 724 void *protop; /* Allocated protocol-specific data. Each protocol member in struct:SingleRequest
    [all...]
  /external/iproute2/ip/
xfrm_state.c 1316 char *protop = NULL; local
    [all...]

Completed in 205 milliseconds