Searched refs:pending_error_text (Results 1 – 4 of 4) sorted by relevance
605 static char *pending_error_text; variable612 if (pending_error_text) in print_pending_error()614 buf_output0 (buf_to_net, pending_error_text); in print_pending_error()624 free (pending_error_text); in print_pending_error()625 pending_error_text = NULL; in print_pending_error()639 #define error_pending() (pending_error || pending_error_text)654 pending_error_text = malloc (size);655 if (pending_error_text == NULL)749 sprintf (pending_error_text,764 sprintf (pending_error_text,[all …]
2771 * server.c (server): Allocate pending_error_text;2773 pending_error_text = "foo"
1544 * server.c (dirswitch): Set pending_error_text in addition to2361 "misformed Notify request" message in pending_error_text.
1706 * server.c (serve_root): Report errors via pending_error_text.