#include "ap_queue_template.h"
#include "../mc_list/list.h"
#include "connection.h"
#include "fipa_acl.h"
#include "agent_mailbox.h"
#include "message.h"
#include "interpreter_variable_data.h"
Go to the source code of this file.
Functions | |
AP_QUEUE_DECL_TEMPLATE (connection_queue, connection) AP_QUEUE_GENERIC_DECL_TEMPLATE(connection_queue | |
connection_t int | AP_QUEUE_GENERIC_DECL_TEMPLATE (connection_queue, Remove, int, int) int connection_queue_Print(connection_queue_p clist) |
AP_QUEUE_DECL_TEMPLATE (message_queue, message) int message_queue_Print(message_queue_p queue) | |
AP_QUEUE_DECL_TEMPLATE (agent_queue, agent) AP_QUEUE_GENERIC_DECL_TEMPLATE(agent_queue | |
struct agent_s int | AP_QUEUE_GENERIC_DECL_TEMPLATE (agent_queue, SearchName, struct agent_s *, char *) AP_QUEUE_GENERIC_DECL_TEMPLATE(agent_queue |
struct agent_s int int | AP_QUEUE_GENERIC_DECL_TEMPLATE (agent_queue, RemoveName, int, char *) int agent_queue_Print(agent_queue_p queue) |
int | agent_queue_Flush (agent_queue_p queue) |
AP_QUEUE_DECL_TEMPLATE (agent_variable_list, interpreter_variable_data) AP_QUEUE_GENERIC_DECL_TEMPLATE(agent_variable_list | |
interpreter_variable_data_t char * | AP_QUEUE_GENERIC_DECL_TEMPLATE (agent_variable_list, Remove, int, char *) AP_QUEUE_DECL_TEMPLATE(mail_queue |
interpreter_variable_data_t char *fipa_acl_message | AP_QUEUE_GENERIC_DECL_TEMPLATE (mail_queue, SearchReceivers, fipa_acl_message_p, char *) AP_QUEUE_GENERIC_DECL_TEMPLATE(mail_queue |
interpreter_variable_data_t char *fipa_acl_message char * | AP_QUEUE_DECL_TEMPLATE (mailbox_queue, agent_mailbox) AP_QUEUE_GENERIC_DECL_TEMPLATE(mailbox_queue |
interpreter_variable_data_t char *fipa_acl_message char char * | AP_QUEUE_GENERIC_DECL_TEMPLATE (mailbox_queue, SearchID, agent_mailbox_p, int) AP_QUEUE_GENERIC_DECL_TEMPLATE(mailbox_queue |
interpreter_variable_data_t char *fipa_acl_message char char int | AP_QUEUE_DECL_TEMPLATE (interpreter_queue, AP_GENERIC) AP_GENERIC_p AP_GENERIC_Copy(AP_GENERIC_p AP_GENERIC) |
int | AP_GENERIC_Destroy (AP_GENERIC_t *blah) |
Variables | |
Search | |
struct agent_s int | Remove |
struct agent_s int | int |
interpreter_variable_data_t char *fipa_acl_message | RemoveName |
interpreter_variable_data_t char *fipa_acl_message char * | SearchName |
interpreter_variable_data_t char *fipa_acl_message char | agent_mailbox_p |
interpreter_variable_data_t char *fipa_acl_message char char * | RemoveID |
int agent_queue_Flush | ( | agent_queue_p | queue | ) |
Definition at line 197 of file data_structures.c.
References agent_s::agent_status, agent_s::id, ListSearch(), MUTEX_LOCK, MUTEX_UNLOCK, agent_s::name, and node.
Referenced by handler_FLUSH_AGENTS().
int AP_GENERIC_Destroy | ( | AP_GENERIC_t * | blah | ) |
Definition at line 291 of file data_structures.c.
interpreter_variable_data_t char* fipa_acl_message char char int AP_QUEUE_DECL_TEMPLATE | ( | interpreter_queue | , | |
AP_GENERIC | ||||
) |
interpreter_variable_data_t char* fipa_acl_message char* AP_QUEUE_DECL_TEMPLATE | ( | mailbox_queue | , | |
agent_mailbox | ||||
) |
AP_QUEUE_DECL_TEMPLATE | ( | agent_variable_list | , | |
interpreter_variable_data | ||||
) |
AP_QUEUE_DECL_TEMPLATE | ( | agent_queue | , | |
agent | ||||
) |
AP_QUEUE_DECL_TEMPLATE | ( | message_queue | , | |
message | ||||
) |
AP_QUEUE_DECL_TEMPLATE | ( | connection_queue | , | |
connection | ||||
) |
interpreter_variable_data_t char* fipa_acl_message char char* AP_QUEUE_GENERIC_DECL_TEMPLATE | ( | mailbox_queue | , | |
SearchID | , | |||
agent_mailbox_p | , | |||
int | ||||
) |
interpreter_variable_data_t char* fipa_acl_message AP_QUEUE_GENERIC_DECL_TEMPLATE | ( | mail_queue | , | |
SearchReceivers | , | |||
fipa_acl_message_p | , | |||
char * | ||||
) |
interpreter_variable_data_t char* AP_QUEUE_GENERIC_DECL_TEMPLATE | ( | agent_variable_list | , | |
Remove | , | |||
int | , | |||
char * | ||||
) |
struct agent_s int int AP_QUEUE_GENERIC_DECL_TEMPLATE | ( | agent_queue | , | |
RemoveName | , | |||
int | , | |||
char * | ||||
) |
struct agent_s int AP_QUEUE_GENERIC_DECL_TEMPLATE | ( | agent_queue | , | |
SearchName | , | |||
struct agent_s * | , | |||
char * | ||||
) | [read] |
connection_t int AP_QUEUE_GENERIC_DECL_TEMPLATE | ( | connection_queue | , | |
Remove | , | |||
int | , | |||
int | ||||
) |
interpreter_variable_data_t char* fipa_acl_message char agent_mailbox_p |
Definition at line 164 of file data_structures.h.
interpreter_variable_data_t char *fipa_acl_message char char int |
Definition at line 101 of file data_structures.h.
Referenced by aes_en_de(), default_callback(), main(), MC_SetDefaultAgentStatus_chdl(), mpi_lsb(), mpi_read_string(), net_accept(), rece_de_msg(), remove_nonce_from_MA(), rsa_pkcs1_decrypt(), rsa_pkcs1_verify(), send_AES_en_MA(), sha4_finish(), sha4_update(), split_string(), and ssl_parse_certificate().
Definition at line 101 of file data_structures.h.
interpreter_variable_data_t char* fipa_acl_message char char* RemoveID |
Definition at line 178 of file data_structures.h.
interpreter_variable_data_t char* fipa_acl_message RemoveName |
Definition at line 151 of file data_structures.h.
Definition at line 53 of file data_structures.h.
interpreter_variable_data_t char* fipa_acl_message char* SearchName |
Definition at line 164 of file data_structures.h.