Home
last modified time | relevance | path

Searched refs:BLOB_LAST (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/lib/
Deasy.c788 memset(dst->set.blobs, 0, BLOB_LAST * sizeof(struct curl_blob *)); in dupset()
790 for(j = (enum dupblob)0; j < BLOB_LAST; j++) { in dupset()
Durldata.h1611 BLOB_LAST enumerator
1753 struct curl_blob *blobs[BLOB_LAST];
Durl.c319 for(j = (enum dupblob)0; j < BLOB_LAST; j++) { in Curl_freeset()