Searched refs:fixed_length (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/contrib/ntp/sntp/libevent/ |
| HD | event_rpcgen.py | 1484 fixed_length = "" 1507 fixed_length = res.group("fixed_length") 1532 if fixed_length: 1533 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length) 1536 elif entry_type == "int" and not fixed_length: 1538 elif entry_type == "int64" and not fixed_length: 1540 elif entry_type == "string" and not fixed_length: 1805 def EntryBytes(entry_type, name, tag, fixed_length): argument 1806 return EntryBytes(entry_type, name, tag, fixed_length)
|
| /freebsd-14-stable/contrib/libevent/ |
| HD | event_rpcgen.py | 1484 fixed_length = "" 1507 fixed_length = res.group("fixed_length") 1532 if fixed_length: 1533 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length) 1536 elif entry_type == "int" and not fixed_length: 1538 elif entry_type == "int64" and not fixed_length: 1540 elif entry_type == "string" and not fixed_length: 1805 def EntryBytes(entry_type, name, tag, fixed_length): argument 1806 return EntryBytes(entry_type, name, tag, fixed_length)
|