Home
last modified time | relevance | path

Searched refs:replyRequested (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/plugins/notifications/
H A Dnotificationsplugin.cpp99 connect(noti, &Notification::replyRequested, this, [this,noti]{ in addNotification()
100 replyRequested(noti); in addNotification()
152 void NotificationsPlugin::replyRequested(Notification* noti) in replyRequested() function in NotificationsPlugin
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_recvlogical.c109 sendFeedback(PGconn *conn, int64 now, bool force, bool replyRequested) in sendFeedback() argument
145 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
455 bool replyRequested; in StreamLogicalLog() local
477 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested) in StreamLogicalLog()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_recvlogical.c109 sendFeedback(PGconn *conn, int64 now, bool force, bool replyRequested) in sendFeedback() argument
145 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
455 bool replyRequested; in StreamLogicalLog() local
477 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested) in StreamLogicalLog()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_recvlogical.c109 sendFeedback(PGconn *conn, int64 now, bool force, bool replyRequested) in sendFeedback() argument
145 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
455 bool replyRequested; in StreamLogicalLog() local
477 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested) in StreamLogicalLog()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c114 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested) in sendFeedback() argument
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
444 bool replyRequested; in StreamLogicalLog() local
466 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested || endposReached) in StreamLogicalLog()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c114 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested) in sendFeedback() argument
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
444 bool replyRequested; in StreamLogicalLog() local
466 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested || endposReached) in StreamLogicalLog()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c114 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested) in sendFeedback() argument
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
444 bool replyRequested; in StreamLogicalLog() local
466 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested || endposReached) in StreamLogicalLog()
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c114 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested) in sendFeedback() argument
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
444 bool replyRequested; in StreamLogicalLog() local
466 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested || endposReached) in StreamLogicalLog()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c114 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested) in sendFeedback() argument
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
444 bool replyRequested; in StreamLogicalLog() local
466 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested || endposReached) in StreamLogicalLog()
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c114 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested) in sendFeedback() argument
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
444 bool replyRequested; in StreamLogicalLog() local
466 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested || endposReached) in StreamLogicalLog()
/dports/databases/postgresql14-client/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c114 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested) in sendFeedback() argument
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
444 bool replyRequested; in StreamLogicalLog() local
466 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested || endposReached) in StreamLogicalLog()
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/pg_basebackup/
H A Dpg_recvlogical.c114 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested) in sendFeedback() argument
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
444 bool replyRequested; in StreamLogicalLog() local
466 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested || endposReached) in StreamLogicalLog()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/bin/pg_basebackup/
H A Dpg_recvlogical.c114 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested) in sendFeedback() argument
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
444 bool replyRequested; in StreamLogicalLog() local
466 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested || endposReached) in StreamLogicalLog()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_recvlogical.c109 sendFeedback(PGconn *conn, int64 now, bool force, bool replyRequested) in sendFeedback() argument
145 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
455 bool replyRequested; in StreamLogicalLog() local
477 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested) in StreamLogicalLog()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_recvlogical.c109 sendFeedback(PGconn *conn, int64 now, bool force, bool replyRequested) in sendFeedback() argument
145 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
455 bool replyRequested; in StreamLogicalLog() local
477 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested) in StreamLogicalLog()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/bin/pg_basebackup/
H A Dpg_recvlogical.c116 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested)
150 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */
446 bool replyRequested;
468 replyRequested = copybuf[pos];
482 if (replyRequested || endposReached)
/dports/databases/postgresql12-docs/postgresql-12.9/src/bin/pg_basebackup/
H A Dpg_recvlogical.c116 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested) in sendFeedback() argument
150 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
446 bool replyRequested; in StreamLogicalLog() local
468 replyRequested = copybuf[pos]; in StreamLogicalLog()
482 if (replyRequested || endposReached) in StreamLogicalLog()
/dports/databases/postgresql12-server/postgresql-12.9/src/bin/pg_basebackup/
H A Dpg_recvlogical.c116 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested) in sendFeedback() argument
150 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
446 bool replyRequested; in StreamLogicalLog() local
468 replyRequested = copybuf[pos]; in StreamLogicalLog()
482 if (replyRequested || endposReached) in StreamLogicalLog()
/dports/databases/postgresql13-client/postgresql-13.5/src/bin/pg_basebackup/
H A Dpg_recvlogical.c114 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested) in sendFeedback() argument
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
444 bool replyRequested; in StreamLogicalLog() local
466 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested || endposReached) in StreamLogicalLog()
/dports/databases/postgresql13-docs/postgresql-13.5/src/bin/pg_basebackup/
H A Dpg_recvlogical.c114 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested) in sendFeedback() argument
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
444 bool replyRequested; in StreamLogicalLog() local
466 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested || endposReached) in StreamLogicalLog()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/bin/pg_basebackup/
H A Dpg_recvlogical.c114 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested)
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */
444 bool replyRequested;
466 replyRequested = copybuf[pos];
480 if (replyRequested || endposReached)
/dports/databases/postgresql12-plpython/postgresql-12.9/src/bin/pg_basebackup/
H A Dpg_recvlogical.c116 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested)
150 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */
446 bool replyRequested;
468 replyRequested = copybuf[pos];
482 if (replyRequested || endposReached)
/dports/databases/postgresql12-contrib/postgresql-12.9/src/bin/pg_basebackup/
H A Dpg_recvlogical.c116 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested)
150 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */
446 bool replyRequested;
468 replyRequested = copybuf[pos];
482 if (replyRequested || endposReached)
/dports/databases/postgresql12-client/postgresql-12.9/src/bin/pg_basebackup/
H A Dpg_recvlogical.c116 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested)
150 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */
446 bool replyRequested;
468 replyRequested = copybuf[pos];
482 if (replyRequested || endposReached)
/dports/databases/postgresql13-plpython/postgresql-13.5/src/bin/pg_basebackup/
H A Dpg_recvlogical.c114 sendFeedback(PGconn *conn, TimestampTz now, bool force, bool replyRequested) in sendFeedback() argument
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
444 bool replyRequested; in StreamLogicalLog() local
466 replyRequested = copybuf[pos]; in StreamLogicalLog()
480 if (replyRequested || endposReached) in StreamLogicalLog()

1234567