Searched refs:rfc2231_continuation (Results 1 – 2 of 2) sorted by relevance
263 rfc2231_continuation = re.compile(r'^(?P<name>\w+)\*((?P<num>[0-9]+)\*?)?$') variable286 mo = rfc2231_continuation.match(name)
254 rfc2231_continuation = re.compile(r'^(?P<name>\w+)\*((?P<num>[0-9]+)\*?)?$', variable270 mo = rfc2231_continuation.match(name)