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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c2528 struct cli_state *the_cli; local
2549 ret = cli_full_connection( &the_cli, global_myname(), remote_machine,
2562 if ( the_cli->protocol != PROTOCOL_NT1 ) {
2564 cli_shutdown(the_cli);
2573 if ( !(*pp_pipe = cli_rpc_pipe_open_noauth(the_cli, PI_SPOOLSS, &ret)) ) {
2576 cli_shutdown(the_cli);
2582 (*pp_pipe)->cli = the_cli;

Completed in 38 milliseconds