File modules/qc/query_command.h

  $Revision: 1.14 $

Query command module (qc)
Status: NOT REVUED, NOT TESTED
Included in: modules/qc/query_command.c

Included Files


Preprocessor definitions

#define READ_QUERY_COMMAND

#define USAGE


Typedef qc_qtype_t

typedef enum {...} qc_qtype_t
enum 
   { 
     PW_EMPTY; 
     PW_NOKEY; 
     PW_TEMPLATE; 
     PW_HELP; 
     PW_REAL; 
   } 

Typedef Query_environ

typedef struct Query_environ_t Query_environ
struct Query_environ_t 
   { 
     sk_conn_st condat; 
     unsigned int k; 
     GList* sources_list; 
     char* version; 
     ip_addr_t pIP; 
   } 

Typedef Query_command

typedef struct Query_command_t Query_command
struct Query_command_t 
   { 
     qc_qtype_t query_type; 
     unsigned int e; 
     unsigned int fast; 
     unsigned int g; 
     mask_t inv_attrs_bitmap; 
     unsigned int recursive; 
     unsigned int l; 
     unsigned int m; 
     unsigned int q; 
     unsigned int t; 
     unsigned int v; 
     unsigned int x; 
     unsigned int filtered; 
     unsigned int L; 
     unsigned int M; 
     unsigned int R; 
     unsigned int S; 
     mask_t object_type_bitmap; 
     mask_t keytypes_bitmap; 
     char* keys; 
   }