Searched refs:tdbpack (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/examples/tdbpack/
H A Dtdbtimetrial.py5 from samba.tdbpack import pack
H A Dtest_tdbpack.py3 __doc__ = """test case for samba.tdbpack functions
5 tdbpack provides a means of pickling values into binary formats
6 compatible with that used by the samba tdbpack()/tdbunpack()
21 import samba.tdbpack namespace
23 both_unpackers = (samba.tdbpack.unpack, oldtdbutil.unpack)
24 both_packers = (samba.tdbpack.pack, oldtdbutil.pack)
88 for packer in [samba.tdbpack.pack]: # both_packers:

Completed in 113 milliseconds