Home
last modified time | relevance | path

Searched refs:begin_accept (Results 1 – 7 of 7) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dhandle_connections_win.cc78 virtual void begin_accept()= 0;
185 void begin_accept() in begin_accept() function
232 begin_accept(); in completion_callback()
255 begin_accept(); in completion_callback()
441 void begin_accept() in begin_accept() function
488 begin_accept(); in completion_callback()
493 begin_accept(); in completion_callback()
589 all_listeners[i]->begin_accept(); in handle_connections_win()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dhandle_connections_win.cc78 virtual void begin_accept()= 0;
185 void begin_accept() in begin_accept() function
232 begin_accept(); in completion_callback()
255 begin_accept(); in completion_callback()
444 void begin_accept() in begin_accept() function
492 begin_accept(); in completion_callback()
496 begin_accept(); in completion_callback()
587 all_listeners[i]->begin_accept(); in handle_connections_win()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dhandle_connections_win.cc78 virtual void begin_accept()= 0;
185 void begin_accept() in begin_accept() function
232 begin_accept(); in completion_callback()
255 begin_accept(); in completion_callback()
444 void begin_accept() in begin_accept() function
492 begin_accept(); in completion_callback()
496 begin_accept(); in completion_callback()
587 all_listeners[i]->begin_accept(); in handle_connections_win()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dhandle_connections_win.cc78 virtual void begin_accept()= 0;
185 void begin_accept() in begin_accept() function
232 begin_accept(); in completion_callback()
255 begin_accept(); in completion_callback()
441 void begin_accept() in begin_accept() function
488 begin_accept(); in completion_callback()
493 begin_accept(); in completion_callback()
589 all_listeners[i]->begin_accept(); in handle_connections_win()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/ra/src/
H A Dra_snapshot.erl34 begin_accept/2,
98 -callback begin_accept(SnapDir :: file:filename(),
240 -spec begin_accept(meta(), state()) ->
242 begin_accept(#{index := Idx, term := Term} = Meta, function
247 {ok, AcceptState} = Mod:begin_accept(SnapDir, Meta),
H A Dra_log_snapshot.erl15 begin_accept/2,
62 begin_accept(SnapDir, Meta) -> function
H A Dra_server.erl1165 {ok, SS} = ra_snapshot:begin_accept(Meta, SnapState0),