ARB
|
#include <cstdio>
#include <cstdlib>
#include "names_server.h"
#include "C/server.h"
#include <aisc_server_proto.h>
#include <aisc_server_extern.h>
#include <import_proto.h>
Go to the source code of this file.
Functions | |
int | names_server_save () |
int | names_destroy_locs (AN_local *THIS) |
int | names_init_socket (AN_local *THIS) |
void | names_destroy_socket (AN_local *) |
Variables | |
AN_main * | aisc_main |
int names_server_save | ( | ) |
Definition at line 1218 of file names.cxx.
References aisc_main, and server_save().
Referenced by names_destroy_locs().
int names_destroy_locs | ( | AN_local * | THIS | ) |
Definition at line 15 of file names_extern.c.
References aisc_main, and names_server_save().
Referenced by names_init_socket().
int names_init_socket | ( | AN_local * | THIS | ) |
Definition at line 24 of file names_extern.c.
References aisc_add_destroy_callback(), AISC_CASTSIG, and names_destroy_locs().
void names_destroy_socket | ( | AN_local * | ) |
Definition at line 28 of file names_extern.c.
References aisc_remove_destroy_callback().
AN_main* aisc_main |
Definition at line 64 of file names.cxx.
Referenced by an_add_short(), an_get_prefix_hash(), an_get_short(), an_remove_short(), ARB_main(), del_short(), get_short(), NameInformation::NameInformation(), names_destroy_locs(), names_server_save(), PT_exit(), run_command(), and start_pt_server().