|
PostgreSQL Source Code git master
|
#include <string.h>
Data Fields | |
| void * | jmpbuf |
| volatile sig_atomic_t * | enabled |
| bool | canceled |
| bool PromptInterruptContext::canceled |
Definition at line 23 of file string.h.
Referenced by exec_command_password(), exec_command_prompt(), pg_get_line_append(), prompt_for_password(), and simple_prompt_extended().
| volatile sig_atomic_t* PromptInterruptContext::enabled |
Definition at line 22 of file string.h.
Referenced by exec_command_password(), exec_command_prompt(), pg_get_line_append(), and prompt_for_password().
| void* PromptInterruptContext::jmpbuf |
Definition at line 21 of file string.h.
Referenced by exec_command_password(), exec_command_prompt(), pg_get_line_append(), and prompt_for_password().