Home
last modified time | relevance | path

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

/reactos/sdk/tools/widl/
H A Dheader.h45 extern int need_stub_files(const statement_list_t *stmts);
H A Dserver.c540 if (do_everything && !need_stub_files(stmts)) in write_server()
H A Dclient.c623 if (do_everything && !need_stub_files(stmts)) in write_client()
H A Dproxy.c850 int need_stub_files(const statement_list_t *stmts) in need_stub_files() function