Home
last modified time | relevance | path

Searched refs:pgNoticeProcessor (Results 1 – 2 of 2) sorted by relevance

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/db/
H A DpgQueryThread.cpp33 void pgNoticeProcessor(void *_arg, const char *_message) in pgNoticeProcessor() function
50 m_caller(_caller), m_processor(pgNoticeProcessor), m_noticeHandler(NULL), in pgQueryThread()
100 m_caller(NULL), m_processor(pgNoticeProcessor), m_noticeHandler(NULL), in pgQueryThread()
H A DpgConn.cpp47 static void pgNoticeProcessor(void *arg, const char *message) in pgNoticeProcessor() function
262 PQsetNoticeProcessor(conn, pgNoticeProcessor, this); in Initialize()