Lines Matching refs:PQ_SETNONBLOCKING
86 #define PQ_SETNONBLOCKING(pg_link, flag) PQsetnonblocking(pg_link, flag) macro
88 #define PQ_SETNONBLOCKING(pg_link, flag) 0 macro
1011 if (PQ_SETNONBLOCKING(link, 0)) { in _rollback_transactions()
1865 if (PQ_SETNONBLOCKING(pgsql, 0)) {
1968 if (PQ_SETNONBLOCKING(pgsql, 0)) {
2084 if (PQ_SETNONBLOCKING(pgsql, 0)) {
2171 if (PQ_SETNONBLOCKING(pgsql, 0)) {
4808 if (PQ_SETNONBLOCKING(pgsql, 1)) {
4816 PQ_SETNONBLOCKING(pgsql, 0);
4838 if (PQ_SETNONBLOCKING(pgsql, 1)) {
4857 if (PQ_SETNONBLOCKING(pgsql, 0)) {
4912 if (is_non_blocking == 0 && PQ_SETNONBLOCKING(pgsql, 1) == -1) {
4946 if (PQ_SETNONBLOCKING(pgsql, 0)) {
4985 if (is_non_blocking == 0 && PQ_SETNONBLOCKING(pgsql, 1) == -1) {
5043 if (PQ_SETNONBLOCKING(pgsql, 0) != 0) {
5081 if (is_non_blocking == 0 && PQ_SETNONBLOCKING(pgsql, 1) == -1) {
5115 if (PQ_SETNONBLOCKING(pgsql, 0) != 0) {
5156 if (is_non_blocking == 0 && PQ_SETNONBLOCKING(pgsql, 1) == -1) {
5219 if (PQ_SETNONBLOCKING(pgsql, 0) != 0) {
5408 return PQ_SETNONBLOCKING(pgsql, value);
5503 if (is_non_blocking == 0 && PQ_SETNONBLOCKING(pgsql, 1) == -1) {
5510 if (is_non_blocking == 0 && PQ_SETNONBLOCKING(pgsql, 0) == -1) {