Home
last modified time | relevance | path

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

/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_mysql_coro.cc327 const char *recv_length(size_t need_length, const bool try_to_recycle = false);
606 const char *mysql_client::recv_length(size_t need_length, const bool try_to_recycle) { in recv_length() argument
612 if (try_to_recycle && read_n == 0) { in recv_length()