Lines Matching refs:write_func_prot
1136 def write_func_prot(self, qual_ret, name, args=None, doc=None, suffix=''): member in CodeWriter
1191 self.write_func_prot(qual_ret=qual_ret, name=name, args=args)
1326 ri.cw.write_func_prot(ret, fname, args, doc=doc, suffix=suffix)
1358 cw.write_func_prot('const char *', f'{render_name}_str', args)
1370 cw.write_func_prot('const char *', f'{family.name}_op_str', ['int op'], suffix=';')
1392 cw.write_func_prot('const char *', f'{enum.render_name}_str', args, suffix=';')
1411 ri.cw.write_func_prot('int', f'{struct.render_name}_put', func_args)
1546 ri.cw.write_func_prot('int', f'{struct.render_name}_parse', func_args)
1563 ri.cw.write_func_prot('int', f'{op_prefix(ri, "reply", deref=deref)}_parse', func_args)
1687 ri.cw.write_func_prot(f'static inline struct {name} *', f"{name}_alloc", [f"void"])
1699 ri.cw.write_func_prot('void', f"{name}_free", [f"struct {struct_name} *{arg}"], suffix=suffix)
1768 ri.cw.write_func_prot('void', f"{ri.op.render_name}{suffix}_parse",
1951 cw.write_func_prot('int', c_lower(name),
1955 cw.write_func_prot('void', c_lower(name),
1959 cw.write_func_prot('int', c_lower(name),
1962 cw.write_func_prot('int', c_lower(name),
1973 cw.write_func_prot('int', name,
1978 cw.write_func_prot('int', name,