Lines Matching refs:streq
101 if (!streq(proc->res_type, "oneway")) { in write_sample_client()
103 if (!streq(proc->res_type, "void")) in write_sample_client()
117 if (!streq(proc->args.decls->decl.type, "void")) in write_sample_client()
126 } else if (!streq(proc->args.decls->decl.type, "void")) { in write_sample_client()
157 if (streq(proc->args.decls->decl.type, "void")) in write_sample_client()
163 if (streq(proc->res_type, "oneway")) in write_sample_client()
171 } else if (streq(proc->args.decls->decl.type, "void")) { in write_sample_client()
173 if (streq(proc->res_type, "oneway")) in write_sample_client()
187 if (!streq(proc->res_type, "oneway")) in write_sample_client()
235 if ((!streq(proc->res_type, "void")) && in write_sample_server()
236 (!streq(proc->res_type, "oneway"))) in write_sample_server()
248 if (!streq(proc->res_type, "void")) in write_sample_server()