Lines Matching refs:blocking
111 static const char no_nonblock_str[] = "could not set transport blocking mode";
162 /* Default size of the IO buffer used in non blocking mode */
178 set_blocking_connection(struct ct_data *ct, bool_t blocking)
186 if (ct->ct_is_blocking == blocking)
195 flag = blocking? flag&~O_NONBLOCK : flag|O_NONBLOCK;
201 ct->ct_is_blocking = blocking;
1330 /* Handle the non-blocking mode */
1335 * mode is non blocking, we return RPC_CANTSEND.
1573 /* flush as most as possible without blocking */
1575 /* flush the buffer completely (possibly blocking) */
1674 * Non blocking send.