Home
last modified time | relevance | path

Searched refs:bindata (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlobject.h461 union {LUAI_MAXALIGN;} bindata; member
467 ((nuv) == 0 ? offsetof(Udata0, bindata) \
/external/python/cpython3/Lib/
Dsmtplib.py175 def _quote_periods(bindata): argument
176 return re.sub(br'(?m)^\.', b'..', bindata)
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py800 bindata = fp.read()
801 mimed = email.mime.image.MIMEImage(bindata)
3424 bindata = fp.read()
3428 (MIMEImage, (bindata,)),