FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static void error_handler
(
int
conn_id
,
int
severity
,
int
errcode
,
char *
reason
)
static
Definition at line
672
of file
webServer.c
.
References
dim_print_msg()
.
Referenced by
main()
.
673
{
674
if
(conn_id){}
675
if
(errcode){}
676
dim_print_msg
(reason, severity);
677
/*
678
if(severity == 3)
679
{
680
printf("Exiting!\n");
681
exit(2);
682
}
683
*/
684
}
dim_print_msg
void dim_print_msg(char *msg, int severity)
Definition:
utilities.c:180
Here is the call graph for this function:
Here is the caller graph for this function:
dim
src
webDid
webServer.c
Generated on Sun Sep 18 2016 20:50:33 for FACT++ by
1.8.11