PostgreSQL Source Code
git master
|
#include <string.h>
Data Fields | |
void * | jmpbuf |
volatile bool * | enabled |
bool | canceled |
bool PromptInterruptContext::canceled |
Definition at line 20 of file string.h.
Referenced by exec_command_password(), exec_command_prompt(), pg_get_line_append(), prompt_for_password(), and simple_prompt_extended().
volatile bool* PromptInterruptContext::enabled |
Definition at line 19 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 18 of file string.h.
Referenced by exec_command_password(), exec_command_prompt(), pg_get_line_append(), and prompt_for_password().