Searched refs:do_close (Results 1 - 6 of 6) sorted by relevance

/external/openssh/
H A Dsftp-client.h59 int do_close(struct sftp_conn *, const u_char *, u_int);
H A Dsftp-client.c483 do_close(struct sftp_conn *conn, const u_char *handle, u_int handle_len) function
639 do_close(conn, handle, handle_len);
1235 do_close(conn, handle, handle_len);
1393 do_close(conn, handle, handle_len);
1398 do_close(conn, handle, handle_len);
1400 if (do_close(conn, handle, handle_len) != 0 || interrupted)
1760 if (do_close(conn, handle, handle_len) != SSH2_FX_OK)
H A Dchannels.c746 channel_register_cleanup(int id, channel_callback_fn *fn, int do_close) argument
755 c->detach_close = do_close;
/external/libusb/libusb/
H A Dcore.c983 static void do_close(struct libusb_context *ctx, function
1033 do_close(ctx, dev_handle);
1049 do_close(ctx, dev_handle);
/external/mksh/src/
H A Dexec.c1320 bool do_open = true, do_close = false; local
1377 do_close = true;
1429 if (do_close)
H A Dmain.c1099 bool do_close = false, is_devtty = true; local
1115 do_close = true;
1131 /* assert: do_close == false */
1150 if (do_close)

Completed in 1416 milliseconds