Home
last modified time | relevance | path

Searched refs:resptag (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/
Dimap.h80 char resptag[5]; /* Response tag to wait for */ member
Dimap.c258 const char *id = imapc->resptag; in imap_endofresp()
1482 strcpy(imapc->resptag, "*"); in imap_connect()
1780 msnprintf(imapc->resptag, sizeof(imapc->resptag), "%c%03d", in imap_sendf()
1788 result = Curl_dyn_addf(&imapc->dyn, "%s %s", imapc->resptag, fmt); in imap_sendf()