DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
uri_to_prog_t Struct Reference
+ Collaboration diagram for uri_to_prog_t:

Data Fields

char buffer [MAX_INPUTLINE]
 
float id
 
unsigned char * postdata
 
size_t postlen
 
char posttype [128]
 
prvm_prog_tprog
 
char * sigdata
 
size_t siglen
 
double starttime
 

Detailed Description

Definition at line 5375 of file prvm_cmds.c.

Field Documentation

◆ buffer

char uri_to_prog_t::buffer[MAX_INPUTLINE]

Definition at line 5380 of file prvm_cmds.c.

Referenced by uri_to_string_callback(), and VM_uri_get().

◆ id

float uri_to_prog_t::id

Definition at line 5379 of file prvm_cmds.c.

Referenced by uri_to_string_callback(), and VM_uri_get().

◆ postdata

unsigned char* uri_to_prog_t::postdata

Definition at line 5382 of file prvm_cmds.c.

Referenced by uri_to_string_callback(), and VM_uri_get().

◆ postlen

size_t uri_to_prog_t::postlen

Definition at line 5383 of file prvm_cmds.c.

Referenced by VM_uri_get().

◆ posttype

char uri_to_prog_t::posttype[128]

Definition at line 5381 of file prvm_cmds.c.

Referenced by VM_uri_get().

◆ prog

prvm_prog_t* uri_to_prog_t::prog

Definition at line 5377 of file prvm_cmds.c.

Referenced by uri_to_string_callback(), and VM_uri_get().

◆ sigdata

char* uri_to_prog_t::sigdata

Definition at line 5384 of file prvm_cmds.c.

Referenced by uri_to_string_callback(), and VM_uri_get().

◆ siglen

size_t uri_to_prog_t::siglen

Definition at line 5385 of file prvm_cmds.c.

Referenced by VM_uri_get().

◆ starttime

double uri_to_prog_t::starttime

Definition at line 5378 of file prvm_cmds.c.

Referenced by uri_to_string_callback(), and VM_uri_get().


The documentation for this struct was generated from the following file: