#include <vector>
#include <cctype>
#include <curl/curl.h>
#include <curl/easy.h>
#include <swlog.h>
#include <filemgr.h>
#include <curlhttpt.h>
Go to the source code of this file.
|
const char * | findSizeStart (const char *buffer) |
|
static int | SWORD_NAMESPACE_START::my_httpfprogress (void *clientp, double dltotal, double dlnow, double ultotal, double ulnow) |
|
static int | SWORD_NAMESPACE_START::my_httpfwrite (void *buffer, size_t size, size_t nmemb, void *stream) |
|
static int | SWORD_NAMESPACE_START::myhttp_trace (CURL *handle, curl_infotype type, unsigned char *data, size_t size, void *userp) |
|
Definition at line 194 of file curlhttpt.cpp.
195 const char *listing =
buffer;
198 pEnd = strstr(listing,
"<td");
203 pEnd = strstr(listing,
"<td");
207 pEnd = strchr(listing,
'>');