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

/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/examples/tdbpack/
H A Dtest_tdbpack.py89 for unpacker in both_unpackers:
93 out, rest = unpacker(format, expected)
101 for unpacker in both_unpackers:
104 out, rest = unpacker(format, packed)
124 for unpacker in both_unpackers:
126 out, rest = unpacker(format, packed + 'hello sailor!')
138 for unpacker in both_unpackers:
142 out, rest = unpacker(format, bin)
153 for unpacker in both_unpackers:
155 out, rest = unpacker(forma
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Dkml_unpack.c379 typedef int (*unpacker)(struct kml_rec *rec, char **buf, char *end); typedef
381 static unpacker unpackers[KML_OPCODE_NUM] =
479 printf("InterMezzo: %s: unpacker failed: %d\n",

Completed in 55 milliseconds