HomeSort by: relevance | last modified time | path
    Searched refs:fixed_length (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/
event_rpcgen.py 1472 ENTRY_NAME_RE = re.compile(r"(?P<name>[^\[\]]+)(\[(?P<fixed_length>.*)\])?")
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)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
event_rpcgen.py 1472 ENTRY_NAME_RE = re.compile(r"(?P<name>[^\[\]]+)(\[(?P<fixed_length>.*)\])?")
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)
    [all...]

Completed in 44 milliseconds