doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Enumerations | Functions
urlglob.h File Reference

Go to the source code of this file.

Classes

struct  URLPattern
 
struct  URLGlob
 

Enumerations

enum  URLPatternType { UPTSet =1, UPTCharRange, UPTNumRange }
 

Functions

int glob_url (URLGlob **, char *, int *, FILE *)
 
char * glob_next_url (URLGlob *)
 
char * glob_match_url (char *, URLGlob *)
 
void glob_cleanup (URLGlob *glob)
 

Enumeration Type Documentation

Enumerator
UPTSet 
UPTCharRange 
UPTNumRange 

Definition at line 25 of file urlglob.h.

Function Documentation

void glob_cleanup ( URLGlob glob)

Definition at line 328 of file urlglob.c.

char* glob_match_url ( char *  ,
URLGlob  
)

Definition at line 428 of file urlglob.c.

char* glob_next_url ( URLGlob )

Definition at line 351 of file urlglob.c.

int glob_url ( URLGlob **  ,
char *  ,
int ,
FILE *   
)

Definition at line 285 of file urlglob.c.