#define MSG_LOCKED "Locked by another client.\n"
#define END_OF_OUTPUT ".\n"
#define interpreter_log_command( X )
#define INPUT_COPY_SIZE 128
#define INPUT_BUFFER_SIZE 4096
Prototyped in: | interpreter.h | |
Calls: | connection_init() | connection.c |
interpreter_process_line() | interpreter.c | |
log_debug() | log.c | |
close(), memmove(), pth_read(), strchr(), strlen() | ||
Called by: | server_tcp_connection_thread() | server.c |