Home
last modified time | relevance | path

Searched refs:P_PAUSE (Results 1 – 9 of 9) sorted by relevance

/dports/games/quadra/quadra-1.3.0/source/
H A Dnet_server.cpp42 net->addwatch(P_PAUSE, this); in Net_client()
76 net->removewatch(P_PAUSE, this); in ~Net_client()
94 case P_PAUSE: in net_call()
531 net->dispatch(&p, P_PAUSE); in clientpause()
545 net->dispatch(&p, P_PAUSE); in clientpause()
H A Dnet_stuff.cpp166 case P_PAUSE: return new Packet_pause(); in alloc_packet()
H A Drecording.cpp409 if (packets[i]->p && packets[i]->p->packet_id == P_PAUSE) { in shit_skipper2000()
/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Djanitor.c331 case P_PAUSE: in per_loop_maint()
353 case P_PAUSE: in per_loop_maint()
457 } else if (cf_pause_mode == P_PAUSE) { in check_unused_servers()
H A Dmain.c453 cf_pause_mode = P_PAUSE; in handle_sigint()
467 cf_pause_mode = P_PAUSE; in handle_sigusr1()
481 case P_PAUSE: in handle_sigusr2()
H A Dadmin.c1083 cf_pause_mode = P_PAUSE; in admin_cmd_pause()
1639 case P_PAUSE: in admin_pause_done()
H A Dobjects.c632 if (cf_pause_mode == P_PAUSE || pool->db->db_paused) { in find_server()
/dports/games/quadra/quadra-1.3.0/include/
H A Dpackets.h43 P_PAUSE, enumerator
277 packet_id = P_PAUSE; in Packet_pause()
/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dbouncer.h78 P_PAUSE = 1, /* wait for client to finish work */ enumerator