NetFileClose       71 source3/lib/netapi/examples/file/file_close.c 	status = NetFileClose(hostname, fileid);
NetFileClose       63 source3/lib/netapi/file.c 	LIBNETAPI_REDIRECT_TO_LOCALHOST(ctx, r, NetFileClose);
NetFileClose     2218 source3/lib/netapi/libnetapi.c 	struct NetFileClose r;
NetFileClose     2235 source3/lib/netapi/libnetapi.c 		NDR_PRINT_IN_DEBUG(NetFileClose, &r);
NetFileClose     2247 source3/lib/netapi/libnetapi.c 		NDR_PRINT_OUT_DEBUG(NetFileClose, &r);
NetFileClose      402 source3/lib/netapi/libnetapi.h NET_API_STATUS NetFileClose(const char * server_name /* [in] */,
NetFileClose     2394 source3/lib/netapi/netapi.h NET_API_STATUS NetFileClose(const char * server_name /* [in] */,
NetFileClose     4727 source3/utils/net_rpc.c 	return NetFileClose(c->opt_host, atoi(argv[0]));