#include "tool_setup.h"
Go to the source code of this file.
Classes | |
struct | URLGlob |
struct | URLPattern |
Defines | |
#define | GLOB_PATTERN_NUM 100 |
Enumerations | |
enum | URLPatternType { UPTSet = 1, UPTCharRange, UPTNumRange } |
Functions | |
void | glob_cleanup (URLGlob *glob) |
CURLcode | glob_match_url (char **, char *, URLGlob *) |
CURLcode | glob_next_url (char **, URLGlob *) |
CURLcode | glob_url (URLGlob **, char *, unsigned long *, FILE *) |
#define GLOB_PATTERN_NUM 100 |
Definition at line 59 of file tool_urlglob.h.
enum URLPatternType |
Definition at line 26 of file tool_urlglob.h.
void glob_cleanup | ( | URLGlob * | glob | ) |
Definition at line 479 of file tool_urlglob.c.
CURLcode glob_match_url | ( | char ** | , |
char * | , | ||
URLGlob * | |||
) |
Definition at line 594 of file tool_urlglob.c.
CURLcode glob_next_url | ( | char ** | , |
URLGlob * | |||
) |
Definition at line 499 of file tool_urlglob.c.
Definition at line 424 of file tool_urlglob.c.