Home | History | Annotate | Download | only in pexpect

Lines Matching refs:freshlen

1442             freshlen = len(incoming)
1445 index = searcher.search(incoming, freshlen, searchwindowsize)
1458 freshlen = len(c)
1728 def search(self, buffer, freshlen, searchwindowsize=None):
1731 strings. 'freshlen' must indicate the number of bytes at the end of
1743 # 'freshlen' helps a lot here. Further optimizations could
1759 offset = -(freshlen + len(s))
1830 def search(self, buffer, freshlen, searchwindowsize=None):
1833 expressions. 'freshlen' must indicate the number of bytes at the end of
1843 # 'freshlen' doesn't help here -- we cannot predict the